Source: eekboek
Version: 2.02.05+dfsg-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
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
`. `'` [email protected] / chris-lamb.co.uk
`-
--- 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.