[Python-apps-commits] r9584 - in packages/pype/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 4 19:06:56 UTC 2013


    Date: Saturday, May 4, 2013 @ 19:06:54
  Author: piotr
Revision: 9584

get-orig-source: remove executable bit from files

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

Modified: packages/pype/trunk/debian/changelog
===================================================================
--- packages/pype/trunk/debian/changelog	2013-05-02 01:36:03 UTC (rev 9583)
+++ packages/pype/trunk/debian/changelog	2013-05-04 19:06:54 UTC (rev 9584)
@@ -1,4 +1,4 @@
-pype (2.9.4-1) experimental; urgency=low
+pype (2.9.4-1) unstable; urgency=low
 
   * New upstream release
   * Bump Standards-Version to 3.9.4

Modified: packages/pype/trunk/debian/rules
===================================================================
--- packages/pype/trunk/debian/rules	2013-05-02 01:36:03 UTC (rev 9583)
+++ packages/pype/trunk/debian/rules	2013-05-04 19:06:54 UTC (rev 9584)
@@ -21,7 +21,7 @@
 	cd get-orig-source &&\
 	unzip ./PyPE-*.zip &&\
 	cd PyPE-$(VER) &&\
-#	for i in $(shell find -executable -type f);do chmod 644 $$i; done &&\
+	find ./ -executable -type f -exec chmod 644 '{}' \;&&\
 	dos2unix * plugins/* &&\
 	bomstrip-files pype.py &&\
 	chmod 755 pype.py &&\




More information about the Python-apps-commits mailing list