[SCM] Debian packaging of Mason::Plugin::RouterSimple branch, master, updated. 16d6be45d0ee13562b871b8f4daa5a214f31c034

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Jun 4 22:25:34 UTC 2012


The following commit has been merged in the master branch:
commit 16d6be45d0ee13562b871b8f4daa5a214f31c034
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Jun 5 00:24:41 2012 +0200

    do not ship test cases in module dir

diff --git a/debian/rules b/debian/rules
index 2d33f6a..7fc7d80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/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/Plugin/RouterSimple/t

-- 
Debian packaging of Mason::Plugin::RouterSimple



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