/offlineimap/head: changeset 481
Updated
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
# This is the debhelper compatibility version to use.
|
||||
export DH_COMPAT=3
|
||||
|
||||
PYTHON=python2.3
|
||||
PYTHON=python2.2
|
||||
PACKAGE=offlineimap
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user