diff options
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |