[Debian-ha-commits] [resource-agents] 03/03: releasing package resource-agents version 1:3.9.7-3

Christoph Berg myon at debian.org
Fri Apr 8 19:42:23 UTC 2016


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

myon pushed a commit to branch master
in repository resource-agents.

commit e5478b3521ae5576c48ec2eba2efd4bb5f00e6e6
Author: Christoph Berg <myon at debian.org>
Date:   Fri Apr 8 21:41:39 2016 +0200

    releasing package resource-agents version 1:3.9.7-3
---
 debian/changelog | 3 +++
 debian/rules     | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1b021dd..58068fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 resource-agents (1:3.9.7-3) unstable; urgency=medium
 
+  * Hardwire SHELL in /usr/lib/ocf/lib/heartbeat/ocf-binaries to /bin/bash,
+    too many scripts contain bashisms. Spotted by the reproducible project,
+    thanks!
   * Disable IPv6addr and send_ua on non-Linux, they need SIOCSIFADDR and
     SIOGIFINDEX.
   * Use dh-exec to install ldirectord.service and sfex* on Linux only.
diff --git a/debian/rules b/debian/rules
index 6768a0d..8e42328 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ override_dh_auto_configure:
 	./configure --sbindir=/usr/sbin --libexecdir=/usr/lib			\
 		    --with-ocf-root=/usr/lib/ocf --with-initdir=/etc/init.d	\
 		    --prefix=/usr --sysconfdir=/etc --localstatedir=/var	\
-		    --mandir=/usr/share/man --libdir=/usr/lib --disable-fatal-warnings
+		    --mandir=/usr/share/man --libdir=/usr/lib --disable-fatal-warnings \
+		    SHELL=/bin/bash
 
 override_dh_auto_install:
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git



More information about the Debian-HA-Commits mailing list