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

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Dec 28 02:47:32 UTC 2008


Author: joss
Date: Sun Dec 28 02:47:32 2008
New Revision: 18025

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18025
Log:
    + Don’t let msgmerge make backups during the build, they pollute the 
      diff if run twice.


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=18025&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/patch-translations.mk (original)
+++ tools/gnome-pkg-tools/1/rules/patch-translations.mk Sun Dec 28 02:47:32 2008
@@ -32,6 +32,6 @@
 	cd debian/po-up && for i in *.po; do \
 		if [ -f $$i ]; then \
 			cp -p ../../po/$$i ../../po.saved/ ; \
-			msgmerge -U -C $$i ../../po/$$i ../../po/patched.pot ; \
+			msgmerge --backup=none -U -C $$i ../../po/$$i ../../po/patched.pot ; \
 		fi; done
 	touch $@

Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=18025&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog (original)
+++ tools/gnome-pkg-tools/debian/changelog Sun Dec 28 02:47:32 2008
@@ -2,14 +2,17 @@
 
   [ Loic Minier ]
   * Drop Homepage from description.
-  * Bump up Standards-Version to 3.7.3.
   * Remove Ondřej Surý from the team at his request.
 
   [ Josselin Mouette ]
-  * patch-translations.mk: add support for multi-line translations by 
-    only including lines starting with + and removing the said +. This 
-    will widely broaden the range of patches this hack can support.
+  * patch-translations.mk:
+    + Add support for multi-line translations by only including lines 
+      starting with + and removing the said +. This will widely broaden 
+      the range of patches this hack can support.
+    + Don’t let msgmerge make backups during the build, they pollute the 
+      diff if run twice.
   * Improve description a bit.
+  * Standards version is now 3.8.0.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 28 Dec 2008 03:25:36 +0100
 




More information about the pkg-gnome-commits mailing list