[Python-modules-commits] r22469 - in packages/pyspf/trunk/debian (changelog rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Jul 28 19:15:31 UTC 2012


    Date: Saturday, July 28, 2012 @ 19:15:30
  Author: kitterman
Revision: 22469

override dh_python3 to not act on spf-tools-python so that its shebangs
don't get rewritten to /usr/bin/python3 (Closes: #683098)

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

Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2012-07-28 19:08:41 UTC (rev 22468)
+++ packages/pyspf/trunk/debian/changelog	2012-07-28 19:15:30 UTC (rev 22469)
@@ -1,3 +1,10 @@
+pyspf (2.0.7-3) unstable; urgency=low
+
+  * override dh_python3 to not act on spf-tools-python so that its shebangs
+    don't get rewritten to /usr/bin/python3 (Closes: #683098)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 28 Jul 2012 14:53:59 -0400
+
 pyspf (2.0.7-2) unstable; urgency=low
 
   * Add debian/patches/catch_unicode_spf to correctly raise errors when SPF

Modified: packages/pyspf/trunk/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules	2012-07-28 19:08:41 UTC (rev 22468)
+++ packages/pyspf/trunk/debian/rules	2012-07-28 19:15:30 UTC (rev 22469)
@@ -47,3 +47,6 @@
 override_dh_fixperms:
 	dh_fixperms
 	chmod +x $(CURDIR)/debian/python-spf/usr/share/pyshared/spf.py
+
+override_dh_python3:
+	dh_python3 -N spf-tools-python




More information about the Python-modules-commits mailing list