[med-svn] r16575 - in trunk/packages/vtk-dicom/trunk/debian: . patches
Mathieu Malaterre
malat at moszumanska.debian.org
Mon Apr 7 09:35:38 UTC 2014
Author: malat
Date: 2014-04-07 09:35:38 +0000 (Mon, 07 Apr 2014)
New Revision: 16575
Added:
trunk/packages/vtk-dicom/trunk/debian/patches/
trunk/packages/vtk-dicom/trunk/debian/patches/cmakefix.patch
trunk/packages/vtk-dicom/trunk/debian/patches/series
Modified:
trunk/packages/vtk-dicom/trunk/debian/changelog
Log:
next upload
Modified: trunk/packages/vtk-dicom/trunk/debian/changelog
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/changelog 2014-04-07 09:31:58 UTC (rev 16574)
+++ trunk/packages/vtk-dicom/trunk/debian/changelog 2014-04-07 09:35:38 UTC (rev 16575)
@@ -1,3 +1,11 @@
+vtk-dicom (0.4.4-2) unstable; urgency=low
+
+ * Add patch to allow backport to wheezy
+ * Change to DebianMed uploaders
+ * Properly set minimum vtk version
+
+ -- Mathieu Malaterre <malat at debian.org> Mon, 07 Apr 2014 11:35:26 +0200
+
vtk-dicom (0.4.4-1) unstable; urgency=low
* New upstream.
Added: trunk/packages/vtk-dicom/trunk/debian/patches/cmakefix.patch
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/cmakefix.patch (rev 0)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/cmakefix.patch 2014-04-07 09:35:38 UTC (rev 16575)
@@ -0,0 +1,13 @@
+Index: vtk-dicom-0.4.4/CMakeLists.txt
+===================================================================
+--- vtk-dicom-0.4.4.orig/CMakeLists.txt 2014-04-03 18:17:15.000000000 +0200
++++ vtk-dicom-0.4.4/CMakeLists.txt 2014-04-07 11:33:25.000000000 +0200
+@@ -4,7 +4,7 @@
+ cmake_minimum_required(VERSION 2.6.3)
+
+ # Use LINK_INTERFACE_LIBRARIES instead of INTERFACE_LINK_LIBRARIES
+-if(CMAKE_VERSION VERSION_GREATER 2.6.11)
++if(CMAKE_VERSION VERSION_GREATER 2.8.11)
+ cmake_policy(SET CMP0022 OLD)
+ endif()
+
Added: trunk/packages/vtk-dicom/trunk/debian/patches/series
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/series (rev 0)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/series 2014-04-07 09:35:38 UTC (rev 16575)
@@ -0,0 +1 @@
+cmakefix.patch
More information about the debian-med-commit
mailing list