[libconvert-binhex-perl] 07/09: debian/rules: remove example scripts from /usr/bin, plus manpages.

gregor herrmann gregoa at debian.org
Sat Sep 21 20:50:46 UTC 2013


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

gregoa pushed a commit to branch master
in repository libconvert-binhex-perl.

commit 5068b8c3e27a9a1073b0197d3134cc38934807ae
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 21 22:47:50 2013 +0200

    debian/rules: remove example scripts from /usr/bin, plus manpages.
---
 debian/rules |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..0f3edf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# installed as examples
+	rm -rv $(TMP)/usr/bin
+	rm -rv $(TMP)/usr/share/man/man1

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



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