In order to help translators on update, keeping previous msgids is
really helpful, especially since the previous commit will fuzzy some of
them.
---
 GNUmakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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="a...@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 $@ $< 
-- 
1.7.4.1




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to