[netcdf-cxx-legacy] 01/03: Disable parallel test execution.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun Oct 25 14:05:59 UTC 2015
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 <sebastic at 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 <sebastic at 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
More information about the Pkg-grass-devel
mailing list