[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:59 UTC 2011


The following commit has been merged in the master branch:
commit d220cc80dd2f5bbb97174ee066b9dd74bfafd86b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Aug 8 22:30:14 2011 +0300

    remove .pot files from the binary package

diff --git a/debian/rules b/debian/rules
index e41809a..fdb6c37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,4 @@ override_dh_auto_test:
 override_dh_auto_install:
 	$(CMD)
 	find $(TMP) -name '*.po' | while read f; do msgfmt -o $${f%.po}.mo $$f; rm $$f; done
+	find $(TMP) -name '*.pot' -delete

-- 
Packaging for padre-plugin-perlcritic



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