Author: malat-guest Date: 2010-06-25 12:15:17 +0000 (Fri, 25 Jun 2010) New Revision: 4924
Added: trunk/packages/gofigure2/ trunk/packages/gofigure2/trunk/ trunk/packages/gofigure2/trunk/debian/ trunk/packages/gofigure2/trunk/debian/changelog trunk/packages/gofigure2/trunk/debian/compat trunk/packages/gofigure2/trunk/debian/control trunk/packages/gofigure2/trunk/debian/copyright trunk/packages/gofigure2/trunk/debian/docs trunk/packages/gofigure2/trunk/debian/rules trunk/packages/gofigure2/trunk/debian/source/ trunk/packages/gofigure2/trunk/debian/source/format Log: First pass at gofigure2 Added: trunk/packages/gofigure2/trunk/debian/changelog =================================================================== --- trunk/packages/gofigure2/trunk/debian/changelog (rev 0) +++ trunk/packages/gofigure2/trunk/debian/changelog 2010-06-25 12:15:17 UTC (rev 4924) @@ -0,0 +1,6 @@ +gofigure2 (0.4.2-1) unstable; urgency=low + + * Initial release (Closes: #587051) + + -- Mathieu Malaterre <[email protected]> Thu, 24 Jun 2010 18:50:08 +0200 + Property changes on: trunk/packages/gofigure2/trunk/debian/changelog ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/packages/gofigure2/trunk/debian/compat =================================================================== --- trunk/packages/gofigure2/trunk/debian/compat (rev 0) +++ trunk/packages/gofigure2/trunk/debian/compat 2010-06-25 12:15:17 UTC (rev 4924) @@ -0,0 +1 @@ +7 Property changes on: trunk/packages/gofigure2/trunk/debian/compat ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/packages/gofigure2/trunk/debian/control =================================================================== --- trunk/packages/gofigure2/trunk/debian/control (rev 0) +++ trunk/packages/gofigure2/trunk/debian/control 2010-06-25 12:15:17 UTC (rev 4924) @@ -0,0 +1,23 @@ +Source: gofigure2 +Section: science +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Mathieu Malaterre <[email protected]>, +Build-Depends: debhelper (>= 7), cmake, libboost-all-dev, libqt4-dev, libinsighttoolkit3-dev, libvtk5-qt4-dev +Standards-Version: 3.8.4 +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/ + +Package: gofigure2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Cross-platform tool for visualizing, processing and analysing of bioimages + Main objectives of GoFigure2 are to provide + * an easy and interactive way of visualizing and navigating into 4D multichannels bio-images; + * an easy way to save and retrieve information related to the imaging process, analysis results; + * an easy and interactive way of extracting objects from bio-images (e.g. nucleii, cell-membranes...); + * an easy and interactive way of tracking sub-cellular structure, cells; + * an easy and interactive way of detecting and tracking cell-division through time; + * an easy and interactive way of generating and visualizing cell-lineage. Property changes on: trunk/packages/gofigure2/trunk/debian/control ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/packages/gofigure2/trunk/debian/copyright =================================================================== --- trunk/packages/gofigure2/trunk/debian/copyright (rev 0) +++ trunk/packages/gofigure2/trunk/debian/copyright 2010-06-25 12:15:17 UTC (rev 4924) @@ -0,0 +1,50 @@ +This work was packaged for Debian by: + + Mathieu Malaterre <[email protected]> on Thu, 24 Jun 2010 19:11:02 +0200 + +It was downloaded from: + + http://gofigure2.sourceforge.net/ + +Upstream Author(s): + + The GoFigure Dev. Team. gofigure2-developers at lists.sourceforge.net + +Copyright: + + Copyright (c) 2009-10, President and Fellows of Harvard College. + +License: + + 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 President and Fellows of Harvard College + 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. + +The Debian packaging is: + + Copyright (C) 2010 Mathieu Malaterre <[email protected]> + +and is licensed under the BSD license, +see "/usr/share/common-licenses/BSD". + Property changes on: trunk/packages/gofigure2/trunk/debian/copyright ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/packages/gofigure2/trunk/debian/docs =================================================================== --- trunk/packages/gofigure2/trunk/debian/docs (rev 0) +++ trunk/packages/gofigure2/trunk/debian/docs 2010-06-25 12:15:17 UTC (rev 4924) @@ -0,0 +1,2 @@ +CPack.GenericWelcome.txt +ReadMe.txt Added: trunk/packages/gofigure2/trunk/debian/rules =================================================================== --- trunk/packages/gofigure2/trunk/debian/rules (rev 0) +++ trunk/packages/gofigure2/trunk/debian/rules 2010-06-25 12:15:17 UTC (rev 4924) @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ Property changes on: trunk/packages/gofigure2/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: svn:mime-type + text/plain Added: svn:eol-style + native Added: trunk/packages/gofigure2/trunk/debian/source/format =================================================================== --- trunk/packages/gofigure2/trunk/debian/source/format (rev 0) +++ trunk/packages/gofigure2/trunk/debian/source/format 2010-06-25 12:15:17 UTC (rev 4924) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
