[dpkg] 02/03: disable Environment field in .buildinfo until diffoscope properly supports it

Reiner Herrmann reiner at reiner-h.de
Sun Nov 6 12:46:51 UTC 2016


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

deki-guest pushed a commit to annotated tag pu/1.18.12.0_reproducible1
in repository dpkg.

commit 83f51e7fe73873ba082dd72eeb0b2720f667fbac
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Sep 20 21:04:29 2016 +0000

    disable Environment field in .buildinfo until diffoscope properly supports it
---
 scripts/dpkg-genbuildinfo.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/dpkg-genbuildinfo.pl b/scripts/dpkg-genbuildinfo.pl
index 031f010..ffe72e7 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -430,7 +430,9 @@ $checksums->export_to_control($fields);
 
 $fields->{'Installed-Build-Depends'} = collect_installed_builddeps($control);
 
+if (0) { # disable Environment field until diffoscope properly supports it
 $fields->{'Environment'} = "\n" . cleansed_environment();
+}
 
 # Generate the buildinfo filename.
 if ($stdout) {

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