/offlineimap/head: changeset 576

Moved to Python2.3 and bumped version number
This commit is contained in:
jgoerzen
2004-06-04 21:13:11 +01:00
parent c51c5c6596
commit c8001aa5cf
7 changed files with 22 additions and 14 deletions

View File

@ -1,3 +1,11 @@
offlineimap (4.0.3) unstable; urgency=low
* Fixed version numbers to read 4.0.3.
* Switched defaults from Python 2.2 to Python 2.3.
Closes: #237560.
-- John Goerzen <jgoerzen@complete.org> Fri, 4 Jun 2004 10:10:00 -0500
offlineimap (4.0.2) unstable; urgency=low
* Fixed missing definition of _display in Noninteractive.

View File

@ -2,13 +2,13 @@ Source: offlineimap
Section: mail
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends-Indep: debhelper (>> 3.0.0), python2.2 (>= 2.2.2), python2.2-dev (>= 2.2.2), groff, docbook-utils
Build-Depends-Indep: debhelper (>> 3.0.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils
Standards-Version: 3.5.2
Package: offlineimap
Architecture: all
Depends: python2.2
Suggests: python2.2-tk
Depends: python2.3
Suggests: python2.3-tk
Description: IMAP/Maildir synchronization and reader support
OfflineIMAP is a tool to simplify your e-mail reading. With
OfflimeIMAP, you can:

View File

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