[Reproducible-commits] [misc] 01/01: Build with /bin/sh -> bash instead of dash

Chris Lamb lamby at moszumanska.debian.org
Thu Aug 20 12:07:23 UTC 2015


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

lamby pushed a commit to branch master
in repository misc.

commit 7610b7ec272edf5fa3fdd40d9f4ae17503835fdb
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Aug 20 14:07:07 2015 +0200

    Build with /bin/sh -> bash instead of dash
---
 prebuilder/pbuilderhooks/D02_bash | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/prebuilder/pbuilderhooks/D02_bash b/prebuilder/pbuilderhooks/D02_bash
new file mode 100755
index 0000000..6fbe71a
--- /dev/null
+++ b/prebuilder/pbuilderhooks/D02_bash
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+echo "I: Changing /bin/sh to bash" >&2
+echo "dash dash/sh boolean false" | debconf-set-selections
+DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash

-- 
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