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 <gre...@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

_______________________________________________
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