[libembperl-perl] 01/02: debian/rules: drop special handling of German manpages.

gregor herrmann gregoa at debian.org
Sun Jun 26 15:20:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libembperl-perl.

commit 1be07d0920e81edc12efcb9aed0e50b4c7f1710f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 26 17:13:45 2016 +0200

    debian/rules: drop special handling of German manpages.
    
    They are gone, and the machinery causes problems for reproducible builds.
    
    Thanks: Reiner Herrmann for the bug report and patch.
    Closes: #828636
---
 debian/rules | 8 --------
 1 file changed, 8 deletions(-)

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, at ARCHLIB@,$(ARCHLIB),g' debian/zembperl.load.in > debian/zembperl.load
 	install -m 644 debian/zembperl.conf debian/zembperl.load \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git



More information about the Pkg-perl-cvs-commits mailing list