This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit eaae9ccefbcd678fb03b44146e8f4dfe4c33205f Author: Guillem Jover <[email protected]> Date: Wed Sep 14 03:37:28 2016 +0200 debian: Add liblocale-gettext-perl to libdpkg-perl Recommends The Dpkg::Gettext module makes conditional usage of this module, so we should Recommend it to give the user a chance to get it installed. --- debian/changelog | 2 ++ debian/control | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f2ab486..cb44823 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ dpkg (1.18.11) UNRELEASED; urgency=medium [ Guillem Jover ] + * Packaging: + - Add liblocale-gettext-perl to libdpkg-perl Recommends. * Documentation: - Update custom changelog parser API support status in README.api. - Fix typos in docs and man pages. Thanks to Jakub Wilk <[email protected]> diff --git a/debian/control b/debian/control index 5e0fbda..e7e3169 100644 --- a/debian/control +++ b/debian/control @@ -77,7 +77,11 @@ Priority: optional Architecture: all Multi-Arch: foreign Depends: dpkg (>= 1.16.3), perl, ${misc:Depends} -Recommends: libfile-fcntllock-perl, bzip2, xz-utils +Recommends: + libfile-fcntllock-perl, + liblocale-gettext-perl, + bzip2, + xz-utils, Suggests: debian-keyring, gnupg | gnupg2, gpgv | gpgv2, gcc | c-compiler, binutils, patch Breaks: dpkg-dev (<< 1.15.6), patch (<< 2.7) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

