This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-idn-encode-perl.

commit 79aa54a3bf3531c60aa87128b71fc77e04c112a5
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Jun 2 21:56:57 2014 +0200

    Use $Config{vendorarch} in debian/rules
    
    as a preparation for the multi-arched perl 5.20.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 53c4e34..c5d9465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,11 @@
 
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
+ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 %:
        dh $@
 
 override_dh_fixperms:
        dh_fixperms
-       chmod 644 $(TMP)/usr/lib/perl5/Net/IDN/Standards.pod
+       chmod 644 $(TMP)$(ARCHLIB)/Net/IDN/Standards.pod

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-idn-encode-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to