Source: guile-2.2
Version: 2.2.6+1-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: usrmerge environment
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

The attached patch sets SHELL, GREP, SED and MKDIR_P from configure,
otherwise the path varies depending on weather it was built on a
usrmerge system. e.g. /usr/bin/grep vs. /bin/grep. Since a /bin is a
symlink to /usr/bin on a usrmerge system, use the /bin location.

live well,
  vagrant

From 60a965a7a387ef23f2689ce7980ac2d408618746 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagr...@reproducible-builds.org>
Date: Sun, 12 Jan 2020 18:46:38 -0800
Subject: [PATCH] debian/rules: Set SHELL, GREP SED and MKDIR_P from
 configure, otherwise the path varies depending on weather it was built on a
 usrmerge system.

---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a6527b5..c4ee1b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -176,7 +176,8 @@ override_dh_autoreconf:
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-error-on-warning --disable-rpath \
-	  --program-suffix "-$(deb_src_eff_ver)"
+	  --program-suffix "-$(deb_src_eff_ver)" \
+	  SHELL=/bin/bash GREP=/bin/grep SED=/bin/sed MKDIR_P="/bin/mkdir -p"
 
 override_dh_auto_clean:
         # If Makefile doesn't exist GNUmakefile will abort on distclean.
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature

Reply via email to