/offlineimap/head: changeset 481
Updated
This commit is contained in:
parent
d9c353b67a
commit
3b849724da
@ -17,7 +17,7 @@
|
|||||||
SHELL=/bin/bash
|
SHELL=/bin/bash
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-python2.3 setup.py clean --all
|
-python2.2 setup.py clean --all
|
||||||
-rm -f `find . -name "*~"`
|
-rm -f `find . -name "*~"`
|
||||||
-rm -f `find . -name "*.tmp"`
|
-rm -f `find . -name "*.tmp"`
|
||||||
-rm -f bin/offlineimapc
|
-rm -f bin/offlineimapc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2.3
|
#!/usr/bin/env python2.2
|
||||||
# Startup from system-wide installation
|
# Startup from system-wide installation
|
||||||
# Copyright (C) 2002, 2003 John Goerzen
|
# Copyright (C) 2002, 2003 John Goerzen
|
||||||
# <jgoerzen@complete.org>
|
# <jgoerzen@complete.org>
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
offlineimap (3.99.18) unstable; urgency=low
|
offlineimap (3.99.18) unstable; urgency=low
|
||||||
|
|
||||||
* Made a fix for Python2.3 compatibility.
|
* Made a fix for Python2.3 compatibility.
|
||||||
This application now defaults to Python2.3! If you do not have Python
|
|
||||||
2.3, things may not work as expected.
|
|
||||||
* Removed warning when thread debug is specified. Closes: #195739.
|
* Removed warning when thread debug is specified. Closes: #195739.
|
||||||
|
* New option -l to log debug info to a file without having it spew
|
||||||
|
on-screen.
|
||||||
|
* New debug type "thread".
|
||||||
|
|
||||||
-- John Goerzen <jgoerzen@complete.org> Tue, 27 May 2003 16:58:54 -0500
|
-- John Goerzen <jgoerzen@complete.org> Tue, 27 May 2003 16:58:54 -0500
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# This is the debhelper compatibility version to use.
|
# This is the debhelper compatibility version to use.
|
||||||
export DH_COMPAT=3
|
export DH_COMPAT=3
|
||||||
|
|
||||||
PYTHON=python2.3
|
PYTHON=python2.2
|
||||||
PACKAGE=offlineimap
|
PACKAGE=offlineimap
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2.3
|
#!/usr/bin/env python2.2
|
||||||
# Startup from single-user installation
|
# Startup from single-user installation
|
||||||
# Copyright (C) 2002, 2003 John Goerzen
|
# Copyright (C) 2002, 2003 John Goerzen
|
||||||
# <jgoerzen@complete.org>
|
# <jgoerzen@complete.org>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2.3
|
#!/usr/bin/env python2.2
|
||||||
|
|
||||||
# $Id: setup.py,v 1.1 2002/06/21 18:10:49 jgoerzen Exp $
|
# $Id: setup.py,v 1.1 2002/06/21 18:10:49 jgoerzen Exp $
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user