[SCM] givaro: library for arithmetic and algebraic computations branch, master, updated. debian/3.2.13-1.3-29-g238db82

Lifeng Sun lifongsun at gmail.com
Sun Jul 15 05:21:59 UTC 2012


The following commit has been merged in the master branch:
commit f0098852d59ba5e128bc4053601959a53c941601
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sun Jul 15 12:29:35 2012 +0800

    disable parallel test.

diff --git a/debian/control b/debian/control
index face8cc..3c26a33 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Lifeng Sun <lifongsun at gmail.com>
 DM-Upload-Allowed: yes
 Homepage: http://ljk.imag.fr/CASYS/LOGICIELS/givaro/
-Build-Depends: autotools-dev, debhelper (>= 8), libgmp-dev
+Build-Depends: dh-autoreconf, debhelper (>= 8), libgmp-dev
 Build-Depends-Indep: doxygen-latex, graphviz, texlive-math-extra
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/debian-science/packages/givaro.git
diff --git a/debian/rules b/debian/rules
index c6eae82..883b9d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ override_dh_auto_build-indep:
 	$(MAKE) -C docs docs_dev
 	rm -f docs/givaro-*html/COPYING
 
+override_dh_auto_test:
+	dh_auto_test --max-parallel=1
+
 dhopts :=
 
 ifneq (hurd-i386,$(shell dpkg-architecture -qDEB_BUILD_ARCH))

-- 
givaro: library for arithmetic and algebraic computations



More information about the debian-science-commits mailing list