[SCM] Eigen3 packaging. branch, master, updated. upstream/3.1.0_alpha1-61-gc11d4f5

Anton Gladky gladky.anton at gmail.com
Mon Feb 6 20:31:27 UTC 2012


The following commit has been merged in the master branch:
commit a1cdd340a13660cdea478f48e073cd02c37b91b8
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Mon Feb 6 21:19:46 2012 +0100

    Restrict maximal execution time for 1 test to 300 sec.

diff --git a/debian/rules b/debian/rules
index b1ae0ba..b697a09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@ BUILDDIR = $(CURDIR)/debian/build
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DDART_TESTING_TIMEOUT=300
+
 override_dh_installchangelogs:
 	dh_installchangelogs debian/Changelog_upstream
 

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list