[libhtml-parser-perl] 01/02: Add --name parameter to pod2man call in debian/rules
gregor herrmann
gregoa at debian.org
Mon Nov 21 18:33:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libhtml-parser-perl.
commit bced063ca79d3b8546f4eab408b109239c5aa9ff
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Nov 21 19:28:51 2016 +0100
Add --name parameter to pod2man call in debian/rules
in order to make the build reproducible.
Thanks: Daniel Shahaf for the bug report and the patch.
Closes: #845191
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6861f47..78812b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
override_dh_auto_build:
dh_auto_build
- pod2man --utf8 --section 3pm $(CURDIR)/blib/lib/HTML/Entities.pm > $(CURDIR)/blib/man3/HTML::Entities.3pm
+ pod2man --utf8 --section 3pm --name HTML::Entities \
+ $(CURDIR)/blib/lib/HTML/Entities.pm > $(CURDIR)/blib/man3/HTML::Entities.3pm
override_dh_fixperms:
dh_fixperms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-parser-perl.git
More information about the Pkg-perl-cvs-commits
mailing list