[SCM] Debian packaging of libcatalyst-manual-perl branch, master, updated. debian/5.9000-1-10-g34f9e72
gregor herrmann
gregoa at debian.org
Sun Sep 4 13:01:40 UTC 2011
The following commit has been merged in the master branch:
commit f2399307ff4258077b83ab7b61795cd9dbed5f84
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Sep 4 14:55:49 2011 +0200
debian/rules: remove installed .gitignore file.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..4a841c5 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/Catalyst/Manual/Tutorial/.gitignore
--
Debian packaging of libcatalyst-manual-perl
More information about the Pkg-perl-cvs-commits
mailing list