/offlineimap/head: changeset 581
Use dh_python
This commit is contained in:
parent
094fd6eda8
commit
cff7f857b3
@ -11,7 +11,7 @@ offlineimap (4.0.3) unstable; urgency=low
|
|||||||
* Regenerated docs.
|
* Regenerated docs.
|
||||||
* Applied patch from Daniel James to adjust the insertion point
|
* Applied patch from Daniel James to adjust the insertion point
|
||||||
for a new header.
|
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
|
-- John Goerzen <jgoerzen@complete.org> Fri, 4 Jun 2004 07:10:00 -0500
|
||||||
|
|
||||||
|
@ -87,10 +87,10 @@ binary-indep: build install
|
|||||||
dh_strip
|
dh_strip
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
# dh_makeshlibs
|
|
||||||
dh_installdeb
|
|
||||||
# dh_perl
|
# dh_perl
|
||||||
dh_python
|
dh_python
|
||||||
|
# dh_makeshlibs
|
||||||
|
dh_installdeb
|
||||||
dh_shlibdeps
|
dh_shlibdeps
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "4.0.3"
|
versionstr = "4.0.3"
|
||||||
revno = long('$Rev: 580 $'[6:-2])
|
revno = long('$Rev: 581 $'[6:-2])
|
||||||
revstr = "Rev %d" % revno
|
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(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user