[ann] 01/06: Fix FTCBFS: Support DEB_BUILD_OPTIONS=nocheck

Mattia Rizzolo mattia at debian.org
Sat Dec 3 17:46:48 UTC 2016


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

mattia pushed a commit to branch master
in repository ann.

commit 44f50e7fb30be243809470099dcde64fa123928f
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Sat Dec 3 18:34:14 2016 +0100

    Fix FTCBFS: Support DEB_BUILD_OPTIONS=nocheck
    
    Closes: #846833
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index cf2c57a..8d191a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ makebuilddir/libann0::
 	# Created autotools auxiliary directory cfg
 	mkdir -p cfg
 
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 build/libann0::
 	# Check the package
 	( cd test ;				\
@@ -37,6 +38,7 @@ build/libann0::
 	  ./ann_test < test2.in > /dev/null )
 
 build/ann-tools:: debian/ann2fig.1 debian/ann_sample.1 debian/ann_test.1
+endif
 
 %.1: %.pod
 	pod2man --center="User Commands" --release="ANN 1.1.1" $< > $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ann.git



More information about the debian-science-commits mailing list