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

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Wed Jun 15 20:58:57 UTC 2011


Author: fabreg-guest
Date: Wed Jun 15 20:58:55 2011
New Revision: 75801

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75801
Log:
Fixed executable-not-elf-or-script

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=75801&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/rules (original)
+++ trunk/libacme-bleach-perl/debian/rules Wed Jun 15 20:58:55 2011
@@ -2,3 +2,12 @@
 
 %:
 	dh $@
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+override_dh_installexamples:
+	dh_installexamples
+
+	# Fix executable-not-elf-or-script lintian warnings
+	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -exec chmod 644 {} \;




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