[SCM] Packaging of padre perl editor branch, master, updated. debian/0.36-3-6-gf97e77b

Damyan Ivanov dmn at debian.org
Tue Aug 11 19:08:41 UTC 2009


The following commit has been merged in the master branch:
commit f97e77bb85c1e2f8448ec3e68ba174b46df8e498
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Aug 11 18:07:43 2009 +0300

    rules: no need to re-generate .mo files from .po. Upstream does it now

diff --git a/debian/changelog b/debian/changelog
index 85c6f07..edb5da3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ padre (0.42-1) UNRELEASED; urgency=low
   * New Upstream Version
   * add explicit dependency on libtest-simple-perl (>= 0.88)
   * rules: use dh --with quilt (and bump quilt build-dependency to 0.46-7)
+  * rules: no need to re-generate .mo files from .po. Upstream does it now
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Aug 2009 17:48:58 +0300
 
diff --git a/debian/rules b/debian/rules
index 8060605..9c85533 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,16 +12,6 @@ override_dh_auto_test:
 	# encountered on STDERR)
 	#xvfb-run dh_auto_test
 
-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 ;\
-	done
-
 .PHONY: get-orig-source
 get-orig-source:
 	uscan --force

-- 
Packaging of padre perl editor



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