This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit b7a4609f56dad2c03f0750100a8584c1db989dc0 Author: Bas Couwenberg <[email protected]> Date: Wed Dec 16 16:06:23 2015 +0100 Enable parallel builds. --- debian/changelog | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5658549..fb7ccf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ ossim (1.8.20.2+ds-1) UNRELEASED; urgency=medium * Drop obsolete README.source. * Add upstream metadata. * Use libgeos++-dev as build dependency for both C & C++ libraries & headers. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Wed, 16 Dec 2015 14:21:12 +0100 diff --git a/debian/rules b/debian/rules index d7d8dc6..47e4699 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,8 @@ endif %: dh $@ --buildsystem cmake \ --sourcedirectory=$(CURDIR)/ossim \ - --builddirectory=$(CURDIR)/debian/build + --builddirectory=$(CURDIR)/debian/build \ + --parallel # Add here any variable or target overrides you need. CMAKE_OPTS = \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

