[Python-modules-commits] r25201 - in packages/mutagen/trunk/debian (changelog rules)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Tue Jul 16 21:14:41 UTC 2013
Date: Tuesday, July 16, 2013 @ 21:14:39
Author: laarmen-guest
Revision: 25201
Reorder dh arguments in d/rules
Modified:
packages/mutagen/trunk/debian/changelog
packages/mutagen/trunk/debian/rules
Modified: packages/mutagen/trunk/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog 2013-07-16 20:19:02 UTC (rev 25200)
+++ packages/mutagen/trunk/debian/changelog 2013-07-16 21:14:39 UTC (rev 25201)
@@ -14,6 +14,7 @@
+ Add a patch to fix an undefined name
* Bump Standard-Version to 3.9.4:
+ Bump debhelper dependency to >= 9 to benefit from -arch/-indep targets
+ + Reorder dh arguments in d/rules
* Add Christoph Reiter to the copyright file.
-- Simon Chopin <chopin.simon at gmail.com> Sat, 22 Jun 2013 22:27:20 +0200
Modified: packages/mutagen/trunk/debian/rules
===================================================================
--- packages/mutagen/trunk/debian/rules 2013-07-16 20:19:02 UTC (rev 25200)
+++ packages/mutagen/trunk/debian/rules 2013-07-16 21:14:39 UTC (rev 25201)
@@ -3,7 +3,7 @@
PYTHON2=$(shell pyversions -vr)
%:
- dh --with python2 $@
+ dh $@ --with python2
override_dh_installchangelogs:
dh_installchangelogs NEWS
More information about the Python-modules-commits
mailing list