Author: smr Date: 2010-12-24 02:20:56 +0000 (Fri, 24 Dec 2010) New Revision: 5618
Added: trunk/packages/elastix/ trunk/packages/elastix/trunk/ trunk/packages/elastix/trunk/debian/ trunk/packages/elastix/trunk/debian/changelog trunk/packages/elastix/trunk/debian/compat trunk/packages/elastix/trunk/debian/control trunk/packages/elastix/trunk/debian/patches/ trunk/packages/elastix/trunk/debian/patches/install-dir.patch trunk/packages/elastix/trunk/debian/patches/series trunk/packages/elastix/trunk/debian/rules trunk/packages/elastix/trunk/debian/source/ trunk/packages/elastix/trunk/debian/source/format Log: Initial packaging, for release 4.3. Will not be released as elastix 4.4 is already out. Property changes on: trunk/packages/elastix/trunk/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: trunk/packages/elastix/trunk/debian/changelog =================================================================== --- trunk/packages/elastix/trunk/debian/changelog (rev 0) +++ trunk/packages/elastix/trunk/debian/changelog 2010-12-24 02:20:56 UTC (rev 5618) @@ -0,0 +1,6 @@ +elastix (4.3-1) UNRELEASED; urgency=low + + * New package. Closes: #607030. + + -- Steve M. Robbins <[email protected]> Mon, 13 Dec 2010 22:42:52 -0600 + Added: trunk/packages/elastix/trunk/debian/compat =================================================================== --- trunk/packages/elastix/trunk/debian/compat (rev 0) +++ trunk/packages/elastix/trunk/debian/compat 2010-12-24 02:20:56 UTC (rev 5618) @@ -0,0 +1 @@ +7 Added: trunk/packages/elastix/trunk/debian/control =================================================================== --- trunk/packages/elastix/trunk/debian/control (rev 0) +++ trunk/packages/elastix/trunk/debian/control 2010-12-24 02:20:56 UTC (rev 5618) @@ -0,0 +1,23 @@ +Source: elastix +Homepage: http://elastix.isi.uu.nl/ +Section: science +Priority: optional +Maintainer: Debian-Med Packaging Team <[email protected]> +Uploaders: Steve M. Robbins <[email protected]> +Build-Depends: quilt, debhelper (>= 7), cmake, libinsighttoolkit3-dev, doxygen +Standards-Version: 3.7.3 + +Package: elastix +Section: science +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: toolbox for rigid and nonrigid registration of images + Image reigstration based on the well-known Insight Segmentation and + Registration Toolkit (ITK). The software consists of a collection of + algorithms that are commonly used to solve (medical) image + registration problems. The modular design of elastix allows the user + to quickly configure, test, and compare different registration + methods for a specific application. A command-line interface enables + automated processing of large numbers of data sets, by means of + scripting. + Added: trunk/packages/elastix/trunk/debian/patches/install-dir.patch =================================================================== --- trunk/packages/elastix/trunk/debian/patches/install-dir.patch (rev 0) +++ trunk/packages/elastix/trunk/debian/patches/install-dir.patch 2010-12-24 02:20:56 UTC (rev 5618) @@ -0,0 +1,20 @@ +--- elastix-4.3.orig/src/Common/KNN/ann_1.1/CMakeLists.txt ++++ elastix-4.3/src/Common/KNN/ann_1.1/CMakeLists.txt +@@ -33,6 +33,6 @@ + + # Install + INSTALL(TARGETS ANNlib +- RUNTIME DESTINATION . +- LIBRARY DESTINATION . ) ++ RUNTIME DESTINATION lib ++ LIBRARY DESTINATION lib ) + +--- elastix-4.3.orig/src/Core/CMakeLists.txt ++++ elastix-4.3/src/Core/CMakeLists.txt +@@ -167,5 +167,5 @@ + #--------------------------------------------------------------------- + # Define the install directory. + +-INSTALL( TARGETS elastix transformix RUNTIME DESTINATION . ) ++INSTALL( TARGETS elastix transformix RUNTIME DESTINATION bin ) + Added: trunk/packages/elastix/trunk/debian/patches/series =================================================================== --- trunk/packages/elastix/trunk/debian/patches/series (rev 0) +++ trunk/packages/elastix/trunk/debian/patches/series 2010-12-24 02:20:56 UTC (rev 5618) @@ -0,0 +1 @@ +install-dir.patch Added: trunk/packages/elastix/trunk/debian/rules =================================================================== --- trunk/packages/elastix/trunk/debian/rules (rev 0) +++ trunk/packages/elastix/trunk/debian/rules 2010-12-24 02:20:56 UTC (rev 5618) @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +%: + dh $@ --sourcedirectory=src --parallel + +DEB_CMAKE_EXTRA_FLAGS += \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=RELEASE \ + -DCMAKE_SKIP_RPATH=ON + +override_dh_auto_configure: + dh_auto_configure -- $(DEB_CMAKE_EXTRA_FLAGS) + Property changes on: trunk/packages/elastix/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/elastix/trunk/debian/source/format =================================================================== --- trunk/packages/elastix/trunk/debian/source/format (rev 0) +++ trunk/packages/elastix/trunk/debian/source/format 2010-12-24 02:20:56 UTC (rev 5618) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
