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=7ff658e1bf0703ecdea08702c74f6bfd8c1d6eb7 commit 7ff658e1bf0703ecdea08702c74f6bfd8c1d6eb7 Author: Guillem Jover <[email protected]> AuthorDate: Sun Jun 2 23:39:17 2019 +0200 doc: Clarify when autopoint is needed The README was not very clear on the listed software being source projects. So instead of making the description more complex, just list autopoint as an unconditional dependency, and list gettext as only necessary with --enable-nls. Closes: #929601 --- README | 3 ++- debian/changelog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 1283653ff..6a26e87fb 100644 --- a/README +++ b/README @@ -44,7 +44,8 @@ some required software needs to be installed: GNU autoconf >= 2.60 GNU automake >= 1.11 GNU libtool >= 2.0 - GNU gettext >= 0.19.7 (or just autopoint if using --disable-nls) + GNU autopoint >= 0.19.7 (from GNU gettext) + GNU gettext >= 0.19.7 (only with --enable-nls) After installing the needed software, and running the following command on the git tree: diff --git a/debian/changelog b/debian/changelog index df22f2611..29cec6642 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ dpkg (1.19.7) UNRELEASED; urgency=medium dpkg-deb option to use to set the owner and group to root. And reword the prototyping section to be less confusing with what is currently implemented. Closes: #929019 + - README: Clarify when autopoint is needed. Closes: #929601 [ Updated programs translations ] * Catalan (Guillem Jover). -- Dpkg.Org's dpkg

