[eekboek] 01/06: debian/rules: call pod2man with --name

gregor herrmann gregoa at debian.org
Thu Aug 25 20:05:30 UTC 2016


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

gregoa pushed a commit to branch master
in repository eekboek.

commit c1d398bcf2361215d566f971416b798024bc3d64
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 25 21:48:50 2016 +0200

    debian/rules: call pod2man with --name
    
    to make the build reproducible.
    
    Thanks: Chris Lamb for the bug report and the patch.
    Closes: #835448
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ac8fedf..e294ef4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
 	dh_auto_build
 	for f in EB.pm EekBoek.pm ; do \
 		m=$$(basename $$f .pm) ; \
-		pod2man --section 3pm --utf8 $(CURDIR)/blib/lib/$$f > $(CURDIR)/blib/libdoc/$$m.3pm ; \
+		pod2man --name=$$m --section 3pm --utf8 $(CURDIR)/blib/lib/$$f > $(CURDIR)/blib/libdoc/$$m.3pm ; \
 	done
 
 # remove failing tests.

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



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