[SCM] Debian packaging of libfile-util-perl branch, master, updated. 82b339b6fa5aedc5bda035eefa01a72fba84dcdc

gregor herrmann gregoa at debian.org
Fri Dec 7 15:55:03 UTC 2012


The following commit has been merged in the master branch:
commit 82b339b6fa5aedc5bda035eefa01a72fba84dcdc
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 7 16:52:14 2012 +0100

    fix permissions in a more idiomatic way
    
    cf. http://pkg-perl.alioth.debian.org/debhelper.html
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 2a94561..8d592de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod 644 debian/libfile-util-perl/usr/share/perl5/File/Util.p*
+	chmod 644 $(TMP)/usr/share/perl5/File/Util.pod

-- 
Debian packaging of libfile-util-perl



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