[minieigen] 03/05: Add parallel option to debian/rules.

Anton Gladky gladk at moszumanska.debian.org
Mon Mar 10 21:27:44 UTC 2014


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

gladk pushed a commit to branch master
in repository minieigen.

commit f0241d20a64371ade73d021f93ea796affb9b19a
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Mar 10 19:33:51 2014 +0100

    Add parallel option to debian/rules.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8a661b0..c9545ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --parallel
 
 PYVER = $(shell pyversions -dv)
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

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



More information about the debian-science-commits mailing list