[silo-llnl] 05/08: Set CONFIG_SHELL=/bin/sh in rules for reproducibility

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 14:51:55 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository silo-llnl.

commit db2300efc7ba3e21daf42e56df1e05ba45a5ce83
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Oct 21 19:13:41 2017 +0100

    Set CONFIG_SHELL=/bin/sh in rules for reproducibility
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 14142bf..2bce3fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ silo-llnl (4.10.2-7) UNRELEASED; urgency=medium
   * Drop dependencies on auto*. not needed with DH_COMPAT=10
   * Enable --with-szlib, add B-D on libaec-dev
   * Set python*-silo as M-A: same
+  * Set CONFIG_SHELL=/bin/sh in rules for reproducibility
 
  -- Alastair McKinstry <mckinstry at debian.org>  Fri, 09 Dec 2016 09:56:36 +0000
 
diff --git a/debian/rules b/debian/rules
index 451cb22..b9a4b58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ else
   CC:=mpicc
 endif
 
+export CONFIG_SHELL=/bin/sh
 
 # QT version 4 or 5
 QT:=qt5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/silo-llnl.git



More information about the debian-science-commits mailing list