[libfcgi-perl] 01/04: Make example scripts executable.
gregor herrmann
gregoa at debian.org
Mon Feb 16 16:22:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libfcgi-perl.
commit 096387d4c4f8cc671ac64d41d5f561ad06d40dae
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Feb 16 17:16:40 2015 +0100
Make example scripts executable.
Thanks: Herwin Weststrate for the bug report.
Closes: #778534
---
debian/rules | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/debian/rules b/debian/rules
index d6b6741..ee946a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
#!/usr/bin/make -f
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
%:
dh $@ --buildsystem=perl_makemaker
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod +x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfcgi-perl.git
More information about the Pkg-perl-cvs-commits
mailing list