This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 383260e568cef224269ab19d4250f2a87177b778 Author: Guillem Jover <[email protected]> Date: Mon Jul 4 08:18:12 2016 +0200 scripts: Require Dpkg::Control::Info in dpkg-buildpackage Regression introduced in commit ad94a98cf614e1c4129f8611080232d69d210a0a. Closes: #829542 Reported-by: Helmut Grohne <[email protected]> --- debian/changelog | 4 +++- scripts/dpkg-buildpackage.pl | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a787946..de12950 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ dpkg (1.18.9) UNRELEASED; urgency=medium - * + * Require Dpkg::Control::Info in dpkg-buildpackage. + Initially reported by Helmut Grohne <[email protected]>. + Regression introduced in dpkg 1.18.8. Closes: #829542 -- Guillem Jover <[email protected]> Sun, 03 Jul 2016 23:18:26 +0200 diff --git a/scripts/dpkg-buildpackage.pl b/scripts/dpkg-buildpackage.pl index 890b67e..42131d6 100755 --- a/scripts/dpkg-buildpackage.pl +++ b/scripts/dpkg-buildpackage.pl @@ -40,6 +40,7 @@ use Dpkg::Compression; use Dpkg::Checksums; use Dpkg::Version; use Dpkg::Control; +use Dpkg::Control::Info; use Dpkg::Changelog::Parse; use Dpkg::Path qw(find_command); use Dpkg::IPC; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

