[sagemath] 02/03: Set up dh parallel machinery

Jerome Benoit calculus-guest at moszumanska.debian.org
Wed Aug 3 13:44:32 UTC 2016


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

calculus-guest pushed a commit to branch master
in repository sagemath.

commit 887d06f89a591c340e1118986694dc574616267f
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Wed Aug 3 14:36:57 2016 +0100

    Set up dh parallel machinery
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index e8d19b4..c929a8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 
 VERSION := $(shell dpkg-parsechangelog -S Version| sed 's@\(.\+\)-.\+@\1@')
-export MAKE = make -j5
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_clean:
 	rm -f prune

-- 
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