[SCM] Packaging of Test::Fork in Debian branch, master, updated. 8d8a20f6317046a0e2031c27ab76ff7a6c3b0a89

Olivier Sallou osallou at debian.org
Sat Feb 23 12:57:26 UTC 2013


The following commit has been merged in the master branch:
commit fa87310090293d70b2c055c3665a6c417b6f4ddb
Author: Olivier Sallou <osallou at debian.org>
Date:   Sat Feb 23 12:54:42 2013 +0100

    rename man3 pages

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

-- 
Packaging of Test::Fork in Debian



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