Просмотр исходного кода

po: Use PACKAGE_BUGREPORT instead of literal project address

Guillem Jover лет назад: 13
Родитель
Сommit
5c8eb72d66
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      dselect/po/Makevars
  2. 1 1
      po/Makevars
  3. 1 1
      scripts/po/Makevars

+ 1 - 1
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 = debian-dpkg@lists.debian.org
+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.

+ 1 - 1
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 = debian-dpkg@lists.debian.org
+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.

+ 1 - 1
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 = debian-dpkg@lists.debian.org
+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.