This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf-cxx-legacy.
commit ea2233bb31fa935c692687d91e4f1c129cc5be2e Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Sun Oct 25 14:16:38 2015 +0100 Disable parallel test execution. --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 652e40f..3d2bcf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +netcdf-cxx-legacy (4.2-3) UNRELEASED; urgency=medium + + * Disable parallel test execution. + + -- Bas Couwenberg <sebas...@debian.org> Sun, 25 Oct 2015 14:16:17 +0100 + netcdf-cxx-legacy (4.2-2) unstable; urgency=medium * Add Breaks/Replaces on netcdf-doc to libnetcdf-cxx-legacy-dev. diff --git a/debian/rules b/debian/rules index e11213d..62cacc5 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ export VERBOSE=1 dh $@ --with autoreconf,pkgkde_symbolshelper --parallel override_dh_auto_test: - dh_auto_test || echo "Ignoring test failures" + dh_auto_test --max-parallel=1 || echo "Ignoring test failures" override_dh_install: $(RM) debian/*/usr/lib/*/*.la -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-cxx-legacy.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel