Bug#844992: perlbrew: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Nov 19 08:51:14 UTC 2016


Source: perlbrew
Version: 0.77-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that perlbrew could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2016-11-19 09:41:35.445600097 +0100
--- b/debian/rules	2016-11-19 09:45:26.307497326 +0100
@@ -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


More information about the pkg-perl-maintainers mailing list