[SCM] Packaging Genome in Debian branch, master, updated. 69048b525219b8a2df0d6084c976e1c5a64c6bba

Olivier Sallou osallou at debian.org
Sat Feb 23 14:39:00 UTC 2013


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

    rename man pages

diff --git a/debian/rules b/debian/rules
index 2d33f6a..f9e6b38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,14 @@
 
 %:
 	dh $@
+
+override_dh_clean:
+	rm -rf cmd-bindoc
+	dh_clean
+
+override_dh_installman:
+	#Rename 3pm to 3perl and 1pm to 1
+	rename 's/\.3pm/\.3perl/' debian/libgenome-perl/usr/share/man/man3/*.3pm*
+	rename 's/\.1p/\.1/' debian/libgenome-perl/usr/share/man/man1/*.1p*
+	dh_installman
+

-- 
Packaging Genome in Debian



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