r70753 - /trunk/libpdf-report-perl/debian/rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Mon Mar 7 00:53:15 UTC 2011


Author: rra
Date: Mon Mar  7 00:53:02 2011
New Revision: 70753

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70753
Log:
Fix the way permissions are set for the examples

Modified:
    trunk/libpdf-report-perl/debian/rules

Modified: trunk/libpdf-report-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-report-perl/debian/rules?rev=70753&op=diff
==============================================================================
--- trunk/libpdf-report-perl/debian/rules (original)
+++ trunk/libpdf-report-perl/debian/rules Mon Mar  7 00:53:02 2011
@@ -8,9 +8,8 @@
 
 override_dh_fixperms:
 	dh_fixperms
-	set -e; for e in gif jpg png pnm tif ; do \
-	    chmod 644 $(TMPDIR)/usr/share/doc/$(PACKAGE)/examples/image.$$e ; \
-	done
+	chmod 644 $(TMPDIR)/usr/share/doc/$(PACKAGE)/examples/image.*
+	chmod 755 $(TMPDIR)/usr/share/doc/$(PACKAGE)/examples/*.pl
 
 %:
 	dh $@




More information about the Pkg-perl-cvs-commits mailing list