[Python-modules-commits] r10677 - in packages/python-whoosh/trunk/debian (changelog rules)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sat Dec 5 05:23:40 UTC 2009


    Date: Saturday, December 5, 2009 @ 05:23:30
  Author: aelmahmoudy-guest
Revision: 10677

* New upstream release.
* debian/rules: Override dh_fixperms to remove executable bit from files in
  /usr/share/pyshared/*.egg-info/

Modified:
  packages/python-whoosh/trunk/debian/changelog
  packages/python-whoosh/trunk/debian/rules

Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog	2009-12-04 19:16:11 UTC (rev 10676)
+++ packages/python-whoosh/trunk/debian/changelog	2009-12-05 05:23:30 UTC (rev 10677)
@@ -1,3 +1,11 @@
+python-whoosh (0.3.9-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/rules: Override dh_fixperms to remove executable bit from files in
+    /usr/share/pyshared/*.egg-info/
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>  Sat, 05 Dec 2009 06:59:16 +0200
+
 python-whoosh (0.3.2-1) unstable; urgency=low
 
   [ Bernd Zeimetz ]

Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules	2009-12-04 19:16:11 UTC (rev 10676)
+++ packages/python-whoosh/trunk/debian/rules	2009-12-05 05:23:30 UTC (rev 10677)
@@ -9,3 +9,6 @@
 	rm -f debian/python-whoosh$(call py_libdir,$(shell pyversions -vd))/whoosh/support/pyparsing.py
 	dh_pysupport
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/python-whoosh/usr/share/pyshared/*.egg-info/*




More information about the Python-modules-commits mailing list