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

gregoa pushed a commit to branch master
in repository libspreadsheet-parseexcel-perl.

commit b3554d08f7401acfe85d93da6af1ddb5b654b6cd
Author: gregor herrmann <gre...@debian.org>
Date:   Mon May 5 17:10:29 2014 +0200

    debian/rules: fix examples hashbang/permissions.
---
 debian/rules | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/rules b/debian/rules
index bc5b8cd..a7c32f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,18 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
        dh $@
 
 override_dh_auto_test:
        AUTOMATED_TESTING=1 dh_auto_test
 
+override_dh_installexamples:
+       dh_installexamples
+       sed -i -e '1i #!/usr/bin/perl\n' 
$(TMP)/usr/share/doc/$(PACKAGE)/examples/sample/*.pl
+
+override_dh_fixperms:
+       dh_fixperms
+       chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/sample/README

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libspreadsheet-parseexcel-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