[med-svn] r18475 - in trunk/packages/plastimatch/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Wed Nov 12 08:57:53 UTC 2014


Author: tille
Date: 2014-11-12 08:57:52 +0000 (Wed, 12 Nov 2014)
New Revision: 18475

Added:
   trunk/packages/plastimatch/trunk/debian/patches/
   trunk/packages/plastimatch/trunk/debian/patches/series
   trunk/packages/plastimatch/trunk/debian/patches/test-depends.patch
Modified:
   trunk/packages/plastimatch/trunk/debian/changelog
Log:
Add needed cmake dependencies to enable parallel builds


Modified: trunk/packages/plastimatch/trunk/debian/changelog
===================================================================
--- trunk/packages/plastimatch/trunk/debian/changelog	2014-11-12 08:57:45 UTC (rev 18474)
+++ trunk/packages/plastimatch/trunk/debian/changelog	2014-11-12 08:57:52 UTC (rev 18475)
@@ -1,3 +1,11 @@
+plastimatch (1.5.16+dfsg-2) unstable; urgency=medium
+
+  * Add needed cmake dependencies to enable parallel builds (thanks to
+    Colin Watson <cjwatson at debian.org> for the patch)
+    Closes: #768769
+
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Nov 2014 08:24:38 +0100
+
 plastimatch (1.5.16+dfsg-1) unstable; urgency=low
 
   [ Gregory C. Sharp ]

Added: trunk/packages/plastimatch/trunk/debian/patches/series
===================================================================
--- trunk/packages/plastimatch/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/plastimatch/trunk/debian/patches/series	2014-11-12 08:57:52 UTC (rev 18475)
@@ -0,0 +1 @@
+test-depends.patch

Added: trunk/packages/plastimatch/trunk/debian/patches/test-depends.patch
===================================================================
--- trunk/packages/plastimatch/trunk/debian/patches/test-depends.patch	                        (rev 0)
+++ trunk/packages/plastimatch/trunk/debian/patches/test-depends.patch	2014-11-12 08:57:52 UTC (rev 18475)
@@ -0,0 +1,27 @@
+Description: Fix test dependencies to support parallel testing
+Author: Colin Watson <cjwatson at ubuntu.com>
+Bug-Debian: https://bugs.debian.org/768769
+Forwarded: no
+Last-Update: 2014-11-11
+
+--- a/Testing/CMakeLists.txt
++++ b/Testing/CMakeLists.txt
+@@ -1775,7 +1775,8 @@ plmtest_check_interval ("plm-convert-cxt
+   "1648003"
+   "1648003"
+   )
+-set_tests_properties (plm-convert-cxt PROPERTIES DEPENDS plm-convert-dicom-c)
++set_tests_properties (plm-convert-cxt PROPERTIES
++  DEPENDS "plm-convert-dicom-a;plm-convert-dicom-c")
+ set_tests_properties (plm-convert-cxt-stats PROPERTIES DEPENDS plm-convert-cxt)
+ set_tests_properties (plm-convert-cxt-check PROPERTIES 
+   DEPENDS plm-convert-cxt-stats)
+@@ -3290,7 +3291,7 @@ plmtest_check_interval ("plm-union-check
+   "1271"
+   )
+ set_tests_properties (plm-union 
+-  PROPERTIES DEPENDS "rect-10-mask-1;rect-11-mask")
++  PROPERTIES DEPENDS "rect-10-mask-1;rect-10-roi-1;rect-11-mask;rect-11-roi")
+ set_tests_properties (plm-union-stats PROPERTIES DEPENDS plm-union)
+ set_tests_properties (plm-union-check PROPERTIES DEPENDS plm-union-stats)
+ 




More information about the debian-med-commit mailing list