[med-svn] r5349 - in trunk/packages: . mriconvert mriconvert/trunk mriconvert/trunk/debian mriconvert/trunk/debian/patches
Steven Michael Robbins
smr at alioth.debian.org
Wed Oct 13 04:40:59 UTC 2010
Author: smr
Date: 2010-10-13 04:40:57 +0000 (Wed, 13 Oct 2010)
New Revision: 5349
Added:
trunk/packages/mriconvert/
trunk/packages/mriconvert/trunk/
trunk/packages/mriconvert/trunk/debian/
trunk/packages/mriconvert/trunk/debian/README.source
trunk/packages/mriconvert/trunk/debian/changelog
trunk/packages/mriconvert/trunk/debian/compat
trunk/packages/mriconvert/trunk/debian/control
trunk/packages/mriconvert/trunk/debian/copyright
trunk/packages/mriconvert/trunk/debian/patches/
trunk/packages/mriconvert/trunk/debian/patches/findwxwidgets.patch
trunk/packages/mriconvert/trunk/debian/patches/series
trunk/packages/mriconvert/trunk/debian/rules
Log:
Initial packaging.
Property changes on: trunk/packages/mriconvert/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ true
Added: trunk/packages/mriconvert/trunk/debian/README.source
===================================================================
--- trunk/packages/mriconvert/trunk/debian/README.source (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/README.source 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1,10 @@
+The source tree was obtained from http://lcni.uoregon.edu/~jolinda/MRIConvert/
+Two files were removed before creating the .orig.tar.gz:
+
+ CMakeCache.txt
+ Makefile
+
+This package uses quilt.
+See /usr/share/doc/quilt/README.source.
+
+ -- Steve M. Robbins <smr at debian.org>, Tue, 12 Oct 2010 22:14:53 -0500
Added: trunk/packages/mriconvert/trunk/debian/changelog
===================================================================
--- trunk/packages/mriconvert/trunk/debian/changelog (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/changelog 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1,5 @@
+mriconvert (2.0-1) unstable; urgency=low
+
+ * Initial upload. Closes: #599880.
+
+ -- Steve M. Robbins <smr at debian.org> Tue, 12 Oct 2010 23:40:00 -0500
Added: trunk/packages/mriconvert/trunk/debian/compat
===================================================================
--- trunk/packages/mriconvert/trunk/debian/compat (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/compat 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1 @@
+7
Added: trunk/packages/mriconvert/trunk/debian/control
===================================================================
--- trunk/packages/mriconvert/trunk/debian/control (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/control 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1,18 @@
+Source: mriconvert
+Homepage: http://lcni.uoregon.edu/~jolinda/MRIConvert/
+Section: science
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steve M. Robbins <smr at debian.org>
+Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), cmake, cableswig,
+ libinsighttoolkit3-dev, libwxgtk2.8-dev
+Standards-Version: 3.9.1
+
+Package: mriconvert
+Section: science
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: medical image file conversion utility
+ MRIConvert is a medical image file conversion utility that converts
+ DICOM files to NIfTI 1.1, Analyze 7.5 , SPM99/Analyze, BrainVoyager,
+ and MetaImage volume formats.
Added: trunk/packages/mriconvert/trunk/debian/copyright
===================================================================
--- trunk/packages/mriconvert/trunk/debian/copyright (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/copyright 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1,36 @@
+This package was first debianized by Steve M. Robbins <smr at debian.org>
+on 2008-12-20.
+
+Download URL: http://www.itk.org/ITK/resources/software.html
+
+Upstream Authors: The Insight Consortium and Contributors
+Upstream Contact: Luis Ibanez <luis.ibanez at kitware.com>
+ITK web site: http://www.itk.org/
+
+
+
+Copyright (c) 1999-2008 Insight Software Consortium All rights
+reserved. Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the following
+conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * Neither the name of the Insight Software Consortium nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Added: trunk/packages/mriconvert/trunk/debian/patches/findwxwidgets.patch
===================================================================
--- trunk/packages/mriconvert/trunk/debian/patches/findwxwidgets.patch (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/patches/findwxwidgets.patch 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1,34 @@
+Description: work around broken FindwxWidgets macro
+ The CMake FindwxWidgets.cmake module shipped with CMake 2.8
+ is broken. One of its functions is to set wxWidgets_CXX_FLAGS
+ based on the output of "wx-config --cxxflags". However, it now
+ mutates the output, turning "-Dfoo" into "foo", which causes
+ a compile error.
+ .
+ Upstream is aware for a year, but no response; see
+ http://www.cmake.org/pipermail/cmake/2010-October/040128.html
+Author: smr at debian.org
+
+
+--- mriconvert-2.0.orig/CMakeLists.txt
++++ mriconvert-2.0/CMakeLists.txt
+@@ -36,10 +36,16 @@
+ SET(EXECUTABLE_OUTPUT_PATH "release")
+
+ INCLUDE (FindwxWidgets)
+-
+- SET(CMAKE_CXX_FLAGS " -DWX_PRECOMP ${CMAKE_CXX_FLAGS}${wxWidgets_CXX_FLAGS}")
+
+- ADD_DEFINITIONS( ${wxWidgets_DEFINITIONS} ${PROJECT_DEFINITIONS} )
++# run the wx-config program to get cxxflags
++ EXECUTE_PROCESS(
++ COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}"
++ ${wxWidgets_SELECT_OPTIONS} --cxxflags
++ OUTPUT_VARIABLE wxWidgets_CXX_FLAGS
++ OUTPUT_STRIP_TRAILING_WHITESPACE
++)
++
++ SET(CMAKE_CXX_FLAGS " -DWX_PRECOMP ${CMAKE_CXX_FLAGS}${wxWidgets_CXX_FLAGS}")
+
+ INCLUDE_DIRECTORIES(${wxWidgets_INCLUDE_DIRS})
+ LINK_DIRECTORIES( ${wxWidgets_LIBRARY_DIRS} )
Added: trunk/packages/mriconvert/trunk/debian/patches/series
===================================================================
--- trunk/packages/mriconvert/trunk/debian/patches/series (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/patches/series 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1 @@
+findwxwidgets.patch
Added: trunk/packages/mriconvert/trunk/debian/rules
===================================================================
--- trunk/packages/mriconvert/trunk/debian/rules (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/rules 2010-10-13 04:40:57 UTC (rev 5349)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with quilt
+
+override_dh_install:
+ dh_install */release/mcverter */release/MRIConvert usr/bin
Property changes on: trunk/packages/mriconvert/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
More information about the debian-med-commit
mailing list