[rex] 01/01: d/rules: remove man page with incomplete for a man page pod sections

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue May 19 14:17:12 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 0b0aef69c51137b2b5a24730b46fcd67eebe26d0
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Tue May 19 16:02:34 2015 +0200

    d/rules: remove man page with incomplete for a man page pod sections
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..2266253 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+pkg := $(shell dpkg-parsechangelog --show-field=Source)
+mandir := $(CURDIR)/debian/$(pkg)/usr/share/man/man3
+
 %:
 	dh $@
+
+override_dh_installman:
+	dh_installman
+	rm -f $(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