This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 0f5d107191fa58a4092d9ce17d079a50c82c4332 Author: Guillem Jover <[email protected]> Date: Fri Oct 6 03:35:40 2017 +0200 debian: Add git and bzr to Suggests for libdpkg-perl The Dpkg::Source::Package::V3 source formats can use them. Closes: #877688 --- debian/changelog | 1 + debian/control | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index fa7eac7..aad3a4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -175,6 +175,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium pre-multiarch dpkg versions. - Remove alternative logs when purging dpkg (!?). - Add support for DPKG_ROOT in dpkg maintainer scripts. + - Add git and bzr to libdpkg-perl Suggests. Closes: #877688 * Test suite: - Enable perlcritic Documentation::RequirePodSections and Miscellanea::ProhibitTies. diff --git a/debian/control b/debian/control index 6baf98b..5354721 100644 --- a/debian/control +++ b/debian/control @@ -136,6 +136,10 @@ Suggests: gcc | c-compiler, binutils, patch, +# Needed by Dpkg::Source::Package::V3::Git + git, +# Needed by Dpkg::Source::Package::V3::Bzr + bzr, Breaks: # Needed for git-style diffs. patch (<< 2.7), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

