r14141 - in /tools/gnome-pkg-tools: 1/rules/patch-translations.mk debian/changelog
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sat Jan 12 02:25:43 UTC 2008
Author: joss
Date: Sat Jan 12 02:25:43 2008
New Revision: 14141
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14141
Log:
* 1/rules/patch-translations.mk: don't regenerate the .po and .pot
files in the clean target. Create a new update-po target for that
effect.
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=14141&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/patch-translations.mk (original)
+++ tools/gnome-pkg-tools/1/rules/patch-translations.mk Sat Jan 12 02:25:43 2008
@@ -6,6 +6,8 @@
rm -f po/patched.pot
-mv po.saved/*.po po/
if [ -d po.saved ]; then rmdir po.saved; fi
+
+update-po::
cd debian/po-up && intltool-update --pot -g patches
cd debian/po-up && for i in *.po; do \
if [ -f $$i ]; then \
Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=14141&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog (original)
+++ tools/gnome-pkg-tools/debian/changelog Sat Jan 12 02:25:43 2008
@@ -1,3 +1,11 @@
+gnome-pkg-tools (0.13.1) unstable; urgency=low
+
+ * 1/rules/patch-translations.mk: don't regenerate the .po and .pot
+ files in the clean target. Create a new update-po target for that
+ effect.
+
+ -- Josselin Mouette <joss at debian.org> Sat, 12 Jan 2008 03:16:43 +0100
+
gnome-pkg-tools (0.13) unstable; urgency=low
* 1/rules/patch-translations.mk: new file, contains helper rules for
More information about the pkg-gnome-commits
mailing list