From: Debian Wine Party Date: Tue, 13 Sep 2022 00:46:21 +0000 (+0100) Subject: avoid modifications to po files that are under version control X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~2^2^2^2~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c6f37f44b2643634ae44298c5ee58a73751f1f00;p=wine.git avoid modifications to po files that are under version control Gbp-Pq: Topic disable Gbp-Pq: Name po-modifications.patch --- diff --git a/tools/makedep.c b/tools/makedep.c index 24a94c4..f16da5b 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -2554,11 +2554,6 @@ static void output_po_files( const struct makefile *make ) if (linguas.count) { - for (i = 0; i < linguas.count; i++) - output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] )); - output( ": %s/wine.pot\n", po_dir ); - output( "\t%smsgmerge --previous -q $@ %s/wine.pot | msgattrib --no-obsolete -o $@.new && mv $@.new $@\n", - cmd_prefix( "MSG" ), po_dir ); output( "po:" ); for (i = 0; i < linguas.count; i++) output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] ));