[SCM] Packaging of Class:AutoloadCAN in Debian branch, master, updated. d2a0d92b76bba3307f00d2d0c858fdf4aab8a278

Olivier Sallou osallou at debian.org
Sat Feb 23 13:09:49 UTC 2013


The following commit has been merged in the master branch:
commit d2a0d92b76bba3307f00d2d0c858fdf4aab8a278
Author: Olivier Sallou <osallou at debian.org>
Date:   Sat Feb 23 14:08:02 2013 +0100

    rename man 3 extension

diff --git a/debian/rules b/debian/rules
index 2d33f6a..e9ae5ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,11 @@
 
 %:
 	dh $@
+
+override_dh_installman:
+	#Rename 3pm to 3perl and 1pm to 1
+	rename 's/\.3pm/\.3perl/' debian/libclass-autoloadcan-perl/usr/share/man/man3/*.3pm*
+	rename 's/\.1p/\.1/' debian/libclass-autoloadcan-perl/usr/share/man/man1/*.1p*
+	dh_installman
+
+

-- 
Packaging of Class:AutoloadCAN in Debian



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