[Python-modules-commits] r34023 - in packages/quixote1/trunk/debian (changelog control rules)
wrar at users.alioth.debian.org
wrar at users.alioth.debian.org
Sat Aug 29 15:42:39 UTC 2015
Date: Saturday, August 29, 2015 @ 15:42:38
Author: wrar
Revision: 34023
Port to dh-python
Modified:
packages/quixote1/trunk/debian/changelog
packages/quixote1/trunk/debian/control
packages/quixote1/trunk/debian/rules
Modified: packages/quixote1/trunk/debian/changelog
===================================================================
--- packages/quixote1/trunk/debian/changelog 2015-08-29 05:53:57 UTC (rev 34022)
+++ packages/quixote1/trunk/debian/changelog 2015-08-29 15:42:38 UTC (rev 34023)
@@ -1,3 +1,10 @@
+quixote1 (1.2-6) unstable; urgency=medium
+
+ * Team upload.
+ * Port from python-support to dh-python (Closes: #786136)
+
+ -- Andrey Rahmatullin <wrar at debian.org> Sat, 29 Aug 2015 20:29:31 +0500
+
quixote1 (1.2-5) unstable; urgency=low
* Team upload.
Modified: packages/quixote1/trunk/debian/control
===================================================================
--- packages/quixote1/trunk/debian/control 2015-08-29 05:53:57 UTC (rev 34022)
+++ packages/quixote1/trunk/debian/control 2015-08-29 15:42:38 UTC (rev 34023)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Santiago Ruano Rincón <santiago at debian.org>
-Build-Depends: debhelper (>= 7), python (>= 2.5.4-1~), python-all-dev (>= 2.5.4-1~), python-support (>= 0.3)
+Build-Depends: debhelper (>= 7), python (>= 2.5.4-1~), python-all-dev (>= 2.5.4-1~), dh-python
Standards-Version: 3.9.2
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/quixote1/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/quixote1/trunk/
Modified: packages/quixote1/trunk/debian/rules
===================================================================
--- packages/quixote1/trunk/debian/rules 2015-08-29 05:53:57 UTC (rev 34022)
+++ packages/quixote1/trunk/debian/rules 2015-08-29 15:42:38 UTC (rev 34023)
@@ -72,7 +72,7 @@
dh_link -a
dh_strip -a
dh_compress -a
- dh_pysupport -a
+ dh_python2 -a
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
More information about the Python-modules-commits
mailing list