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

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri May 21 22:37:29 UTC 2010


    Date: Friday, May 21, 2010 @ 22:37:04
  Author: jwilk
Revision: 13056

Use ?\226?\128?\152chmod a-x?\226?\128?\153 rather than ?\226?\128?\152chmod -x?\226?\128?\153 in debian/rules.

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	2010-05-21 21:43:09 UTC (rev 13055)
+++ packages/python-whoosh/trunk/debian/changelog	2010-05-21 22:37:04 UTC (rev 13056)
@@ -1,3 +1,9 @@
+python-whoosh (0.3.18-2) UNRELEASED; urgency=low
+
+  * Use ‘chmod a-x’ rather than ‘chmod -x’ in debian/rules.
+
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 22 May 2010 00:36:14 +0200
+
 python-whoosh (0.3.18-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules	2010-05-21 21:43:09 UTC (rev 13055)
+++ packages/python-whoosh/trunk/debian/rules	2010-05-21 22:37:04 UTC (rev 13056)
@@ -25,7 +25,7 @@
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod -x debian/python-whoosh/usr/share/pyshared/*.egg-info/*
+	chmod a-x debian/python-whoosh/usr/share/pyshared/*.egg-info/*
 	find debian/python-whoosh -name PKG-INFO -exec chmod -x {} \;
 
 override_dh_compress:




More information about the Python-modules-commits mailing list