[libauthen-scram-perl] 06/06: don't install empty manpage

gregor herrmann gregoa at debian.org
Mon Aug 24 12:48:22 UTC 2015


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

gregoa pushed a commit to branch master
in repository libauthen-scram-perl.

commit 765ccee9d3a0aa315a71a4cd9d4a0f60b56b108a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 24 14:46:03 2015 +0200

    don't install empty manpage
    
    Gbp-Dch: Ignore
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..91d8858 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_auto_install:
+	dh_auto_install
+	rm --verbose $(TMP)/usr/share/man/man3/Authen::SCRAM::Role::Common.3pm

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



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