summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-03-23 10:50:52 +0100
committerDidier Raboud <odyx@debian.org>2016-03-23 13:39:14 +0100
commitf56d5e74e2b28fb6f39cd3a9c988cf7e12a98e78 (patch)
treeedb183108f39ec15916f7abeef09c4e14b9230fc /l10n
parentef2c0a33ce29c2f23e82a0c4d1704a34cbdb868b (diff)
Specify msgid-bugs-address in xgettext call to avoid noisy diffs
Diffstat (limited to 'l10n')
-rw-r--r--l10n/Makefile2
-rw-r--r--l10n/po/messages.pot2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/Makefile b/l10n/Makefile
index 9623640..fd0b000 100644
--- a/l10n/Makefile
+++ b/l10n/Makefile
@@ -28,7 +28,7 @@ templates/%.nsh: po/%.po win32-loader.sh win32-loader po/messages.pot
LANGUAGE=$* ./win32-loader.sh > $@
po/messages.pot: win32-loader.sh win32-loader.c
- xgettext --from-code=utf-8 -ctranslate --keyword=_ $^ -o $@
+ xgettext --msgid-bugs-address=win32-loader@packages.debian.org --from-code=utf-8 -ctranslate --keyword=_ $^ -o $@
clean:
rm -rf *~ templates locale win32-loader
diff --git a/l10n/po/messages.pot b/l10n/po/messages.pot
index 2952e45..035fe14 100644
--- a/l10n/po/messages.pot
+++ b/l10n/po/messages.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: win32-loader@packages.debian.org\n"
"POT-Creation-Date: 2014-09-25 17:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"