[libnet-prometheus-perl] 04/06: examples

gregor herrmann gregoa at debian.org
Fri Mar 3 19:11:37 UTC 2017


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

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

commit dce6c489ed5722c877d9aecfa96bae93f2c9a769
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Mar 3 20:07:07 2017 +0100

    examples
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..96ba44b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.psgi

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



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