This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=815250d90bf885a86cd7f446609ff8f630431a3c commit 815250d90bf885a86cd7f446609ff8f630431a3c Author: Guillem Jover <[email protected]> AuthorDate: Thu Sep 26 03:45:43 2019 +0200 build: Bump minimal gettext version to 0.19.8 The GNU gettext macros used to check for symbols that were only provided by the GNU gettext implementation, but not by other implementations such as the one in musl. Starting with GNU gettext 0.19.8 these internal symbols are not required anymore. --- configure.ac | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb51ed0e7..a0bc4cf0a 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AM_INIT_AUTOMAKE( AM_SILENT_RULES([yes]) # Require at least this gettext version, but will take any later version too. -AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.7]) +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8]) # XXX: We cannot remove the following macro due to backwards compatibility # reasons. The above macro is set unconditionally to the minimal version # required, and the below is set to 0.19.6, the first version introducing diff --git a/debian/changelog b/debian/changelog index 0ce7966fe..cc0c59ffa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,8 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - Bump minimal Perl version to 5.24.1. - Add a serial versioning to the m4 files. - Install m4 files into system aclocal directory. + - Bump minimal gettext version to 0.19.8, to get the m4 files that can + cross-build for musl-based systems. * Packaging: - Remove obsolete Breaks satisfied since oldstable. * Test suite: -- Dpkg.Org's dpkg

