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