[Debian-ha-commits] [fence-agents] 06/09: Use dh_missing --fail-missing.
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Sun Dec 3 19:52:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository fence-agents.
commit c3ae5231a31aacffbcf85e5d85274269521a1cb0
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Sun Dec 3 20:02:49 2017 +0100
Use dh_missing --fail-missing.
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 77a0e40..551e252 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ ifneq ($(shell dpkg-architecture -qDEB_HOST_ARCH),s390x)
# remove fence_zvm because it doesn't do anything except on 390x
rm -v debian/tmp/usr/sbin/fence_zvm
endif
- dh_install --fail-missing
+ 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 \
@@ -42,6 +42,9 @@ endif
PYTHONPATH=debian/tmp/usr/share/fence $$agent --help >/dev/null || exit; \
done
+override_dh_missing:
+ dh_missing --fail-missing
+
override_dh_auto_test:
# disable testing for ovh as it tries to access SOAP service on www.ovh.com
dh_auto_test -- TEST_TARGET_SKIP=ovh/fence_ovh
--
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