[Reproducible-commits] [dpkg] 02/05: scripts: Require Dpkg::Control::Info in dpkg-buildpackage

Mattia Rizzolo mattia at debian.org
Mon Jul 4 08:12:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 1.18.9
in repository dpkg.

commit 383260e568cef224269ab19d4250f2a87177b778
Author: Guillem Jover <guillem at debian.org>
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 <helmut at subdivi.de>
---
 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 <helmut at subdivi.de>.
+    Regression introduced in dpkg 1.18.8. Closes: #829542
 
  -- Guillem Jover <guillem at debian.org>  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/reproducible/dpkg.git



More information about the Reproducible-commits mailing list