[med-svn] [vista] 01/02: Enabling parallel build in debian/rules.
Luis Ibanez
luisibanez-guest at moszumanska.debian.org
Thu Jan 30 03:14:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
luisibanez-guest pushed a commit to branch master
in repository vista.
commit a7f69fb7bce46e838f28ab14f498a1b660a283c5
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date: Wed Jan 29 20:29:33 2014 -0500
Enabling parallel build in debian/rules.
This helps with the compilation of all the .m routines into .o files.
---
debian/changelog | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4505ecf..c7a46d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ vista-foia (0.20140106-1) UNRELEASED; urgency=low
* In rules, remove code to compile .m files. Now moved to CMake itself.
* In rules, added final installation rule. Targeting debuild expected dir.
* Added CMake option to precompile all M routines, as part of build.
- * In rules, only installing selected directories. Skipping .o files.
+ * In rules, only installing selected directories. Skipping .o files.
+ * In rules, enabled parallel build.
-- Luis Ibanez <luis.ibanez at kitware.com> Wed, 4 Jul 2012 17:16:45 -0500
diff --git a/debian/rules b/debian/rules
index a028157..bd5d631 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ VISTA_TESTING_LOG_DIR=$(VISTA_TESTING_BINARY_DIR)/Temporary/Log
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/vista.git
More information about the debian-med-commit
mailing list