[Python-modules-commits] r15568 - in packages/faulthandler/trunk/debian (changelog rules)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Wed Feb 9 23:45:21 UTC 2011


    Date: Wednesday, February 9, 2011 @ 23:45:20
  Author: miriam
Revision: 15568

FIx debian/rules

Modified:
  packages/faulthandler/trunk/debian/changelog
  packages/faulthandler/trunk/debian/rules

Modified: packages/faulthandler/trunk/debian/changelog
===================================================================
--- packages/faulthandler/trunk/debian/changelog	2011-02-09 22:21:37 UTC (rev 15567)
+++ packages/faulthandler/trunk/debian/changelog	2011-02-09 23:45:20 UTC (rev 15568)
@@ -1,3 +1,10 @@
+faulthandler (1.3-2) UNRELEASED; urgency=low
+
+  * Fixed order of debhelper commands in debian/rules: moved dh_pysupport
+    before dh_strip -a
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 10 Feb 2011 00:43:29 +0100
+
 faulthandler (1.3-1) unstable; urgency=low
 
   * Initial release. Closes: #612363

Modified: packages/faulthandler/trunk/debian/rules
===================================================================
--- packages/faulthandler/trunk/debian/rules	2011-02-09 22:21:37 UTC (rev 15567)
+++ packages/faulthandler/trunk/debian/rules	2011-02-09 23:45:20 UTC (rev 15568)
@@ -47,10 +47,10 @@
 	dh_install -a
 	dh_installman -a
 	dh_link -a
+	dh_pysupport -a
 	dh_strip -a
 	dh_compress -a
 	dh_fixperms -a
-	dh_pysupport -a
 	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -a
 	dh_installdeb -a
 	dh_shlibdeps -a




More information about the Python-modules-commits mailing list