[skimage] 01/04: Fix build with nocheck.

Mattia Rizzolo mattia at debian.org
Fri Apr 28 09:29:40 UTC 2017


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

mattia pushed a commit to branch master
in repository skimage.

commit 87f42694f2a89d4c9fd8100fd6f277e2c78070b0
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Apr 28 11:16:53 2017 +0200

    Fix build with nocheck.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ab77078..979b53b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ python-test%: install-stamp
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	pkgbuild=yes debian/tests/python$*
 else
-        : # Skip unittests due to nocheck
+	: # Skip unittests due to nocheck
 endif
 
 ## remove .so libraries from main package, and call dh_numpy*

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



More information about the debian-science-commits mailing list