[med-svn] [camitk] 02/04: debian/rules: explicitely specify --no-parallel to be forward compatible with compat 10

Mattia Rizzolo mattia at debian.org
Tue Apr 26 23:59:42 UTC 2016


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

mattia pushed a commit to branch master
in repository camitk.

commit 82bb6b070c359d721f40536a93643ecb9409858d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Apr 26 22:53:42 2016 +0000

    debian/rules: explicitely specify --no-parallel to be forward compatible with compat 10
    
    Gbp-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7dbf8ce..d42e3f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ CMAKE_EXTRA_FLAGS = \
 %:
 	# For debian build, do not authorize parallel build (too much RAM 
 	# needed for Imaging CEP on arch that have small memory size)
-	dh $@ --builddirectory=camitk-build
+	dh $@ --no-parallel --builddirectory=camitk-build
 	# For local personal build, parallel is ok as there is enough RAM
 	# for heavy-templated Imaging CEP (uncomment for local fast rebuild)
 	#dh $@ --parallel --builddirectory=camitk-build  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/camitk.git



More information about the debian-med-commit mailing list