[SCM] Packaging of Getopt::Complete in Debian branch, master, updated. 21f383a2628f5663060be0c65df5130600d7060a

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


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

    fix man3 extension

diff --git a/debian/rules b/debian/rules
index 8afd7ff..24fd36c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 override_dh_installman:
 	#Rename 3pm to 3perl and 1pm to 1
-	rename 's/\.3pm/\.3perl/' debian/libtest-fork-perl/usr/share/man/man3/*.3pm*
-	rename 's/\.1p/\.1/' debian/libtest-fork-perl/usr/share/man/man1/*.1p*
+	rename 's/\.3pm/\.3perl/' debian/libgetopt-complete-perl/usr/share/man/man3/*.3pm*
+	rename 's/\.1p/\.1/' debian/libgetopt-complete-perl/usr/share/man/man1/*.1p*
 	dh_installman
 

-- 
Packaging of Getopt::Complete in Debian



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