[Pkg-sympa-commits] [sympa] 21/30: Support nocheck option in build process

Emmanuel Bouthenot kolter at moszumanska.debian.org
Mon Sep 19 20:08:48 UTC 2016


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

kolter pushed a commit to branch master
in repository sympa.

commit 30e46d33d3ddaf83c9d7183f118880303dda83f6
Author: Emmanuel Bouthenot <kolter at openics.org>
Date:   Mon Sep 19 21:44:57 2016 +0200

    Support nocheck option in build process
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index c16192c..dd90318 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,11 @@ override_dh_auto_configure:
 		[ ! -e $$file ] || [ -e $$file.upstream ] || mv $$file $$file.upstream; \
 	done
 
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+override_dh_auto_test:
+	echo "SKIP testsuite as required"
+endif
+
 override_dh_auto_build:
 	dh_auto_build
 	# Cleanup SQL schemas to be used by dbconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/sympa.git



More information about the Pkg-sympa-commits mailing list