This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ruby-hdfeos5.
commit 21941b991fe0ebc093eab3a19e0305ffef569b6c Author: Bas Couwenberg <[email protected]> Date: Fri Dec 2 15:41:54 2016 +0100 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 42597a2..47a224c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ ruby-hdfeos5 (1.2-7) UNRELEASED; urgency=medium * Restructure control file with cme. * Update watch file to handle common issues. * Bump Standards-Version to 3.9.8, no changes. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Fri, 02 Dec 2016 15:34:49 +0100 diff --git a/debian/rules b/debian/rules index 94f6daf..39d00e9 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ export HE5_HDF_INCDIR := /usr/include/hdf-eos5 %: @echo $(HDF5_DIR) - dh $@ --with ruby --buildsystem ruby + dh $@ --with ruby --buildsystem ruby --parallel override_dh_auto_clean: dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

