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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to