[perlbrew] 01/02: Add --name parameter to pod2man call in debian/rules
gregor herrmann
gregoa at debian.org
Sat Nov 19 19:52:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository perlbrew.
commit e11ef03222e92ed61a5e0c29599888c00170d0e8
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Nov 19 20:45:01 2016 +0100
Add --name parameter to pod2man call in debian/rules
in order to make the build reproducible.
Thanks: Chris Lamb for the bug report and the patch.
Closes: #844992
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8ef22b0..a09de38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
override_dh_auto_build:
dh_auto_build
- pod2man --utf8 --section 3pm $(CURDIR)/blib/lib/App/perlbrew.pm \
+ pod2man --utf8 --name App::perlbrew --section 3pm $(CURDIR)/blib/lib/App/perlbrew.pm \
> $(CURDIR)/blib/man3/App::perlbrew.3pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/perlbrew.git
More information about the Pkg-perl-cvs-commits
mailing list