[libfile-sharedir-perl] 05/06: Remove executable flag from test files.

gregor herrmann gregoa at debian.org
Thu Aug 10 15:38:14 UTC 2017


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

gregoa pushed a commit to branch master
in repository libfile-sharedir-perl.

commit 1b6f09816b04dbdda8e95c6f3a26effdad05543c
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 10 11:35:10 2017 -0400

    Remove executable flag from test files.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..962e186 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	find $(TMP)/usr/share/perl5/auto/share/dist/File-ShareDir/ -type f -print0 | \
+		xargs -r0 chmod -x

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-sharedir-perl.git



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