Unverified Commit 48607530 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: enable all the reproducible-related build flags from...


reproducible debian: enable all the reproducible-related build flags from dpkg, by export DEB_BUILD_OPTIONS=reproducible=+all

This for now obsoletes the patched dpkg in our archive

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 78b8f1e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -583,7 +583,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="buildinfo=+all parallel=$NUM_CPU"
export DEB_BUILD_OPTIONS="buildinfo=+all reprodcible=+all parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
export LANG="C"
unset LC_ALL
@@ -650,7 +650,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="buildinfo=+all parallel=$NUM_CPU"
export DEB_BUILD_OPTIONS="buildinfo=+all reproducible=+all parallel=$NUM_CPU"
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="$locale.UTF-8"
export LC_ALL="$locale.UTF-8"