/offlineimap/head: changeset 481

Updated
This commit is contained in:
jgoerzen 2003-06-02 22:09:57 +01:00
parent d9c353b67a
commit 3b849724da
6 changed files with 8 additions and 7 deletions

View File

@ -17,7 +17,7 @@
SHELL=/bin/bash
clean:
-python2.3 setup.py clean --all
-python2.2 setup.py clean --all
-rm -f `find . -name "*~"`
-rm -f `find . -name "*.tmp"`
-rm -f bin/offlineimapc

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.3
#!/usr/bin/env python2.2
# Startup from system-wide installation
# Copyright (C) 2002, 2003 John Goerzen
# <jgoerzen@complete.org>

View File

@ -1,9 +1,10 @@
offlineimap (3.99.18) unstable; urgency=low
* 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.
* 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

View File

@ -9,7 +9,7 @@
# This is the debhelper compatibility version to use.
export DH_COMPAT=3
PYTHON=python2.3
PYTHON=python2.2
PACKAGE=offlineimap

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2.3
#!/usr/bin/env python2.2
# Startup from single-user installation
# Copyright (C) 2002, 2003 John Goerzen
# <jgoerzen@complete.org>

View File

@ -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 $