[SCM] Packaging for padre-plugin-perlcritic branch, master, updated. upstream/0.06-26-gd220cc8
Damyan Ivanov
dmn at debian.org
Mon Aug 8 19:30:54 UTC 2011
The following commit has been merged in the master branch:
commit dfade00101c8e68926bf5131841ab67ca2899dfd
Author: Damyan Ivanov <dmn at debian.org>
Date: Mon Aug 8 22:00:58 2011 +0300
remove shipped .po files from the package
diff --git a/debian/rules b/debian/rules
index b3015fc..5a996a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,11 @@
dh $@
CMD=$(shell echo $@ | sed 's/^override_//')
+TMP=debian/libpadre-plugin-perlcritic-perl
override_dh_auto_test:
xvfb-run $(CMD)
+
+override_dh_auto_install:
+ $(CMD)
+ find $(TMP) -name '*.po' -delete
--
Packaging for padre-plugin-perlcritic
More information about the Pkg-perl-cvs-commits
mailing list