This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository nco.
commit 4cd548573e729de4e745407adb5ae34e566f47a4 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 18 19:53:46 2015 +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 2411c4b..5883c0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ nco (4.4.7-1) UNRELEASED; urgency=medium * Ignore test failures instead of disabling them. * Override dh_install to use --list-missing. * Don't install libnco.la. + * Enable parallel builds. -- Bas Couwenberg <[email protected]> Sun, 18 Jan 2015 16:40:05 +0100 diff --git a/debian/rules b/debian/rules index 6d5e11f..09c1c19 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem autoconf + dh $@ --buildsystem autoconf --parallel override_dh_clean: dh_clean data/big.nc \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/nco.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

