[SCM] Debian packaging of Mason CPAN distribution branch, master, updated. debian/2.19-1-3-ge8eb6b3

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Jun 3 22:54:02 UTC 2012


The following commit has been merged in the master branch:
commit 4e6515919a7b5d4199a5c2adea60b4cd817a1a01
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Jun 4 00:52:17 2012 +0200

    Removed Mason::t modules, these are build-time test cases

diff --git a/debian/rules b/debian/rules
index 2d33f6a..f5477ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -rf $(TMP)/usr/share/perl5/Mason/t
+

-- 
Debian packaging of Mason CPAN distribution



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