[Python-modules-commits] r17822 - in packages/py-radix/trunk/debian (changelog rules)

myon at users.alioth.debian.org myon at users.alioth.debian.org
Tue Jul 12 12:59:08 UTC 2011


    Date: Tuesday, July 12, 2011 @ 12:59:07
  Author: myon
Revision: 17822

Change order of dh $@ --with arguments. Thanks to KiBi for spotting.

Modified:
  packages/py-radix/trunk/debian/changelog
  packages/py-radix/trunk/debian/rules

Modified: packages/py-radix/trunk/debian/changelog
===================================================================
--- packages/py-radix/trunk/debian/changelog	2011-07-12 12:02:13 UTC (rev 17821)
+++ packages/py-radix/trunk/debian/changelog	2011-07-12 12:59:07 UTC (rev 17822)
@@ -1,3 +1,9 @@
+py-radix (0.5-4) UNRELEASED; urgency=low
+
+  * Change order of dh $@ --with arguments. Thanks to KiBi for spotting.
+
+ -- Christoph Berg <myon at debian.org>  Tue, 12 Jul 2011 14:58:06 +0200
+
 py-radix (0.5-3) unstable; urgency=low
 
   * Use dh_python2. Closes: #616954.

Modified: packages/py-radix/trunk/debian/rules
===================================================================
--- packages/py-radix/trunk/debian/rules	2011-07-12 12:02:13 UTC (rev 17821)
+++ packages/py-radix/trunk/debian/rules	2011-07-12 12:59:07 UTC (rev 17822)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with python2 $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list