[med-svn] [libminc] 03/03: Avoid test failure when tests are running in parallel mode

Andreas Tille tille at debian.org
Thu Nov 30 17:53:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libminc.

commit b99f455e5a55132463f8aaace426aba9b8baefeb
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 30 18:41:15 2017 +0100

    Avoid test failure when tests are running in parallel mode
---
 debian/changelog | 3 ++-
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4210a76..e730a69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ libminc (2.3.00-4) UNRELEASED; urgency=medium
   * Moved packaging from SVN to Git
   * debhelper 10
   * Standards-Version: 4.1.1
+  * Avoid test failure when tests are running in parallel mode
 
- -- Andreas Tille <tille at debian.org>  Wed, 22 Nov 2017 15:23:15 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 22 Nov 2017 15:25:00 +0100
 
 libminc (2.3.00-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ba28923..98856f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,3 +23,6 @@ override_dh_install:
 	dh_install -plibminc-dev --autodest debian/tmp/usr/lib/*/lib*.so
 	dh_install -plibminc-dev debian/tmp/usr/lib/*/*.cmake /usr/lib/$(ARCH)/cmake/LIBMINC
 	dh_install -plibminc-dev --autodest debian/tmp/usr/include
+
+override_dh_auto_test:
+	dh_auto_test --no-parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libminc.git



More information about the debian-med-commit mailing list