[sagemath] 01/01: Set dh compat lvl to 8 to disable custom build flags (fixes combinat.py doctest) and build with 5 threads.

Tobias Hansen thansen at moszumanska.debian.org
Sun Mar 8 13:30:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit 800dc43fabeae0893ccaf5ca8005f88dc2c2b7fa
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sun Mar 8 13:27:14 2015 +0000

    Set dh compat lvl to 8 to disable custom build flags (fixes combinat.py doctest) and build with 5 threads.
---
 debian/compat | 2 +-
 debian/rules  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/rules b/debian/rules
index 99ed596..094793d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 VERSION := $(shell dpkg-parsechangelog | grep -x "Version:.*" | sed 's at Version: \(.\+\)-.\+@\1@')
-export MAKE = make -j4
+export MAKE = make -j5
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list