[SCM] Debian packaging of carton CPAN distribution branch, master, updated. debian/0.9.7-1-22-g3278a83

gregor herrmann gregoa at debian.org
Sat May 11 19:45:01 UTC 2013


The following commit has been merged in the master branch:
commit 7efff4174877010ff226aea9aef6aae49d02a5f9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 11 21:28:19 2013 +0200

    debian/rules: remove manpage renaming section, the manpages are gone.

diff --git a/debian/rules b/debian/rules
index 0e1f114..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
-
-override_dh_auto_install:
-	dh_auto_install
-	for m in $(TMP)/usr/share/man/man1/*.1 ; do \
-		mv $$m $${m}p ; \
-	done

-- 
Debian packaging of carton CPAN distribution



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