[Pkg-octave-commit] [octave] 06/07: d/rules: support the "nocheck" tag of DEB_BUILD_OPTIONS.

Sébastien Villemot sebastien at debian.org
Mon Jun 19 14:42:32 UTC 2017


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

sebastien pushed a commit to branch master
in repository octave.

commit 675e92a0c3ef07a31b3562e11db20421b183e0d9
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Jun 19 16:38:28 2017 +0200

    d/rules: support the "nocheck" tag of DEB_BUILD_OPTIONS.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 83f59dc..f7ad2ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,9 @@ override_dh_auto_configure:
 
 # dh_auto_test tries to run "make test", so override it
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	xvfb-run make check
+endif
 
 # override normal dh_compress call to avoid compressing .pdf files
 override_dh_compress:

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list