[med-svn] r14145 - in trunk/packages/mriconvert/trunk/debian: . patches
Steven Michael Robbins
smr at alioth.debian.org
Sat Jul 13 07:10:00 UTC 2013
Author: smr
Date: 2013-07-13 07:10:00 +0000 (Sat, 13 Jul 2013)
New Revision: 14145
Removed:
trunk/packages/mriconvert/trunk/debian/patches/boost-exception.patch
Modified:
trunk/packages/mriconvert/trunk/debian/changelog
trunk/packages/mriconvert/trunk/debian/control
trunk/packages/mriconvert/trunk/debian/patches/series
Log:
Revert last change (linking with boost-exception). Move to boost 1.54.
Modified: trunk/packages/mriconvert/trunk/debian/changelog
===================================================================
--- trunk/packages/mriconvert/trunk/debian/changelog 2013-07-12 11:46:56 UTC (rev 14144)
+++ trunk/packages/mriconvert/trunk/debian/changelog 2013-07-13 07:10:00 UTC (rev 14145)
@@ -1,3 +1,12 @@
+mriconvert (1:2.0.4-3) unstable; urgency=low
+
+ * Undo previous changes. Linking with boost-exceptions was not the
+ problem. It seems rather that the boost packages were built with
+ an older compiler.
+ * control: Change dependency to boost1.54.
+
+ -- Steve M. Robbins <smr at debian.org> Sat, 13 Jul 2013 02:08:36 -0500
+
mriconvert (1:2.0.4-2) unstable; urgency=low
* patches/boost-exception.patch: New. Link with
Modified: trunk/packages/mriconvert/trunk/debian/control
===================================================================
--- trunk/packages/mriconvert/trunk/debian/control 2013-07-12 11:46:56 UTC (rev 14144)
+++ trunk/packages/mriconvert/trunk/debian/control 2013-07-13 07:10:00 UTC (rev 14145)
@@ -5,8 +5,7 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>
Build-Depends: debhelper (>= 9),
- libboost-program-options1.53-dev,
- libboost-exception1.53-dev,
+ libboost-program-options1.54-dev,
libinsighttoolkit3-dev,
libwxgtk2.8-dev,
cableswig,
Deleted: trunk/packages/mriconvert/trunk/debian/patches/boost-exception.patch
===================================================================
--- trunk/packages/mriconvert/trunk/debian/patches/boost-exception.patch 2013-07-12 11:46:56 UTC (rev 14144)
+++ trunk/packages/mriconvert/trunk/debian/patches/boost-exception.patch 2013-07-13 07:10:00 UTC (rev 14145)
@@ -1,14 +0,0 @@
-Link with -lboost_program_options. The build on MIPS and ARM failed
-because Boost program-options needs symbols from Boost exception.
-
---- mriconvert-2.0.4.orig/CMakeLists.txt
-+++ mriconvert-2.0.4/CMakeLists.txt
-@@ -32,7 +32,7 @@
-
- ## Setup for Boost.
- set( Boost_USE_STATIC_LIBS TRUE )
--find_package( Boost COMPONENTS program_options REQUIRED )
-+find_package( Boost COMPONENTS program_options exception REQUIRED )
- if (Boost_FOUND)
- include_directories( ${Boost_INCLUDE_DIRS} )
- link_directories( ${Boost_LIBRARY_DIRS} )
Modified: trunk/packages/mriconvert/trunk/debian/patches/series
===================================================================
--- trunk/packages/mriconvert/trunk/debian/patches/series 2013-07-12 11:46:56 UTC (rev 14144)
+++ trunk/packages/mriconvert/trunk/debian/patches/series 2013-07-13 07:10:00 UTC (rev 14145)
@@ -1 +0,0 @@
-boost-exception.patch
More information about the debian-med-commit
mailing list