[SCM] Eigen3 packaging. branch, master, updated. debian/3.1.3-1_exp1-3-g30df451

Anton Gladky gladky.anton at gmail.com
Sun May 5 22:00:08 UTC 2013


The following commit has been merged in the master branch:
commit f22ef6411d2a9552ebd976c53a23ba384f5be3c5
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun May 5 20:23:43 2013 +0200

    Return FTBFS if the autotest fails.

diff --git a/debian/rules b/debian/rules
index 032a0ab..1124fa7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,11 @@ override_dh_installchangelogs:
 
 override_dh_auto_test:
 ifeq (,$(filter $(DEB_HOST_ARCH),$(disable_auto_test_archs)))
-	echo -- Running tests. Even if one of them fails the build is not canceled.
+	echo -- Running tests.
 	-cat /proc/meminfo
 	-cat /proc/cpuinfo
 	cd $(BUILDDIR); $(MAKE) buildtests
-	dh_auto_test -- ARGS=-VV || true
+	dh_auto_test -- ARGS=-VV
 endif
 
 override_dh_auto_build-indep:

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list