Author: malat-guest Date: 2011-09-02 16:38:55 +0000 (Fri, 02 Sep 2011) New Revision: 7631
Added: trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch Modified: trunk/packages/volview/trunk/debian/control trunk/packages/volview/trunk/debian/patches/series trunk/packages/volview/trunk/debian/rules Log: save current status Modified: trunk/packages/volview/trunk/debian/control =================================================================== --- trunk/packages/volview/trunk/debian/control 2011-09-02 16:32:07 UTC (rev 7630) +++ trunk/packages/volview/trunk/debian/control 2011-09-02 16:38:55 UTC (rev 7631) @@ -1,22 +1,20 @@ -Source: gofigure2 +Source: volview Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes -Uploaders: Mathieu Malaterre <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 8), cmake (>= 2.8.2), libboost-all-dev, libqt4-dev, - libinsighttoolkit3-dev (>= 3.20), libvtk5-qt4-dev (>= 5.6), libfftw3-dev, - libgdcm2-dev (>= 2.0.16), libqtwebkit-dev | libqt4-dev (<< 4.7) +Uploaders: Mathieu Malaterre <[email protected]> +Build-Depends: debhelper (>= 8), cmake (>= 2.8.2), + libinsighttoolkit3-dev (>= 3.20), libvtk5-dev (>= 5.6), + libgdcm2-dev (>= 2.0.16) Standards-Version: 3.9.2 -Homepage: http://gofigure2.sourceforge.net -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gofigure2/trunk/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gofigure2/trunk/ +Homepage: http://www.kitware.com/products/volview.html +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/volview/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/volview/trunk/ -Package: gofigure2 +Package: volview Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: mysql-server Description: Tool for visualizing, processing and analysing of bioimages Main objectives of GoFigure2 are to provide * interaction/visualization/navigation into 4D multichannels bio-images; @@ -25,32 +23,3 @@ * tracking sub-cellular structure, cells; * detecting and tracking cell-division through time; * generating and visualizing cell-lineage. - -Package: libgofigure0 -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Tool for visualizing, processing and analysing of bioimages - Main objectives of GoFigure2 are to provide - * interaction/visualization/navigation into 4D multichannels bio-images; - * save/retrieve information related to the imaging process, analysis results; - * extracting objects from bio-images (e.g. nucleii, cell-membranes...); - * tracking sub-cellular structure, cells; - * detecting and tracking cell-division through time; - * generating and visualizing cell-lineage. - . - The runtime libraries - -Package: libgofigure-dev -Section: libdevel -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Tool for visualizing, processing and analysing of bioimages - Main objectives of GoFigure2 are to provide - * interaction/visualization/navigation into 4D multichannels bio-images; - * save/retrieve information related to the imaging process, analysis results; - * extracting objects from bio-images (e.g. nucleii, cell-membranes...); - * tracking sub-cellular structure, cells; - * detecting and tracking cell-division through time; - * generating and visualizing cell-lineage. - . - The development libraries Added: trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch =================================================================== --- trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch (rev 0) +++ trunk/packages/volview/trunk/debian/patches/addtoplevelcmake.patch 2011-09-02 16:38:55 UTC (rev 7631) @@ -0,0 +1,20 @@ +Index: volview-3.4/CMakeLists.txt +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ volview-3.4/CMakeLists.txt 2011-09-02 18:35:15.000000000 +0200 +@@ -0,0 +1,2 @@ ++project(fake_toplevel) ++subdirs(VolViewPlatformComplete) +Index: volview-3.4/VolViewPlatformComplete/CMakeLists.txt +=================================================================== +--- volview-3.4.orig/VolViewPlatformComplete/CMakeLists.txt 2011-09-02 18:36:23.000000000 +0200 ++++ volview-3.4/VolViewPlatformComplete/CMakeLists.txt 2011-09-02 18:36:29.000000000 +0200 +@@ -133,7 +133,7 @@ + NOT ITK_SOURCE_DIR OR + NOT VolViewLibraries_SOURCE_DIR OR + NOT VolViewApplications_SOURCE_DIR) +- message(FATAL_ERROR "Make sure the source directories for the following components are set:\n - VTK,\n - KWWidgets,\n - ITK,\n - VolViewLibraries,\n - VolViewApplications.") ++# message(FATAL_ERROR "Make sure the source directories for the following components are set:\n - VTK,\n - KWWidgets,\n - ITK,\n - VolViewLibraries,\n - VolViewApplications.") + endif(NOT VTK_SOURCE_DIR OR + NOT KWWidgets_SOURCE_DIR OR + NOT ITK_SOURCE_DIR OR Modified: trunk/packages/volview/trunk/debian/patches/series =================================================================== --- trunk/packages/volview/trunk/debian/patches/series 2011-09-02 16:32:07 UTC (rev 7630) +++ trunk/packages/volview/trunk/debian/patches/series 2011-09-02 16:38:55 UTC (rev 7631) @@ -0,0 +1 @@ +addtoplevelcmake.patch Modified: trunk/packages/volview/trunk/debian/rules =================================================================== --- trunk/packages/volview/trunk/debian/rules 2011-09-02 16:32:07 UTC (rev 7630) +++ trunk/packages/volview/trunk/debian/rules 2011-09-02 16:38:55 UTC (rev 7631) @@ -7,10 +7,7 @@ dh $@ --parallel override_dh_auto_configure: - dh_auto_configure -- -DGOFIGURE2_INSTALL_LIB_DIR:STRING=lib -DCMAKE_BUILD_TYPE:STRING=Release + dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release -override_dh_shlibdeps: - LD_LIBRARY_PATH=debian/gofigure2/usr/lib/gofigure2 dh_shlibdeps -l/usr/lib/gofigure2 - -get-orig-source: $(UPSTREAM_SRC) +get-orig-source: ./debian/get-orig-source _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
