[SCM] Debian packaging of liblocal-lib-perl branch, master, updated. 0654b35c59aa5059b6b99e9eb64255cdfd79861a

gregor herrmann gregoa at debian.org
Thu Jan 5 15:03:40 UTC 2012


The following commit has been merged in the master branch:
commit 0ef2f26eee0bd5fe59ad0cfa4830d972781afdf3
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 5 15:36:48 2012 +0100

    Move localized manpages into correct directories.
    
    Remove now unneeded lintian override.

diff --git a/debian/liblocal-lib-perl.lintian-overrides b/debian/liblocal-lib-perl.lintian-overrides
deleted file mode 100644
index 3d5cb58..0000000
--- a/debian/liblocal-lib-perl.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# Spelling-error-in-manpage is false-positive here as it is 
-# german translation of the word.
-spelling-error-in-manpage usr/share/man/man3/POD2::DE::local::lib.3pm.gz Programm Program
diff --git a/debian/rules b/debian/rules
index f7dc929..b67d2b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,7 @@ override_dh_auto_install:
 	# Remove installed /usr/share/perl5/POD2/PT_BR/local/lib.pod
 	rm $(TMP)/usr/share/perl5/POD2/PT_BR/local/lib.pod
 	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/POD2/PT_BR/local
+	# install localized manpages into useful places
+	dh_installdirs usr/share/man/de/man3/ usr/share/man/pt_BR/man3/
+	mv $(TMP)/usr/share/man/man3/POD2::DE::local::lib.3pm $(TMP)/usr/share/man/de/man3/local::lib.3pm
+	mv $(TMP)/usr/share/man/man3/POD2::PT_BR::local::lib.3pm $(TMP)/usr/share/man/pt_BR/man3/local::lib.3pm

-- 
Debian packaging of liblocal-lib-perl



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