From: Ondřej Surý Date: Wed, 2 Feb 2022 09:50:45 +0000 (+0100) Subject: Change the bug reporting address from email to gitlab URI X-Git-Tag: v9.19.0~121^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bb60622250a69e34f0041da821cbaabfc1814e95;p=thirdparty%2Fbind9.git Change the bug reporting address from email to gitlab URI In autoconf, the AC_INIT() accepts bugreport address for reporting issues (f.e. when the test suite fails). Instead of providing generic emails address, change this to the address where to report with the default Bug template applied. --- diff --git a/configure.ac b/configure.ac index 9138636ddda..b213a4331a9 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ m4_define([bind_PKG_VERSION], [[bind_VERSION_MAJOR.bind_VERSION_MINOR.bind_VERSI # # Autoconf initialization # -AC_INIT([BIND], bind_PKG_VERSION, [info@isc.org], [], [https://www.isc.org/downloads/]) +AC_INIT([BIND], bind_PKG_VERSION, [https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug], [], [https://www.isc.org/downloads/]) AC_PREREQ([2.69]) AC_DEFINE([PACKAGE_VERSION_MAJOR], ["][bind_VERSION_MAJOR]["], [BIND 9 Major part of the version])