Bug#835448: eekboek: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Aug 25 19:25:44 UTC 2016


Source: eekboek
Version: 2.02.05+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: eeproducible-builds at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that eekboek could not be built reproducibly

>From pod2man(1):

  --name  without this option […] a path like ".../lib/Pod/Man.pm" is
          converted into a name like "Pod::Man". 

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2016-08-25 20:17:30.939728338 +0100
--- b/debian/rules	2016-08-25 20:23:40.787595688 +0100
@@ -12,7 +12,7 @@
 	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.


More information about the pkg-perl-maintainers mailing list