[med-svn] [simpleitk] 01/01: Revert "Drop superfluous nocheck guards"
Afif Elghraoui
afif at moszumanska.debian.org
Fri Nov 3 04:45:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository simpleitk.
commit 1c197193c232322d9cade3a8eb3b397731858bc3
Author: Afif Elghraoui <afif at debian.org>
Date: Thu Nov 2 23:13:53 2017 -0400
Revert "Drop superfluous nocheck guards"
This reverts commit b62ae7b6bde03404113b1379e1171f2359028272.
I was mistaken in thinking that debhelper handled this,
so it turns out that the guards are needed.
https://lists.debian.org/debian-devel/2017/11/msg00005.html
Gbp-Dch: Ignore
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 5a360f3..e72d852 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,9 @@ override_dh_auto_configure:
dh_auto_configure -- $(BUILD_OPTIONS)
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
LD_LIBRARY_PATH=$(BUILDDIR)/lib dh_auto_test
+endif
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/simpleitk.git
More information about the debian-med-commit
mailing list