/offlineimap/head: changeset 581

Use dh_python
This commit is contained in:
jgoerzen 2004-06-04 21:50:57 +01:00
parent 094fd6eda8
commit cff7f857b3
3 changed files with 5 additions and 6 deletions

View File

@ -11,7 +11,7 @@ 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.
* Now calls dh_python and build-deps on newer debhelper.
-- John Goerzen <jgoerzen@complete.org> Fri, 4 Jun 2004 07:10:00 -0500

View File

@ -87,10 +87,10 @@ binary-indep: build install
dh_strip
dh_compress
dh_fixperms
# dh_makeshlibs
dh_installdeb
# dh_perl
dh_python
# dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums

View File

@ -1,9 +1,8 @@
productname = 'OfflineIMAP'
versionstr = "4.0.3"
revno = long('$Rev: 580 $'[6:-2])
revno = long('$Rev: 581 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2004-06-04 10:47:21 -0500 (Fri, 04 Jun 2004) $'
datestr = '$Date: 2004-06-04 10:50:57 -0500 (Fri, 04 Jun 2004) $'
versionlist = versionstr.split(".")
major = versionlist[0]