[SCM] Source extractor for astronomical images branch, debian, updated. 239cb6e8f288ef4b7be0b0adac7f0886ad08045b

Ole Streicher debian at liska.ath.cx
Tue Jun 12 07:29:53 UTC 2012


The following commit has been merged in the debian branch:
commit 239cb6e8f288ef4b7be0b0adac7f0886ad08045b
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jun 12 09:28:57 2012 +0200

    Typo corrected: dont run dh_auto_test on mips as well

diff --git a/debian/rules b/debian/rules
index 095658a..51ed131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_configure:
 # Testing fails with a timeout on the MIPS Debian build system -- probably due
 # to the missing FPU.: the tests make extensive use of floating point ops.
 override_dh_auto_test:
-	if [ $(DEB_BUILD_ARCH) != "mipsel" -a $(DEB_BUILD_ARCH) != "mipsel" ] ; \
+	if [ $(DEB_BUILD_ARCH) != "mipsel" -a $(DEB_BUILD_ARCH) != "mips" ] ; \
 	    then dh_auto_test ; fi
 
 override_dh_installchangelogs:

-- 
Source extractor for astronomical images



More information about the debian-science-commits mailing list