[SCM] Debian packaging of libmojomojo-perl branch, master, updated. 60e855092b483b14f80347e1000f36bd9a302b26

gregor herrmann gregoa at debian.org
Sun Oct 2 16:38:56 UTC 2011


The following commit has been merged in the master branch:
commit 0287e75f9d04a5e7885c1188a7450bc82ef8abdb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 2 18:34:09 2011 +0200

    Stop installing /usr/share/perl5/MojoMojo/INSTALL.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..4b48630 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) -v $(TMP)/usr/share/perl5/MojoMojo/INSTALL

-- 
Debian packaging of libmojomojo-perl



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