This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository epr-api.
commit 3470f71eeda7fc7e18eaa053882597922ea420c5 Author: Bas Couwenberg <[email protected]> Date: Fri May 6 20:44:02 2016 +0200 Enable parallel builds. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 16e3c98..b352c51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ epr-api (2.3~dev20150708-2) UNRELEASED; urgency=medium * Update watch file to handle common issues. * Bump Standards-Version to 3.9.8, no changes. * Restructure control file with cme. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sat, 27 Feb 2016 12:11:11 +0100 diff --git a/debian/rules b/debian/rules index 1279e0f..ab18097 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ CMAKE_EXTRA_FLAGS += -DBUILD_DOCS:BOOL=ON -DBUILD_TESTS:BOOL=ON %: - dh $@ --buildsystem=cmake --builddirectory=build + dh $@ --buildsystem=cmake --builddirectory=build --parallel override_dh_auto_configure: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/epr-api.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

