[SCM] Tcl interface to FITS Files branch, debian, updated. 929411543547127dd3baeb8510a3b082bf2556b2

Ole Streicher debian at liska.ath.cx
Wed Feb 13 08:42:17 UTC 2013


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

    run tests only if DEB_BUILD_OPTIONS=nocheck is unset

diff --git a/debian/rules b/debian/rules
index 8dbf5e1..19ac270 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,10 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --with-tcl-includes=/usr/include/tcl
 
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	( cd debian/tests; TCLLIBPATH=../.. tclsh all.tcl)
+endif
 
 override_dh_installchangelogs:
 	dh_installchangelogs ReleaseNotes

-- 
Tcl interface to FITS Files



More information about the debian-science-commits mailing list