[libclass-load-perl] 06/08: debian/rules: don't install empty manpage.
    gregor herrmann 
    gregoa at debian.org
       
    Sat Feb 15 14:36:07 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libclass-load-perl.
commit 15d91a5d187f16a9a70335b261449fb948a86c43
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 15 15:34:26 2014 +0100
    debian/rules: don't install empty manpage.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2d33f6a..1c7ae1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# empty manpage
+	$(RM) -v $(TMP)/usr/share/man/man3/Class::Load::PP.3pm
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-load-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list