[SCM] Debian packaging of libmoo-perl branch, master, updated. debian/1.002000-1-10-gdc09ed1

gregor herrmann gregoa at debian.org
Tue Jul 16 18:26:45 UTC 2013


The following commit has been merged in the master branch:
commit a61e27560f07c1669a03b53b0c6bf998de947b34
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 16 20:24:03 2013 +0200

    debian/rules: don't install the new moo-outdated script into the binary package.

diff --git a/debian/rules b/debian/rules
index e34c153..4609b3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,16 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
 override_dh_auto_test:
 	# PERL_STRICTURES_EXTRA is in strictures and not in Moo
 	PERL_STRICTURES_EXTRA=0 dh_auto_test
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/bin/moo-outdated
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin

-- 
Debian packaging of libmoo-perl



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