Author: malat-guest Date: 2011-09-02 16:32:07 +0000 (Fri, 02 Sep 2011) New Revision: 7630
Added: trunk/packages/volview/ trunk/packages/volview/trunk/ trunk/packages/volview/trunk/debian/ trunk/packages/volview/trunk/debian/README.Debian trunk/packages/volview/trunk/debian/changelog trunk/packages/volview/trunk/debian/compat trunk/packages/volview/trunk/debian/control trunk/packages/volview/trunk/debian/copyright trunk/packages/volview/trunk/debian/docs trunk/packages/volview/trunk/debian/get-orig-source trunk/packages/volview/trunk/debian/libgofigure-dev.install trunk/packages/volview/trunk/debian/libgofigure0.install trunk/packages/volview/trunk/debian/libgofigure0.lintian-overrides trunk/packages/volview/trunk/debian/patches/ trunk/packages/volview/trunk/debian/patches/series trunk/packages/volview/trunk/debian/rules trunk/packages/volview/trunk/debian/source/ trunk/packages/volview/trunk/debian/source/format trunk/packages/volview/trunk/debian/volview.1 trunk/packages/volview/trunk/debian/volview.desktop trunk/packages/volview/trunk/debian/volview.install trunk/packages/volview/trunk/debian/volview.xml trunk/packages/volview/trunk/debian/volview.xpm trunk/packages/volview/trunk/debian/watch Log: First pass at volview Added: trunk/packages/volview/trunk/debian/README.Debian =================================================================== --- trunk/packages/volview/trunk/debian/README.Debian (rev 0) +++ trunk/packages/volview/trunk/debian/README.Debian 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,8 @@ +GoFigure2 for Debian +------------------- + +As of release 0.8.2 GoFigure2 requires that mysql be installed locally. See bug #634921 + +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634921#17 + + -- Mathieu Malaterre <[email protected]> Mon, 29 Aug 2011 15:19:23 +0200 Added: trunk/packages/volview/trunk/debian/changelog =================================================================== --- trunk/packages/volview/trunk/debian/changelog (rev 0) +++ trunk/packages/volview/trunk/debian/changelog 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,5 @@ +volview (3.4-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + + -- Mathieu Malaterre <[email protected]> Fri, 02 Sep 2011 18:01:20 +0200 Added: trunk/packages/volview/trunk/debian/compat =================================================================== --- trunk/packages/volview/trunk/debian/compat (rev 0) +++ trunk/packages/volview/trunk/debian/compat 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1 @@ +8 Added: trunk/packages/volview/trunk/debian/control =================================================================== --- trunk/packages/volview/trunk/debian/control (rev 0) +++ trunk/packages/volview/trunk/debian/control 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,56 @@ +Source: gofigure2 +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) +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/ + +Package: gofigure2 +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; + * 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. + +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/copyright =================================================================== --- trunk/packages/volview/trunk/debian/copyright (rev 0) +++ trunk/packages/volview/trunk/debian/copyright 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,232 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: gofigure2 +Maintainer: Mathieu Malaterre +Source: http://gofigure2.sourceforge.net/ + +Files: * +Copyright: © 2009-10, President and Fellows of Harvard College. +License: BSD + 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. + +Files: Resources/fig/system-quit.png + Resources/fig/UseDatabase.png + Resources/fig/EyeIcon.png +Copyright: © Crystal Project +Source: http://everaldo.com/crystal/ +License: LGPL-2.1 + +Files: Resources/fig/ContourEditing.png + Resources/fig/manual-editing.png + Resources/fig/MeshEditing.png + Resources/fig/document-open.png + Resources/fig/zoom.png +Copyright: © Nuvola +Source: http://www.icon-king.com/projects/nuvola/ +License: LGPL-2.1 + +Files: Resources/fig/video.png +Copyright: © Oxygen Project (http://www.oxygen-icons.org/) +Source: http://www.icon-king.com/projects/oxygen/ +License: LGPL-2.1 + +Files: Code/ExternalCode/MegaVTK/vtkItk/* + Code/ExternalCode/itkQt/* + Code/Filters/itk* +Copyright: © Insight Software Consortium. All rights reserved. +License: BSD + 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. + + * The name of the Insight Software Consortium, or the names of any + consortium members, or of any contributors, may not be used to endorse or + promote products derived from this software without specific prior written + permission. + + * Modified source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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. + +Files: Code/ExternalCode/MegaVTK/vtkRenderingAddOn/* +Copyright: © 2006-2010 INRIA - ASCLEPIOS Project (http://www-sop.inria.fr/asclepios). +Source: http://www-sop.inria.fr/asclepios/software/vtkINRIA3D/ +License: BSD + 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 INRIA or ASCLEPIOS, nor the names of any contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + * Modified source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 AUTHORS 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. + + +Files: Code/ExternalCode/PoissonReconstruction/* +Copyright: © 2006-10, Michael Kazhdan and Matthew Bolitho, Johns Hopkins University. +License: BSD + 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 Johns Hopkins University 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. + + This code has been modified and wrapped to VTK. + Here is the corresponding license: + + Authors: David Doria at Rensselaer Polytechnic Institute and + Arnaud Gelas at Harvard Medical School + + Copyright (c) 2010, David Doria at Rensselaer Polytechnic Institute and + Arnaud Gelas at Harvard Medical School, + 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 Rensselaer Polytechnic Institute and of Harvard + Medical School 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. + + +Files: Code/ExternalCode/vtkLSM/* +Copyright: © 2004-2008 BioImageXD Development Team +License: BSD + 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. + + * Modified source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 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 AUTHORS 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. + +Files: Code/ExternalCode/ctk/* +Copyright: © Kitware Inc. +License: Apache 2.0 + +Files: debian/* +Copyright: 2011; Mathieu Malaterre <[email protected]> +License: Apache 2.0 + +License: Apache 2.0 + On Debian GNU/Linux system you can find the complete text of the + Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. + +License: LGPL-2.1 + On Debian GNU/Linux system you can find the complete text of the + LGPL license in '/usr/share/common-licenses/LGPL-2.1'. Added: trunk/packages/volview/trunk/debian/docs =================================================================== --- trunk/packages/volview/trunk/debian/docs (rev 0) +++ trunk/packages/volview/trunk/debian/docs 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1 @@ +ReadMe.txt Added: trunk/packages/volview/trunk/debian/get-orig-source =================================================================== --- trunk/packages/volview/trunk/debian/get-orig-source (rev 0) +++ trunk/packages/volview/trunk/debian/get-orig-source 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,47 @@ +#!/bin/sh +set -ex + +PACKAGE=volview + +VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'` + +REVISION=`echo $VERSION | sed -e 's/^.*svn//g'` +FOLDER=${PACKAGE}-${VERSION} + +TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz + +wget -c http://www.kitware.com/VolView/files/VolViewSrc.tar.gz + +tar xfz VolViewSrc.tar.gz + +# remove binaries: +rm VolViewSrc/VolViewLibraries/Utilities/HtmlHelp/htmlhelp.lib +rm VolViewSrc/VolViewApplications/Kitware/VolView/Testing/MouseRecorder/SelfPlayingScripts/*.exe +# remove original .doc file (keep the pdf) +rm VolViewSrc/VolViewApplications/Kitware/VolView/Documentation/*.doc + +# remove convenient libraries: +rm -rf VolViewSrc/VolViewExternalLibraries/Insight/ +rm -rf VolViewSrc/VolViewExternalLibraries/KWWidgets/ +# VTK 5.1 ? +rm -rf VolViewSrc/VolViewExternalLibraries/VTK/ +rm -rf VolViewSrc/VolViewLibraries/VTKEdge +rm -rf VolViewSrc/VolViewLibraries/Utilities/cmtar +rm -rf VolViewSrc/VolViewLibraries/Utilities/Curl +rm -rf VolViewSrc/VolViewLibraries/Utilities/ffmpeg +# GDCM 1.2.5 (?) +rm -rf VolViewSrc/VolViewLibraries/Utilities/gdcm +# TclTk 8.5 +rm -rf VolViewSrc/VolViewLibraries/Utilities/TclTk + +# TODO: +#rm -rf VolViewSrc/VolViewExternalLibraries/LesionSizingKit/ +# rm -rf VolViewSrc/VolViewLibraries/Utilities/ctnlib + +mv VolViewSrc ${FOLDER} + +GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER} +rm -rf ${FOLDER} + +# Note original tarball is 167936 kb +# Generated tarbal is down to 10164 kb Property changes on: trunk/packages/volview/trunk/debian/get-orig-source ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/volview/trunk/debian/libgofigure-dev.install =================================================================== --- trunk/packages/volview/trunk/debian/libgofigure-dev.install (rev 0) +++ trunk/packages/volview/trunk/debian/libgofigure-dev.install 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,3 @@ +usr/lib/lib*.so +usr/include/gofigure2/*.h +usr/include/gofigure2/*.txx Added: trunk/packages/volview/trunk/debian/libgofigure0.install =================================================================== --- trunk/packages/volview/trunk/debian/libgofigure0.install (rev 0) +++ trunk/packages/volview/trunk/debian/libgofigure0.install 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1 @@ +usr/lib/lib*.so.* Added: trunk/packages/volview/trunk/debian/libgofigure0.lintian-overrides =================================================================== --- trunk/packages/volview/trunk/debian/libgofigure0.lintian-overrides (rev 0) +++ trunk/packages/volview/trunk/debian/libgofigure0.lintian-overrides 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1 @@ +libgofigure0: package-name-doesnt-match-sonames libPoissonReconstruction0.8 libQGoGui0.8 libQGoIO0.8 libctk0.8 libitkQt0.8 libvtkLSMReader0.8 libvtkRenderingAddOn2-0.8 Added: trunk/packages/volview/trunk/debian/patches/series =================================================================== Added: trunk/packages/volview/trunk/debian/rules =================================================================== --- trunk/packages/volview/trunk/debian/rules (rev 0) +++ trunk/packages/volview/trunk/debian/rules 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --parallel + +override_dh_auto_configure: + dh_auto_configure -- -DGOFIGURE2_INSTALL_LIB_DIR:STRING=lib -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) + ./debian/get-orig-source Property changes on: trunk/packages/volview/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/volview/trunk/debian/source/format =================================================================== --- trunk/packages/volview/trunk/debian/source/format (rev 0) +++ trunk/packages/volview/trunk/debian/source/format 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/volview/trunk/debian/volview.1 =================================================================== --- trunk/packages/volview/trunk/debian/volview.1 (rev 0) +++ trunk/packages/volview/trunk/debian/volview.1 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,23 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. +.TH GOFIGURE "1" "March 2011" "gofigure 0.8.1" "User Commands" +.SH NAME +gofigure \- gofigure2 +.SH DESCRIPTION +GoFigure2 version 0.8.1 +.PP +gofigure [options] +\fB\-\-i\fR input file (single file) +\fB\-\-help\fR list of all options +\fB\-\-version\fR get the version number +.SH "SEE ALSO" +The full documentation for +.B gofigure +is maintained as a Texinfo manual. If the +.B info +and +.B gofigure +programs are properly installed at your site, the command +.IP +.B info gofigure +.PP +should give you access to the complete manual. Added: trunk/packages/volview/trunk/debian/volview.desktop =================================================================== --- trunk/packages/volview/trunk/debian/volview.desktop (rev 0) +++ trunk/packages/volview/trunk/debian/volview.desktop 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=0.8.0 +Name=GoFigure2 Viewer +GenericName=Data Viewer +Comment=GoFigure allows viewing of bioimage data sets +Type=Application +Terminal=false +Icon=gofigure2 +MimeType=application/x-gofigure2; +Categories=Education;Math;Science; +Exec=gofigure Added: trunk/packages/volview/trunk/debian/volview.install =================================================================== --- trunk/packages/volview/trunk/debian/volview.install (rev 0) +++ trunk/packages/volview/trunk/debian/volview.install 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,7 @@ +debian/gofigure.1 usr/share/man/man1 +debian/gofigure2.xpm usr/share/pixmaps +debian/gofigure2.xml usr/share/mime/packages +debian/gofigure2.desktop usr/share/applications +usr/bin/gofigure +usr/share/doc/gofigure2/Licenses/ +usr/share/gofigure2/icons/ Added: trunk/packages/volview/trunk/debian/volview.xml =================================================================== --- trunk/packages/volview/trunk/debian/volview.xml (rev 0) +++ trunk/packages/volview/trunk/debian/volview.xml 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-gofigure2"> + <comment>GoFigure2 Document</comment> + <comment xml:lang="en_US">GoFigure2 Document</comment> + <glob pattern="*.meg" /> + </mime-type> +</mime-info> Added: trunk/packages/volview/trunk/debian/volview.xpm =================================================================== --- trunk/packages/volview/trunk/debian/volview.xpm (rev 0) +++ trunk/packages/volview/trunk/debian/volview.xpm 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,47 @@ +/* XPM */ +static char *gofigure2[] = { +/* columns rows colors chars-per-pixel */ +"32 32 9 1", +" c #800000", +". c #008000", +"X c #808000", +"o c #0000FF", +"O c #FF00FF", +"+ c #00FFFF", +"@ c #808080", +"# c #C0C0C0", +"$ c #FFFFFF", +/* pixels */ +" $$$$$$$$$$$$$$$$$$$$$$$$", +" $$$$$$$ $$$$$$$$$", +" @@@###$$$$$#@ $$$$$$$$$", +" $$$$$$$$$#X......XX.X#$$$$$$$$", +" $ $$@XXX.. [email protected].@$$$$$$$", +" $ $@XXXX$ X$$$$$$.O$$$$$$", +" $ @@@ #XXXX.$ XX $$$$@$$$$$$", +" $$$$$ @XXX.$XXX $$$$$#$$$$$", +" ##@@@ #X.@ XX @@@@$$$$$.+$$$$", +" $#.$X $ $$$$$$$$..#$$$$", +" $$$XX$$ $ $$$.@$$$$", +"$$$$$$$$$$oX $$ $ $$$..$$$$", +"$$$$$$$$$$O. $$ $$$$ $$$..$$$$", +"$$$$$$$$$.o.$$$$$$ $$$$..$$$$", +"$$$$$$$$$$..$$$$$$ $$$$$$.X$$$$", +"$$$$$$$$$$.#.$$.$$ $$$XX$$$$", +"$$$$$$$$$$$.@$$$$$ $..X@$$$$", +"$$$$$$$$$$$$...$$$$.$$$$$XX$$$$$", +"$$$$$$$$$$$$$$$#....$$$$.XXO$$$$", +"$$$$$$$$$$$$$$.$..#.$$$$.X@$$$$$", +"$$$$$$$$$$$$$$$$$$..$$$.XX#$$$$$", +"$$$$$$$$$$$$$$$$$$#.$$$.XX$$$$$$", +"$$$$$$$$$$$$$$$$$..$$$$XX@$$$$$$", +"$$$$$$$$$$$$$$$$$@$$$$.XX#$$$$$$", +"$$$$$$$$$$$$$$$.#.$$$$XXX$$$$$$$", +"$$$$$$$$$$$$$$$O.$$$$.XX$$$$$$$$", +"$$$$$$$$$$$$$$.@$$$$.XX@$$$$$$$$", +"$$$$$$$$o$$$$ @$$$$$XXXO$$$$$$$$", +"$$$$$$$@.@##@.$.$$$XXXo$$$$$$$$$", +"$$$$$$$#X..$$$$$$.XXX$$$$$$$$$$$", +"$$$$$$$$#..........@o$$$$$$$$$$$", +"[email protected]@O$$$$$$$$$$$$$" +}; Added: trunk/packages/volview/trunk/debian/watch =================================================================== --- trunk/packages/volview/trunk/debian/watch (rev 0) +++ trunk/packages/volview/trunk/debian/watch 2011-09-02 16:32:07 UTC (rev 7630) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/gofigure2/GoFigure2-v([\d\.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
