[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#769226: unblock: plastimatch/1.5.16+dfsg-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package plastimatch

    Add needed cmake dependencies to enable parallel builds
    Closes: #768769

debdiff attached


unblock plastimatch/1.5.16+dfsg-2

-- System Information:
Debian Release: 7.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru plastimatch-1.5.16+dfsg/debian/changelog plastimatch-1.5.16+dfsg/debian/changelog
--- plastimatch-1.5.16+dfsg/debian/changelog	2014-05-19 09:41:08.000000000 +0200
+++ plastimatch-1.5.16+dfsg/debian/changelog	2014-11-12 08:25:57.000000000 +0100
@@ -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@debian.org> for the patch)
+    Closes: #768769
+
+ -- Andreas Tille <tille@debian.org>  Wed, 12 Nov 2014 08:24:38 +0100
+
 plastimatch (1.5.16+dfsg-1) unstable; urgency=low
 
   [ Gregory C. Sharp ]
diff -Nru plastimatch-1.5.16+dfsg/debian/patches/series plastimatch-1.5.16+dfsg/debian/patches/series
--- plastimatch-1.5.16+dfsg/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ plastimatch-1.5.16+dfsg/debian/patches/series	2014-11-12 08:30:50.000000000 +0100
@@ -0,0 +1 @@
+test-depends.patch
diff -Nru plastimatch-1.5.16+dfsg/debian/patches/test-depends.patch plastimatch-1.5.16+dfsg/debian/patches/test-depends.patch
--- plastimatch-1.5.16+dfsg/debian/patches/test-depends.patch	1970-01-01 01:00:00.000000000 +0100
+++ plastimatch-1.5.16+dfsg/debian/patches/test-depends.patch	2014-11-12 08:30:44.000000000 +0100
@@ -0,0 +1,27 @@
+Description: Fix test dependencies to support parallel testing
+Author: Colin Watson <cjwatson@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)
+ 

Reply to: