[med-svn] [gadgetron] 06/13: d/rules: add global cmake rule

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Feb 20 17:16:23 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository gadgetron.

commit 4dab6bb3b975a90ea130bf3b94ac13796d2d06c5
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon May 19 17:48:32 2014 +0100

    d/rules: add global cmake rule
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index be1f118..1f3617b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
+BUILDDIR = $(CURDIR)/debian/build
 
 %:
-	dh $@ 
+	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel

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



More information about the debian-med-commit mailing list