[Python-modules-commits] r28720 - in packages/aafigure/trunk/debian (changelog control rules)
xnox at users.alioth.debian.org
xnox at users.alioth.debian.org
Wed Apr 30 16:49:54 UTC 2014
Date: Wednesday, April 30, 2014 @ 16:49:53
Author: xnox
Revision: 28720
Migrate to dh_python2.
Modified:
packages/aafigure/trunk/debian/changelog
packages/aafigure/trunk/debian/control
packages/aafigure/trunk/debian/rules
Modified: packages/aafigure/trunk/debian/changelog
===================================================================
--- packages/aafigure/trunk/debian/changelog 2014-04-30 16:34:58 UTC (rev 28719)
+++ packages/aafigure/trunk/debian/changelog 2014-04-30 16:49:53 UTC (rev 28720)
@@ -1,5 +1,6 @@
aafigure (0.5-4) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use fonts-liberation as an alternative recommendation to ttf-liberation.
* Don't use dh_testdir; instead, use makefile rules to ensure that
debian/rules can be only run in the correct directory.
@@ -7,6 +8,9 @@
* Use canonical URIs for Vcs-* fields.
* Bump standards version to 3.9.4 (no changes needed).
+ [ Dimitri John Ledkov ]
+ * Migrate to dh_python2.
+
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 21:13:56 +0200
aafigure (0.5-3) unstable; urgency=low
Modified: packages/aafigure/trunk/debian/control
===================================================================
--- packages/aafigure/trunk/debian/control 2014-04-30 16:34:58 UTC (rev 28719)
+++ packages/aafigure/trunk/debian/control 2014-04-30 16:49:53 UTC (rev 28720)
@@ -5,7 +5,7 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/aafigure/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/aafigure/trunk/
-Build-Depends: debhelper (>= 7), python-all, python-support (>= 0.90), docbook-xml (>= 4.5), docbook-xsl, xsltproc
+Build-Depends: debhelper (>= 7), python-all, dh-python, docbook-xml (>= 4.5), docbook-xsl, xsltproc
Standards-Version: 3.9.4
Homepage: https://launchpad.net/aafigure
Modified: packages/aafigure/trunk/debian/rules
===================================================================
--- packages/aafigure/trunk/debian/rules 2014-04-30 16:34:58 UTC (rev 28719)
+++ packages/aafigure/trunk/debian/rules 2014-04-30 16:49:53 UTC (rev 28720)
@@ -32,7 +32,7 @@
dh_installexamples
dh_installman
dh_installchangelogs
- dh_pysupport
+ dh_python2
dh_compress -X examples/
dh_fixperms
dh_installdeb
More information about the Python-modules-commits
mailing list