[Dctrl-tools-devel] [SCM] Debian control file query tools branch, maint-2.20, updated. 2.20-15-g952ecbf

David Prévot taffit at debian.org
Wed Dec 7 21:25:25 UTC 2011


The following commit has been merged in the maint-2.20 branch:
commit b870fc81fce3176666d1004ed53af304047dbd5e
Author: David Prévot <david at tilapin.org>
Date:   Wed Apr 6 17:54:12 2011 -0400

    Keep previous msgids of translated messages
    
    In order to help translators on update, keeping previous msgids is
    really helpful, especially since the previous commit will fuzzy some of
    them.

diff --git a/GNUmakefile b/GNUmakefile
index 9ec2ec2..677bff5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -170,7 +170,7 @@ xgettext_opts=--copyright-holder="Antti-Juhani Kaijanaho" \
 	      --msgid-bugs-address="ajk at debian.org" -kN_ -k_
 
 po/%.po : po/dctrl-tools.pot
-	msgmerge -q -U --backup=existing $@ $^
+	msgmerge --previous -q -U --backup=existing $@ $^
 
 po/%.mo : po/%.po
 	msgfmt -c --statistics -o $@ $< 

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list