[Debian-ha-commits] [fence-agents] 01/01: Set LC_ALL=C when sorting list of agents in the description to get reproducible ordering.

Christoph Berg myon at debian.org
Thu Jul 7 13:32:13 UTC 2016


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

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

commit d75a1143a2f7068523749540f089fb2c6a6074ae
Author: Christoph Berg <christoph.berg at credativ.de>
Date:   Thu Jul 7 15:32:02 2016 +0200

    Set LC_ALL=C when sorting list of agents in the description to get reproducible ordering.
---
 debian/changelog | 7 +++++++
 debian/rules     | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b5713c2..ed7e3cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fence-agents (4.0.23-2) UNRELEASED; urgency=medium
+
+  * Set LC_ALL=C when sorting list of agents in the description to get
+    reproducible ordering.
+
+ -- Christoph Berg <christoph.berg at credativ.de>  Thu, 07 Jul 2016 15:31:22 +0200
+
 fence-agents (4.0.23-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index e1188dc..54ccb32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,7 @@ override_dh_python2:
 
 override_dh_gencontrol:
 	# extract agent descriptions for use in debian/control
+	export LC_ALL=C; \
 	( echo -n "agents="; \
 	  sed -ne 's/<resource-agent name="\(.*\)" shortdesc="\(.*\)" >/\1: \2/p' tests/data/metadata/* | \
 	  sed -e 's/\(I.O \)\?\(Fence\|Fencing\) agent for //' | \

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



More information about the Debian-HA-Commits mailing list