[dpkg] 89/192: Dpkg::Source::Package::V1: Re-enable upstream tar signatures when building

Ximin Luo infinity0 at debian.org
Tue Oct 17 11:04:04 UTC 2017


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

infinity0 pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit db370156fa34ddbc79d83e86326d4a3eadf0779d
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Aug 20 02:23:34 2017 +0200

    Dpkg::Source::Package::V1: Re-enable upstream tar signatures when building
---
 debian/changelog                  | 1 +
 scripts/Dpkg/Source/Package/V1.pm | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da6e4e9..523ddb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium
     dpkg-genbuildinfo. Reported by Raphaël Hertzog <hertzog at debian.org>.
   * Fix integer overflow in deb(5) format version parser.
     Closes: #868356
+  * Re-enable upstream tar signatures when building source format 1.0.
   * Perl modules:
     - Switch from Dpkg::Util to List::Util, now that the module in the
       new required Perl contains the needed functions.
diff --git a/scripts/Dpkg/Source/Package/V1.pm b/scripts/Dpkg/Source/Package/V1.pm
index 9da9604..03e1edf 100644
--- a/scripts/Dpkg/Source/Package/V1.pm
+++ b/scripts/Dpkg/Source/Package/V1.pm
@@ -409,9 +409,7 @@ sub do_build {
     }
 
     $self->add_file($tarname) if $tarname;
-    # XXX: Re-enable once a stable dpkg supports extracting upstream signatures
-    # for source 1.0 format, either in 1.17.x or 1.18.x.
-    #$self->add_file($tarsign) if $tarsign and -e $tarsign;
+    $self->add_file($tarsign) if $tarsign and -e $tarsign;
 
     if ($sourcestyle =~ m/[kpKP]/) {
         if (stat($origdir)) {

-- 
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