[med-svn] [plastimatch] 04/06: Fix FTBFS when testing is performed in parallel.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Nov 30 11:01:12 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository plastimatch.

commit ca918cab179811ee8f2fc09fdef763300ff3a08c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Nov 30 10:00:04 2016 +0000

    Fix FTBFS when testing is performed in parallel.
    
    New patch Fix-test-dependencies.patch.
    
    Gbp-Dch: full
    Closes: #844942
    Thanks: Lucas Nussbaum for reporting
---
 debian/patches/Fix-test-dependencies.patch | 32 ++++++++++++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 33 insertions(+)

diff --git a/debian/patches/Fix-test-dependencies.patch b/debian/patches/Fix-test-dependencies.patch
new file mode 100644
index 0000000..4d8eab8
--- /dev/null
+++ b/debian/patches/Fix-test-dependencies.patch
@@ -0,0 +1,32 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Wed, 30 Nov 2016 09:57:47 +0000
+Subject: Fix test dependencies.
+
+---
+ Testing/CMakeLists.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt
+index 10455f6..1e9508a 100644
+--- a/Testing/CMakeLists.txt
++++ b/Testing/CMakeLists.txt
+@@ -4202,7 +4202,7 @@ plmtest_check_interval ("vf-invert-trans-1-check"
+   "-10.0"
+   "-9.9"
+   )
+-set_tests_properties (vf-invert-trans-1 PROPERTIES DEPENDS vf-trans)
++set_tests_properties (vf-invert-trans-1 PROPERTIES DEPENDS vf-trans-1)
+ set_tests_properties (vf-invert-trans-1-stats 
+   PROPERTIES DEPENDS vf-invert-trans-1)
+ set_tests_properties (vf-invert-trans-1-check 
+@@ -4401,8 +4401,8 @@ plm_add_test (
+   ${PLM_PLASTIMATCH_PATH}/wed
+   "${PLM_BUILD_TESTING_DIR}/wed-c.txt"
+   )
+-set_tests_properties (wed-b PROPERTIES DEPENDS lung-1)
+-set_tests_properties (wed-b PROPERTIES DEPENDS wed-a)
++set_tests_properties (wed-c PROPERTIES DEPENDS lung-1)
++set_tests_properties (wed-c PROPERTIES DEPENDS wed-a)
+ 
+ ## -------------------------------------------------------------------------
+ ## i hate myself
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2160e60
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Fix-test-dependencies.patch

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



More information about the debian-med-commit mailing list