Source: libembperl-perl
Version: 2.5.0-6
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
Hi!
While working on the "reproducible builds" effort [1], we have noticed
that libembperl-perl could not be built reproducibly.
In one build the manpage Embperl::Syntax::POD.3pm is incorrectly sorted
to the German manpages (Embperl::FeaturesD too), because their names end
with D.
As the package provides no German manpages anyway, I think the part in
debian/rules, which moves the manpages can be safely removed.
Regards,
Reiner
[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/debian/rules b/debian/rules
index f643b0b..ab91682 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,14 +27,6 @@ override_dh_auto_install: $(POD2TEXT)
# install by default
install -m 755 *cgi.pl debian/libembperl-perl/usr/lib/cgi-bin/
- # move German manpages to usr/share/man/de/man{1,2,3}
- @set -e;\
- for f in $(TMP)/usr/share/man/man3/*[a-z]D.3pm; do \
- f_de=`echo $$f | sed 's,man\(.\)/\([^/]*\)D\.\([^/]*\)$$,de/man\1/\2.\3,'` ;\
- echo "mv $$f $$f_de" ;\
- mv $$f $$f_de ;\
- done
-
# ship Apache config in mods-available
sed -e 's,@ARCHLIB@,$(ARCHLIB),g' debian/zembperl.load.in > debian/zembperl.load
install -m 644 debian/zembperl.conf debian/zembperl.load \