[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.33-146-g0890800

Damyan Ivanov dmn at debian.org
Mon Apr 27 12:47:28 UTC 2009


The following commit has been merged in the master branch:
commit 17a12eed8d03a2a13c73e454c6fa750950bd3638
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Apr 27 12:14:12 2009 +0300

    remove all pre-supplied .mo files before recreating them

diff --git a/debian/changelog b/debian/changelog
index 78c0ece..9c37b8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ padre (0.33-1) UNRELEASED; urgency=low
   * disable running test suite during build
     (it fails due to missing RANDR X extension)
   * convert explicit dh_link invocation to debian/links
+  * remove all pre-supplied .mo files before recreating them
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 05 Apr 2009 15:37:18 +0300
 
diff --git a/debian/rules b/debian/rules
index 7c5a2d6..bd15c4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ PO_DIR = $(CURDIR)/debian/tmp/usr/share/perl5/auto/share/dist/Padre/locale
 
 override_dh_auto_install:
 	dh_auto_install
+	rm $(PO_DIR)/*.mo
 	for f in $(PO_DIR)/*.po; do \
 	    msgfmt $$f -o $${f%.po}.mo ; \
 	    rm $$f ;\

-- 
Packaging of padre perl editor



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