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

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu Jun 25 14:01:05 UTC 2009


    Date: Thursday, June 25, 2009 @ 14:00:50
  Author: zack
Revision: 8851

clear spurious +x bits on installed *.css files

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

Modified: packages/python-toscawidgets/trunk/debian/changelog
===================================================================
--- packages/python-toscawidgets/trunk/debian/changelog	2009-06-25 13:48:36 UTC (rev 8850)
+++ packages/python-toscawidgets/trunk/debian/changelog	2009-06-25 14:00:50 UTC (rev 8851)
@@ -6,7 +6,9 @@
     also the new contrib is covered
   * debian/docs: reference README.txt via its new path
   * debian/control: bump Standards-Version to 3.8.2 (no changes needed)
-  * debian/rules: avoid installing *.pth files
+  * debian/rules:
+    - avoid installing *.pth files
+    - clear spurious +x bits on installed *.css files
 
  -- Stefano Zacchiroli <zack at debian.org>  Thu, 25 Jun 2009 15:20:42 +0200
 

Modified: packages/python-toscawidgets/trunk/debian/rules
===================================================================
--- packages/python-toscawidgets/trunk/debian/rules	2009-06-25 13:48:36 UTC (rev 8850)
+++ packages/python-toscawidgets/trunk/debian/rules	2009-06-25 14:00:50 UTC (rev 8851)
@@ -12,8 +12,10 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
-# avoid installing useless *.pth files
+# avoid installing useless *.pth files ; fix spurious +x bits
 install/$(PKG)::
 	rm -f debian/$(PKG)/usr/lib/python*/site-packages/*.pth
+	-find debian/$(PKG)/usr/lib/ \
+		-name \*.css -exec chmod -x {} \;
 
 -include debian/get-orig-source.mk




More information about the Python-modules-commits mailing list