[rex] 01/02: d/rules: use override_dh_auto_install to remove not complete man page

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue May 19 15:29:07 UTC 2015


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

malex-guest pushed a commit to branch master
in repository rex.

commit 432dc3ac7da629d789a80da6498d2d7f5a3cd403
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Tue May 19 17:16:52 2015 +0200

    d/rules: use override_dh_auto_install to remove not complete man page
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2266253..55c807b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,6 @@ mandir := $(CURDIR)/debian/$(pkg)/usr/share/man/man3
 %:
 	dh $@
 
-override_dh_installman:
-	dh_installman
-	rm -f $(mandir)/Rex::Resource::Common.3pm
+override_dh_auto_install:
+	dh_auto_install
+	rm --verbose $(mandir)/Rex::Resource::Common.3pm

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



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