r23788 - in /tools/gnome-pkg-tools: 1/rules/patch-translations.mk debian/changelog

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Apr 13 22:18:08 UTC 2010


Author: joss
Date: Tue Apr 13 22:18:07 2010
New Revision: 23788

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23788
Log:
patch-translations.mk: support forced types in POTFILES.in.

Modified:
    tools/gnome-pkg-tools/1/rules/patch-translations.mk
    tools/gnome-pkg-tools/debian/changelog

Modified: tools/gnome-pkg-tools/1/rules/patch-translations.mk
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/1/rules/patch-translations.mk?rev=23788&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/patch-translations.mk [utf-8] (original)
+++ tools/gnome-pkg-tools/1/rules/patch-translations.mk [utf-8] Tue Apr 13 22:18:07 2010
@@ -7,7 +7,7 @@
 	-mv po.saved/*.po po/
 	if [ -d po.saved ]; then rmdir po.saved; fi
 
-infiles = $(shell cat debian/po-up/POTFILES.in)
+infiles = $(shell sed 's/^\[.*\]//' debian/po-up/POTFILES.in)
 
 update-po::
 	cd debian && for i in $(infiles); do \

Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=23788&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/changelog [utf-8] Tue Apr 13 22:18:07 2010
@@ -1,3 +1,9 @@
+gnome-pkg-tools (0.16.3) unstable; urgency=low
+
+  * patch-translations.mk: support forced types in POTFILES.in.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 13 Apr 2010 23:48:53 +0200
+
 gnome-pkg-tools (0.16.2) unstable; urgency=low
 
   [ Josselin Mouette ]




More information about the pkg-gnome-commits mailing list