The following commit has been merged in the master branch:
commit 5c8eb72d6647d01da8375f289f620c0f0762a5de
Author: Guillem Jover <[email protected]>
Date: Sat Mar 23 22:36:15 2013 +0100
po: Use PACKAGE_BUGREPORT instead of literal project address
diff --git a/dselect/po/Makevars b/dselect/po/Makevars
index fe58a32..208667f 100644
--- a/dselect/po/Makevars
+++ b/dselect/po/Makevars
@@ -36,7 +36,7 @@ COPYRIGHT_HOLDER = Software in the Public Interest, Inc.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = [email protected]
+MSGID_BUGS_ADDRESS = $(PACKAGE_BUGREPORT)
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
diff --git a/po/Makevars b/po/Makevars
index 22541c6..6d96d66 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -37,7 +37,7 @@ COPYRIGHT_HOLDER = Software in the Public Interest, Inc.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = [email protected]
+MSGID_BUGS_ADDRESS = $(PACKAGE_BUGREPORT)
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
diff --git a/scripts/po/Makevars b/scripts/po/Makevars
index 90ed7bd..d562f3c 100644
--- a/scripts/po/Makevars
+++ b/scripts/po/Makevars
@@ -36,7 +36,7 @@ COPYRIGHT_HOLDER = Software in the Public Interest, Inc.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = [email protected]
+MSGID_BUGS_ADDRESS = $(PACKAGE_BUGREPORT)
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]