[SCM] Set of routines for handling the FITS WCS standard branch, debian, updated. upstream/1.10-22-gb0c4c14

Ole Streicher debian at liska.ath.cx
Wed Feb 13 08:40:07 UTC 2013


The following commit has been merged in the debian branch:
commit b0c4c148eb15da78c9bc5c6c0f52fcc191dc0009
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Feb 13 09:39:59 2013 +0100

    run tests only if DEB_BUILD_OPTIONS=nocheck is unset

diff --git a/debian/rules b/debian/rules
index fc8497f..0121741 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,10 @@
 %:
 	dh $@ 
 
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	python setup.py build_ext -i && nosetests lib/pywcs/tests/test.py
+endif
 
 override_dh_shlibdeps:
 	dh_shlibdeps

-- 
Set of routines for handling the FITS WCS standard



More information about the debian-science-commits mailing list