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

Mattia Rizzolo mattia at debian.org
Tue Sep 20 22:36:16 UTC 2016


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

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

commit fa6f843eadb38e8901cd81c882f5b54b6c6b4f29
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 1cce4e9..27e047e 100755
--- a/scripts/dpkg-genbuildinfo.pl
+++ b/scripts/dpkg-genbuildinfo.pl
@@ -425,7 +425,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();
+}
 
 #
 # Write out the generated .buildinfo file.

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