From b248c63969a71bde79beed12022ed43e68b3147f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 17 Feb 2017 11:52:51 +0100 Subject: reproducible debian: enable again build directory name variation pbuilder 0.228.4 can do that again Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 9cbeebe0..3378e454 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -694,7 +694,7 @@ EOF # build path is not yet varied on testing if [ "${SUITE}" != "testing" ]; then local src_dir_name="$(perl -mDpkg::Source::Package -e '$_ = Dpkg::Source::Package->new(filename => $ARGV[0])->get_basename; s/_/-/g; print' -- "${SRCPACKAGE}_${EVERSION}.dsc")" - echo "BUILDDIR=/build/2nd" >> "$TMPCFG" + echo "BUILDDIR=/build/$src_dir_name" >> "$TMPCFG" echo "BUILDSUBDIR=2nd" >> "$TMPCFG" else echo "BUILDDIR=/build" >> "$TMPCFG" -- cgit v1.2.3-70-g09d2