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


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

    compile .mo files during build

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

-- 
Packaging for padre-plugin-perlcritic



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