[Python-modules-commits] r8555 - in packages/pyro/trunk/debian (changelog rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Mon May 25 12:19:10 UTC 2009


    Date: Monday, May 25, 2009 @ 12:19:10
  Author: bzed
Revision: 8555

Fix several file permissions in the examples package.

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

Modified: packages/pyro/trunk/debian/changelog
===================================================================
--- packages/pyro/trunk/debian/changelog	2009-05-25 08:26:45 UTC (rev 8554)
+++ packages/pyro/trunk/debian/changelog	2009-05-25 12:19:10 UTC (rev 8555)
@@ -14,8 +14,9 @@
   * Bumping Standards-Version to 3.8.1. 
   * Dropping maintainer scripts, dh creates them properly. 
   * Adding missing ${misc:Depends}. 
+  * Fix several file permissions in the examples package.
 
- -- Bernd Zeimetz <bzed at debian.org>  Mon, 25 May 2009 10:26:36 +0200
+ -- Bernd Zeimetz <bzed at debian.org>  Mon, 25 May 2009 14:18:39 +0200
 
 pyro (3.7-2) unstable; urgency=medium
 

Modified: packages/pyro/trunk/debian/rules
===================================================================
--- packages/pyro/trunk/debian/rules	2009-05-25 08:26:45 UTC (rev 8554)
+++ packages/pyro/trunk/debian/rules	2009-05-25 12:19:10 UTC (rev 8555)
@@ -31,6 +31,8 @@
 	find $(CURDIR)/debian/pyro-examples -type f -name '*.py' | \
 		xargs grep -L '#!/usr/bin' | \
 		xargs chmod 644
+	find $(CURDIR)/debian/pyro-examples -type f -name '*.txt' | \
+		xargs chmod 644
 
 override_dh_installinit:
 	dh_installinit -ppyro --name=pyro-nsd




More information about the Python-modules-commits mailing list