/offlineimap/head: changeset 580
Final changes before 4.0.3
This commit is contained in:
parent
246eda9c3d
commit
094fd6eda8
@ -17,7 +17,7 @@
|
||||
SHELL=/bin/bash
|
||||
|
||||
clean:
|
||||
-python2.2 setup.py clean --all
|
||||
-python2.3 setup.py clean --all
|
||||
-rm -f `find . -name "*~"`
|
||||
-rm -f `find . -name "*.tmp"`
|
||||
-rm -f bin/offlineimapc
|
||||
|
@ -11,8 +11,9 @@ offlineimap (4.0.3) unstable; urgency=low
|
||||
* Regenerated docs.
|
||||
* Applied patch from Daniel James to adjust the insertion point
|
||||
for a new header.
|
||||
* Now calls dh_python.
|
||||
|
||||
-- John Goerzen <jgoerzen@complete.org> Fri, 4 Jun 2004 10:10:00 -0500
|
||||
-- John Goerzen <jgoerzen@complete.org> Fri, 4 Jun 2004 07:10:00 -0500
|
||||
|
||||
offlineimap (4.0.2) unstable; urgency=low
|
||||
|
||||
|
@ -2,7 +2,7 @@ Source: offlineimap
|
||||
Section: mail
|
||||
Priority: optional
|
||||
Maintainer: John Goerzen <jgoerzen@complete.org>
|
||||
Build-Depends-Indep: debhelper (>> 3.0.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils
|
||||
Build-Depends-Indep: debhelper (>> 4.2.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils
|
||||
Standards-Version: 3.5.2
|
||||
|
||||
Package: offlineimap
|
||||
|
@ -90,6 +90,7 @@ binary-indep: build install
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_python
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
|
@ -1,8 +1,9 @@
|
||||
productname = 'OfflineIMAP'
|
||||
versionstr = "4.0.3"
|
||||
revno = long('$Rev: 576 $'[6:-2])
|
||||
revno = long('$Rev: 580 $'[6:-2])
|
||||
revstr = "Rev %d" % revno
|
||||
datestr = '$Date: 2004-06-04 10:13:11 -0500 (Fri, 04 Jun 2004) $'
|
||||
datestr = '$Date: 2004-06-04 10:47:21 -0500 (Fri, 04 Jun 2004) $'
|
||||
|
||||
|
||||
versionlist = versionstr.split(".")
|
||||
major = versionlist[0]
|
||||
|
Loading…
Reference in New Issue
Block a user