[misc] 01/03: prebuilder: drop --buildinfo-identifier which was only available in patched dpkg

Reiner Herrmann reiner at reiner-h.de
Sat Nov 19 12:27:56 UTC 2016


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

deki-guest pushed a commit to branch master
in repository misc.

commit 11d31381c05e7b9d61026b9d6775fe09808f1bac
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat Nov 19 12:22:58 2016 +0100

    prebuilder: drop --buildinfo-identifier which was only available in patched dpkg
    
    It is no longer required, as dpkg now generates buildinfo files with
    deterministic filenames.
---
 prebuilder/rebuild.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/prebuilder/rebuild.sh b/prebuilder/rebuild.sh
index fd47bed..9131cf1 100755
--- a/prebuilder/rebuild.sh
+++ b/prebuilder/rebuild.sh
@@ -42,7 +42,7 @@ sudo -E \
  DEB_BUILD_OPTIONS="parallel=$((NUM_CPU+1)) nocheck" \
  unshare --uts -- $BUILDER --build $BUILDER_OPTS \
     --configfile "$SCRIPT_DIR/pbuilderrc.build" \
-    --debbuildopts "-b --buildinfo-identifier=${ARCH}" \
+    --debbuildopts "-b" \
     --buildresult b1 \
     --logfile logs/${PACKAGE}.build1 \
     ${PACKAGE}_*.dsc
@@ -64,7 +64,7 @@ sudo -E \
  DEB_BUILD_OPTIONS="parallel=$NUM_CPU nocheck" \
  linux64 --uname-2.6 unshare --uts -- $BUILDER --build $BUILDER_OPTS \
     --configfile "$SCRIPT_DIR/pbuilderrc.rebuild" \
-    --debbuildopts "-b --buildinfo-identifier=${ARCH}" \
+    --debbuildopts "-b" \
     --buildresult b2 \
     --logfile logs/${PACKAGE}.build2 \
     --hookdir "$SCRIPT_DIR/pbuilderhooks" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list