[Debian-ha-commits] [fence-agents] 03/03: releasing package fence-agents version 4.0.22-1

Christoph Berg myon at debian.org
Fri Feb 5 16:13:18 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 c0fc4f5238107e11bf63c0409802b603843d43b9
Author: Christoph Berg <christoph.berg at credativ.de>
Date:   Fri Feb 5 17:12:03 2016 +0100

    releasing package fence-agents version 4.0.22-1
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 966d481..e36203e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fence-agents (4.0.22-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Christoph Berg <christoph.berg at credativ.de>  Fri, 05 Feb 2016 16:55:20 +0100
+
 fence-agents (4.0.21-2) unstable; urgency=medium
 
   * fence_scsi: Fix /sbin/vgs path.
diff --git a/debian/rules b/debian/rules
index 5e87b71..3edfd15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,7 @@ override_dh_install:
 	# test agents (skip ack_manual, it doesn't have --help, skip vmware_helper, it wants VIRuntime.pm)
 	# we test in tmp after install so the .pyc files generated don't make it into the package
 	for agent in debian/tmp/usr/sbin/*; do \
-		[ $${agent##*/} = fence_ack_manual ] && continue; \
-		[ $${agent##*/} = fence_vmware_helper ] && continue; \
+		case $${agent##*/} in fence_ack_manual|fence_vmware_helper|fence_zvm) continue;; esac; \
 		echo "Testing $$agent"; \
 		PYTHONPATH=debian/tmp/usr/share/fence $$agent --help >/dev/null || exit; \
 	done

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