[med-svn] [toppred] 01/01: make build reproducible

Sascha Steinbiss sascha at steinbiss.name
Wed May 25 21:15:33 UTC 2016


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

sascha-guest pushed a commit to branch master
in repository toppred.

commit be08eb5f73fa212a778a141528e10b5fe149fbaa
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Wed May 25 21:15:24 2016 +0000

    make build reproducible
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 487f3b5..c4f3738 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+toppred (1.10-3) unstable; urgency=medium
+
+  * Team upload.
+  * Make build reproducible.
+    - Fix $SHELL/CONFIG_SHELL to /bin/sh.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name>  Wed, 25 May 2016 21:15:14 +0000
+
 toppred (1.10-2) unstable; urgency=medium
 
   * Fix autopkgtest
diff --git a/debian/rules b/debian/rules
index d03b0a2..23c03b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 # DH_VERBOSE := 1
 
 DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-
+export CONFIG_SHELL = /bin/sh
+export SHELL = /bin/sh
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:

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



More information about the debian-med-commit mailing list