From ebbb5e2ea625348bc7c3ed59931234419c8d7b4e Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 7 Apr 2017 17:27:54 +0200 Subject: reproducible debian: add buildinfo=+all to DEB_BUILD_OPTIONS Signed-off-by: Mattia Rizzolo Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index a1f005cd..d9baca17 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -631,7 +631,7 @@ export BUILDUSERNAME=pbuilder1 export BUILDUSERGECOS="first user,first room,first work-phone,first home-phone,first other" # pbuilder sets HOME to the value of BUILD_HOME… BUILD_HOME=/nonexistent/first-build -export DEB_BUILD_OPTIONS="parallel=$NUM_CPU" +export DEB_BUILD_OPTIONS="buildinfo=+all parallel=$NUM_CPU" export TZ="/usr/share/zoneinfo/Etc/GMT+12" export LANG="C" unset LC_ALL @@ -693,7 +693,7 @@ export BUILDUSERNAME=pbuilder2 export BUILDUSERGECOS="second user,second room,second work-phone,second home-phone,second other" # pbuilder sets HOME to the value of BUILD_HOME… BUILD_HOME=/nonexistent/second-build -export DEB_BUILD_OPTIONS="parallel=$NUM_CPU" +export DEB_BUILD_OPTIONS="buildinfo=+all parallel=$NUM_CPU" export TZ="/usr/share/zoneinfo/Etc/GMT-14" export LANG="$locale.UTF-8" export LC_ALL="$locale.UTF-8" -- cgit v1.2.3-54-g00ecf