r37690 - /trunk/libacme-bleach-perl/debian/rules

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sat Jun 6 16:27:26 UTC 2009


Author: nhandler-guest
Date: Sat Jun  6 16:27:22 2009
New Revision: 37690

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37690
Log:
debian/rules: Make example files non-executable

Modified:
    trunk/libacme-bleach-perl/debian/rules

Modified: trunk/libacme-bleach-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/rules?rev=37690&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/rules (original)
+++ trunk/libacme-bleach-perl/debian/rules Sat Jun  6 16:27:22 2009
@@ -13,6 +13,9 @@
 install: install-stamp
 install-stamp: build-stamp
 	dh install
+	chmod 0644 $(CURDIR)/debian/libacme-bleach-perl/usr/share/doc/libacme-bleach-perl/examples/*
+	chmod 0644 $(CURDIR)/debian/libacme-dwim-perl/usr/share/doc/libacme-dwim-perl/examples/*
+	chmod 0644 $(CURDIR)/debian/libacme-morse-perl/usr/share/doc/libacme-morse-perl/examples/*
 	touch $@
 
 binary-arch:




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