[SCM] Debian packaging of liblocale-us-perl branch, master, updated. 731895a1218ccac2a51f38c3713097ebf5339c4e

Fabrizio Regalli fabreg at fabreg.it
Fri Aug 12 16:12:30 UTC 2011


The following commit has been merged in the master branch:
commit 731895a1218ccac2a51f38c3713097ebf5339c4e
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Aug 12 18:12:23 2011 +0200

    Fixed script-not-executable lintian message

diff --git a/debian/rules b/debian/rules
index 2d33f6a..df03795 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod 755 $(TMP)/usr/share/perl5/Locale/kruft2codes.pl

-- 
Debian packaging of liblocale-us-perl



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