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

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Feb 14 00:19:13 UTC 2014


    Date: Friday, February 14, 2014 @ 00:19:12
  Author: kitterman
Revision: 27661

Change path usage in debian/rules not to depend on pyshared (change from
Ubuntu)

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

Modified: packages/pyspf/trunk/debian/changelog
===================================================================
--- packages/pyspf/trunk/debian/changelog	2014-02-14 00:01:36 UTC (rev 27660)
+++ packages/pyspf/trunk/debian/changelog	2014-02-14 00:19:12 UTC (rev 27661)
@@ -1,3 +1,10 @@
+pyspf (2.0.8-3) UNRELEASED; urgency=low
+
+  * Change path usage in debian/rules not to depend on pyshared (change from
+    Ubuntu)
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 13 Feb 2014 19:17:27 -0500
+
 pyspf (2.0.8-2) unstable; urgency=low
 
   * Add Breaks: for pre-1.2 versions of postfix-policyd-spf-python that used

Modified: packages/pyspf/trunk/debian/rules
===================================================================
--- packages/pyspf/trunk/debian/rules	2014-02-14 00:01:36 UTC (rev 27660)
+++ packages/pyspf/trunk/debian/rules	2014-02-14 00:19:12 UTC (rev 27661)
@@ -46,7 +46,7 @@
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod +x $(CURDIR)/debian/python-spf/usr/share/pyshared/spf.py
+	chmod +x $(CURDIR)/debian/python-spf/usr/lib/python2.?/*-packages/spf.py
 
 override_dh_python3:
 	dh_python3 -N spf-tools-python




More information about the Python-modules-commits mailing list