[Python-modules-commits] r25693 - in packages/python-whisper/trunk/debian (3 files)
hggh-guest at users.alioth.debian.org
hggh-guest at users.alioth.debian.org
Wed Aug 28 14:30:03 UTC 2013
Date: Wednesday, August 28, 2013 @ 14:30:01
Author: hggh-guest
Revision: 25693
changed from python-support to dh_python2
Modified:
packages/python-whisper/trunk/debian/changelog
packages/python-whisper/trunk/debian/control
packages/python-whisper/trunk/debian/rules
Modified: packages/python-whisper/trunk/debian/changelog
===================================================================
--- packages/python-whisper/trunk/debian/changelog 2013-08-28 09:11:14 UTC (rev 25692)
+++ packages/python-whisper/trunk/debian/changelog 2013-08-28 14:30:01 UTC (rev 25693)
@@ -7,6 +7,7 @@
* New Upstream Version
* d/control: bumped standards version
* d/control: updated homepage field
+ * changed from python-support to dh_python2 (Closes: #721128)
-- Jonas Genannt <jonas.genannt at capi2name.de> Tue, 27 Aug 2013 22:25:25 +0200
Modified: packages/python-whisper/trunk/debian/control
===================================================================
--- packages/python-whisper/trunk/debian/control 2013-08-28 09:11:14 UTC (rev 25692)
+++ packages/python-whisper/trunk/debian/control 2013-08-28 14:30:01 UTC (rev 25693)
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Elliot Murphy <elliot at ubuntu.com>, Jonas Genannt <jonas.genannt at capi2name.de>
-Build-Depends: debhelper (>= 8), python-support (>= 0.6.4), python (>= 2.5), perl
-XS-Python-Version: >= 2.5
+Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), perl
Standards-Version: 3.9.4
Homepage: https://github.com/graphite-project/whisper
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-whisper/trunk/
Modified: packages/python-whisper/trunk/debian/rules
===================================================================
--- packages/python-whisper/trunk/debian/rules 2013-08-28 09:11:14 UTC (rev 25692)
+++ packages/python-whisper/trunk/debian/rules 2013-08-28 14:30:01 UTC (rev 25693)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
override_dh_install:
rename 's/\.py//' debian/python-whisper/usr/bin/*.py
More information about the Python-modules-commits
mailing list