r36619 - in /packages/vmtk/trunk/debian: ./ TODO changelog compat control copyright libvmtk0.9.lintian-overrides python-vmtk.lintian-overrides rules source/ source/format vmtk.1 watch
prudhomm at users.alioth.debian.org
prudhomm at users.alioth.debian.org
Fri Jun 4 11:02:07 UTC 2010
Author: prudhomm
Date: Fri Jun 4 11:01:59 2010
New Revision: 36619
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36619
Log:
[svn-inject] Applying Debian modifications (0.9~bzr276-1) to trunk
Added:
packages/vmtk/trunk/debian/ (with props)
packages/vmtk/trunk/debian/TODO
packages/vmtk/trunk/debian/changelog
packages/vmtk/trunk/debian/compat
packages/vmtk/trunk/debian/control
packages/vmtk/trunk/debian/copyright
packages/vmtk/trunk/debian/libvmtk0.9.lintian-overrides
packages/vmtk/trunk/debian/python-vmtk.lintian-overrides
packages/vmtk/trunk/debian/rules (with props)
packages/vmtk/trunk/debian/source/
packages/vmtk/trunk/debian/source/format
packages/vmtk/trunk/debian/vmtk.1
packages/vmtk/trunk/debian/watch
Propchange: packages/vmtk/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/vmtk/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/TODO?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/TODO (added)
+++ packages/vmtk/trunk/debian/TODO Fri Jun 4 11:01:59 2010
@@ -1,0 +1,7 @@
+
+TODO List for vmtk Debian Package
+--------------------------------
+
+To Do:
+
+- Build docs from source package
Added: packages/vmtk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/changelog?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/changelog (added)
+++ packages/vmtk/trunk/debian/changelog Fri Jun 4 11:01:59 2010
@@ -1,0 +1,5 @@
+vmtk (0.9~bzr276-1) unstable; urgency=low
+
+ * Initial release (Closes: #584222)
+
+ -- Johannes Ring <johannr at simula.no> Thu, 03 Jun 2010 19:11:14 +0200
Added: packages/vmtk/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/compat?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/compat (added)
+++ packages/vmtk/trunk/debian/compat Fri Jun 4 11:01:59 2010
@@ -1,0 +1,1 @@
+7
Added: packages/vmtk/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/control?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/control (added)
+++ packages/vmtk/trunk/debian/control Fri Jun 4 11:01:59 2010
@@ -1,0 +1,69 @@
+Source: vmtk
+Homepage: http://www.vmtk.org
+Section: non-free/science
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Johannes Ring <johannr at simula.no>
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), cmake,
+ python-support (>= 0.6.4), python-dev, libvtk5-dev, python-vtk,
+ libinsighttoolkit3-dev | libinsighttoolkit-dev, libjpeg62-dev, libtiff4-dev,
+ libfreetype6-dev, libxext-dev, libpng12-dev, libexpat1-dev, uuid-dev,
+ libgdcm2-dev, libopenjpeg-dev, libssl-dev
+XS-Python-Version: 2.5
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/vmtk/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/
+
+Package: libvmtk0.9
+Section: non-free/libs
+Architecture: any
+Conflicts: libvmtk0.7, libvmtk0.8
+Replaces: libvmtk0.7, libvmtk0.8
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libvmtk-dev
+Description: runtime libraries for vmtk
+ The Vascular Modeling Toolkit is a collection of libraries and tools for
+ 3D reconstruction, geometric analysis, mesh generation and surface data
+ analysis for image-based modeling of blood vessels.
+ .
+ This package contains the shared runtime libraries.
+
+Package: python-vmtk
+Section: non-free/python
+Architecture: any
+Conflicts: python-vmtk0
+Replaces: python-vmtk0
+Provides: python-vmtk0
+Depends: libvmtk0.9 (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Python interface for vmtk
+ The Vascular Modeling Toolkit is a collection of libraries and tools for
+ 3D reconstruction, geometric analysis, mesh generation and surface data
+ analysis for image-based modeling of blood vessels.
+ .
+ This package provides the Python interface for vmtk.
+
+Package: libvmtk-dev
+Section: non-free/libdevel
+Architecture: any
+Conflicts: libvmtk0-dev
+Replaces: libvmtk0-dev
+Provides: libvmtk0-dev
+Depends: libvmtk0.9 (= ${binary:Version}), ${misc:Depends}
+Description: shared links and header files for vmtk
+ The Vascular Modeling Toolkit is a collection of libraries and tools for
+ 3D reconstruction, geometric analysis, mesh generation and surface data
+ analysis for image-based modeling of blood vessels.
+ .
+ This package contains header files and shared library links.
+
+Package: vmtk
+Architecture: all
+Conflicts: vmtk0-bin
+Replaces: vmtk0-bin
+Provides: vmtk0-bin
+Depends: python, python-tk, python-vmtk (>= ${source:Version}), ${misc:Depends}
+Description: the Vascular Modeling Toolkit
+ The Vascular Modeling Toolkit is a collection of libraries and tools for
+ 3D reconstruction, geometric analysis, mesh generation and surface data
+ analysis for image-based modeling of blood vessels.
Added: packages/vmtk/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/copyright?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/copyright (added)
+++ packages/vmtk/trunk/debian/copyright Fri Jun 4 11:01:59 2010
@@ -1,0 +1,456 @@
+This package was first debianized by Johannes Ring <johannr at simula.no> on
+Mon, 26 May 2008 15:58:49 +0200.
+
+It was downloaded from http://www.vmtk.org
+
+Upstream Authors:
+
+ Luca Antiga <antiga at marionegri.it>
+ David Steinman <steinman at mie.utoronto.ca>
+
+Copyright:
+
+ Copyright © 2004-2009 Luca Antiga
+ Copyright © 2004-2009 David Steinman
+
+License:
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted under the terms of the BSD License.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+
+On Debian systems, the complete text of the BSD License can be
+found in `/usr/share/common-licenses/BSD'.
+
+Disclaimer:
+
+ This package is not part of the main Debian GNU/Linux
+ distribution, but uploaded to the non-free section. This is because
+ it includes non-free software (Tetgen).
+
+The Debian packaging is © 2008-2010, Johannes Ring <johannr at simula.no>
+and is licensed under the GPL version 2 or later, see
+`/usr/share/common-licenses/GPL-2'.
+
+Files or directories which have a different copyright/license attached:
+
+Files: vtkVmtk/Utilities/OpenNL/nl.h
+ vtkVmtk/Utilities/OpenNL/nl_single_file.c
+Copyright: © 2004-2010, Bruno Levy <levy at loria.fr>
+License: BSD
+
+Files: vtkVmtk/Utilities/tetgen1.4.3/predicates.cxx
+Copyright: © 1996 Jonathan Richard Shewchuk <jrs at cs.cmu.edu>
+License: Placed in the public domain
+
+Files: vtkVmtk/Utilities/tetgen1.4.3/tetgen.h
+ vtkVmtk/Utilities/tetgen1.4.3/tetgen.cxx
+Copyright: © 2002-2009, Hang Si <si at wias-berlin.de>
+License: Modified MIT
+
+Files: vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilter2DFF.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterSS.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterFF.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKArchetypeImageSeriesScalarReader.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKArchetypeImageSeriesReader.cxx
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterFUL.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageWriter.cxx
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKUtility.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterUSUL.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKArchetypeImageSeriesReader.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITK.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKWin32Header.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKArchetypeImageSeriesScalarReader.cxx
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilter.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageWriter.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterULUL.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterF3F3.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterUSUS.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterF2F.h
+Copyright: © Brigham and Women's Hospital (BWH)
+License: BSD style
+
+Files: vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterSF.h
+ vtkVmtk/Utilities/vtkvmtkITK/vtkvmtkITKImageToImageFilterSUL.h
+Copyright: © Insight Software Consortium
+License: BSD
+
+
+OpenNL license
+--------------
+
+Copyright (c) 2004-2010, Bruno Levy
+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 ALICE Project-Team 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 HOLDER 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 INSIGHT TOOLKIT (ITK) LICENSE
+---------------------------------
+
+Copyright (c) 1999-2003 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.
+
+
+THE VISUALIZATION TOOLKIT (VTK) LICENSE
+---------------------------------------
+
+Copyright (c) 1993-2006 Ken Martin, Will Schroeder, Bill Lorensen
+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 name of Ken Martin, Will Schroeder, or Bill Lorensen nor the names
+ of any 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 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.
+
+
+TetGen License
+--------------
+
+The software (TetGen) is licensed under the terms of the MIT license
+with the following exceptions:
+
+Distribution of modified versions of this code is permissible UNDER
+THE CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE TO IT IN THE
+SAME SOURCE FILES tetgen.h AND tetgen.cxx REMAIN UNDER COPYRIGHT OF
+THE ORIGINAL AUTHOR, BOTH SOURCE AND OBJECT CODE ARE MADE FREELY
+AVAILABLE WITHOUT CHARGE, AND CLEAR NOTICE IS GIVEN OF THE
+MODIFICATIONS.
+
+Distribution of this code for any commercial purpose is permissible
+ONLY BY DIRECT ARRANGEMENT WITH THE COPYRIGHT OWNER.
+
+The full license text is reproduced below.
+
+This means that TetGen is no free software, but for private, research,
+and educational purposes it can be used at absolutely no cost and
+without further arrangements.
+
+
+For details, see http://tetgen.berlios.de
+
+=======================================================================
+
+TetGen
+A Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator
+Version 1.4 (Released on January 14, 2006).
+
+Copyright 2002, 2004, 2005, 2006
+Hang Si
+Rathausstr. 9, 10178 Berlin, Germany
+si at wias-berlin.de
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+Distribution of modified versions of this code is permissible UNDER
+THE CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE TO IT IN THE
+SAME SOURCE FILES tetgen.h AND tetgen.cxx REMAIN UNDER COPYRIGHT OF
+THE ORIGINAL AUTHOR, BOTH SOURCE AND OBJECT CODE ARE MADE FREELY
+AVAILABLE WITHOUT CHARGE, AND CLEAR NOTICE IS GIVEN OF THE
+MODIFICATIONS.
+
+Distribution of this code for any commercial purpose is permissible
+ONLY BY DIRECT ARRANGEMENT WITH THE COPYRIGHT OWNER.
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+======================================================================
+
+
+3D Slicer license
+-----------------
+
+For more information, please see:
+ http://www.slicer.org
+and
+ http://wiki.na-mic.org/Wiki/index.php/Slicer3
+
+The 3D Slicer license below is a BSD style license, with extensions
+to cover contributions and other issues specific to 3D Slicer.
+
+
+3D Slicer Contribution and Software License Agreement ("Agreement")
+Version 1.0 (December 20, 2005)
+
+This Agreement covers contributions to and downloads from the 3D
+Slicer project ("Slicer") maintained by The Brigham and Women's
+Hospital, Inc. ("Brigham"). Part A of this Agreement applies to
+contributions of software and/or data to Slicer (including making
+revisions of or additions to code and/or data already in Slicer). Part
+B of this Agreement applies to downloads of software and/or data from
+Slicer. Part C of this Agreement applies to all transactions with
+Slicer. If you distribute Software (as defined below) downloaded from
+Slicer, all of the paragraphs of Part B of this Agreement must be
+included with and apply to such Software.
+
+Your contribution of software and/or data to Slicer (including prior
+to the date of the first publication of this Agreement, each a
+"Contribution") and/or downloading, copying, modifying, displaying,
+distributing or use of any software and/or data from Slicer
+(collectively, the "Software") constitutes acceptance of all of the
+terms and conditions of this Agreement. If you do not agree to such
+terms and conditions, you have no right to contribute your
+Contribution, or to download, copy, modify, display, distribute or use
+the Software.
+
+PART A. CONTRIBUTION AGREEMENT - License to Brigham with Right to
+Sublicense ("Contribution Agreement").
+
+1. As used in this Contribution Agreement, "you" means the individual
+ contributing the Contribution to Slicer and the institution or
+ entity which employs or is otherwise affiliated with such
+ individual in connection with such Contribution.
+
+2. This Contribution Agreement applies to all Contributions made to
+ Slicer, including without limitation Contributions made prior to
+ the date of first publication of this Agreement. If at any time you
+ make a Contribution to Slicer, you represent that (i) you are
+ legally authorized and entitled to make such Contribution and to
+ grant all licenses granted in this Contribution Agreement with
+ respect to such Contribution; (ii) if your Contribution includes
+ any patient data, all such data is de-identified in accordance with
+ U.S. confidentiality and security laws and requirements, including
+ but not limited to the Health Insurance Portability and
+ Accountability Act (HIPAA) and its regulations, and your disclosure
+ of such data for the purposes contemplated by this Agreement is
+ properly authorized and in compliance with all applicable laws and
+ regulations; and (iii) you have preserved in the Contribution all
+ applicable attributions, copyright notices and licenses for any
+ third party software or data included in the Contribution.
+
+3. Except for the licenses granted in this Agreement, you reserve all
+ right, title and interest in your Contribution.
+
+4. You hereby grant to Brigham, with the right to sublicense, a
+ perpetual, worldwide, non-exclusive, no charge, royalty-free,
+ irrevocable license to use, reproduce, make derivative works of,
+ display and distribute the Contribution. If your Contribution is
+ protected by patent, you hereby grant to Brigham, with the right to
+ sublicense, a perpetual, worldwide, non-exclusive, no-charge,
+ royalty-free, irrevocable license under your interest in patent
+ rights covering the Contribution, to make, have made, use, sell and
+ otherwise transfer your Contribution, alone or in combination with
+ any other code.
+
+5. You acknowledge and agree that Brigham may incorporate your
+ Contribution into Slicer and may make Slicer available to members
+ of the public on an open source basis under terms substantially in
+ accordance with the Software License set forth in Part B of this
+ Agreement. You further acknowledge and agree that Brigham shall
+ have no liability arising in connection with claims resulting from
+ your breach of any of the terms of this Agreement.
+
+6. YOU WARRANT THAT TO THE BEST OF YOUR KNOWLEDGE YOUR CONTRIBUTION
+ DOES NOT CONTAIN ANY CODE THAT REQURES OR PRESCRIBES AN "OPEN
+ SOURCE LICENSE" FOR DERIVATIVE WORKS (by way of non-limiting
+ example, the GNU General Public License or other so-called
+ "reciprocal" license that requires any derived work to be licensed
+ under the GNU General Public License or other "open source
+ license").
+
+PART B. DOWNLOADING AGREEMENT - License from Brigham with Right to
+Sublicense ("Software License").
+
+1. As used in this Software License, "you" means the individual
+ downloading and/or using, reproducing, modifying, displaying and/or
+ distributing the Software and the institution or entity which
+ employs or is otherwise affiliated with such individual in
+ connection therewith. The Brigham and Women?s Hospital,
+ Inc. ("Brigham") hereby grants you, with right to sublicense, with
+ respect to Brigham's rights in the software, and data, if any,
+ which is the subject of this Software License (collectively, the
+ "Software"), a royalty-free, non-exclusive license to use,
+ reproduce, make derivative works of, display and distribute the
+ Software, provided that:
+
+(a) you accept and adhere to all of the terms and conditions of this
+Software License;
+
+(b) in connection with any copy of or sublicense of all or any portion
+of the Software, all of the terms and conditions in this Software
+License shall appear in and shall apply to such copy and such
+sublicense, including without limitation all source and executable
+forms and on any user documentation, prefaced with the following
+words: "All or portions of this licensed product (such portions are
+the "Software") have been obtained under license from The Brigham and
+Women's Hospital, Inc. and are subject to the following terms and
+conditions:"
+
+(c) you preserve and maintain all applicable attributions, copyright
+notices and licenses included in or applicable to the Software;
+
+(d) modified versions of the Software must be clearly identified and
+marked as such, and must not be misrepresented as being the original
+Software; and
+
+(e) you consider making, but are under no obligation to make, the
+source code of any of your modifications to the Software freely
+available to others on an open source basis.
+
+2. The license granted in this Software License includes without
+ limitation the right to (i) incorporate the Software into
+ proprietary programs (subject to any restrictions applicable to
+ such programs), (ii) add your own copyright statement to your
+ modifications of the Software, and (iii) provide additional or
+ different license terms and conditions in your sublicenses of
+ modifications of the Software; provided that in each case your use,
+ reproduction or distribution of such modifications otherwise
+ complies with the conditions stated in this Software License.
+
+3. This Software License does not grant any rights with respect to
+ third party software, except those rights that Brigham has been
+ authorized by a third party to grant to you, and accordingly you
+ are solely responsible for (i) obtaining any permissions from third
+ parties that you need to use, reproduce, make derivative works of,
+ display and distribute the Software, and (ii) informing your
+ sublicensees, including without limitation your end-users, of their
+ obligations to secure any such required permissions.
+
+4. The Software has been designed for research purposes only and has
+ not been reviewed or approved by the Food and Drug Administration
+ or by any other agency. YOU ACKNOWLEDGE AND AGREE THAT CLINICAL
+ APPLICATIONS ARE NEITHER RECOMMENDED NOR ADVISED. Any
+ commercialization of the Software is at the sole risk of the party
+ or parties engaged in such commercialization. You further agree to
+ use, reproduce, make derivative works of, display and distribute
+ the Software in compliance with all applicable governmental laws,
+ regulations and orders, including without limitation those relating
+ to export and import control.
+
+5. The Software is provided "AS IS" and neither Brigham nor any
+ contributor to the software (each a "Contributor") shall have any
+ obligation to provide maintenance, support, updates, enhancements
+ or modifications thereto. BRIGHAM AND ALL CONTRIBUTORS SPECIFICALLY
+ DISCLAIM ALL EXPRESS AND IMPLIED WARRANTIES OF ANY KIND INCLUDING,
+ BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR
+ A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
+ BRIGHAM OR ANY CONTRIBUTOR BE LIABLE TO ANY PARTY FOR DIRECT,
+ INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY ARISING IN ANY WAY
+ RELATED TO THE SOFTWARE, EVEN IF BRIGHAM OR ANY CONTRIBUTOR HAS
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. TO THE MAXIMUM
+ EXTENT NOT PROHIBITED BY LAW OR REGULATION, YOU FURTHER ASSUME ALL
+ LIABILITY FOR YOUR USE, REPRODUCTION, MAKING OF DERIVATIVE WORKS,
+ DISPLAY, LICENSE OR DISTRIBUTION OF THE SOFTWARE AND AGREE TO
+ INDEMNIFY AND HOLD HARMLESS BRIGHAM AND ALL CONTRIBUTORS FROM AND
+ AGAINST ANY AND ALL CLAIMS, SUITS, ACTIONS, DEMANDS AND JUDGMENTS
+ ARISING THEREFROM.
+
+6. None of the names, logos or trademarks of Brigham or any of
+ Brigham's affiliates or any of the Contributors, or any funding
+ agency, may be used to endorse or promote products produced in
+ whole or in part by operation of the Software or derived from or
+ based on the Software without specific prior written permission
+ from the applicable party.
+
+7. Any use, reproduction or distribution of the Software which is not
+ in accordance with this Software License shall automatically revoke
+ all rights granted to you under this Software License and render
+ Paragraphs 1 and 2 of this Software License null and void.
+
+8. This Software License does not grant any rights in or to any
+ intellectual property owned by Brigham or any Contributor except
+ those rights expressly granted hereunder.
+
+PART C. MISCELLANEOUS
+
+This Agreement shall be governed by and construed in accordance with
+the laws of The Commonwealth of Massachusetts without regard to
+principles of conflicts of law. This Agreement shall supercede and
+replace any license terms that you may have agreed to previously with
+respect to Slicer.
Added: packages/vmtk/trunk/debian/libvmtk0.9.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/libvmtk0.9.lintian-overrides?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/libvmtk0.9.lintian-overrides (added)
+++ packages/vmtk/trunk/debian/libvmtk0.9.lintian-overrides Fri Jun 4 11:01:59 2010
@@ -1,0 +1,1 @@
+libvmtk0.9: package-name-doesnt-match-sonames libvtkvmtkCommon0.9 libvtkvmtkComputationalGeometry0.9 libvtkvmtkDifferentialGeometry0.9 libvtkvmtkIO0.9 libvtkvmtkITK0.9 libvtkvmtkMisc0.9 libvtkvmtkSegmentation0.9
Added: packages/vmtk/trunk/debian/python-vmtk.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/python-vmtk.lintian-overrides?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/python-vmtk.lintian-overrides (added)
+++ packages/vmtk/trunk/debian/python-vmtk.lintian-overrides Fri Jun 4 11:01:59 2010
@@ -1,0 +1,8 @@
+python-vmtk: package-name-doesnt-match-sonames libvtkvmtkCommonPythonD0.9 libvtkvmtkComputationalGeometryPythonD0.9 libvtkvmtkDifferentialGeometryPythonD0.9 libvtkvmtkIOPythonD0.9 libvtkvmtkITKPythonD0.9 libvtkvmtkMiscPythonD0.9 libvtkvmtkSegmentationPythonD0.9
+python-vmtk: non-dev-pkg-with-shlib-symlink usr/lib/libvtkvmtkCommonPythonD.so.0.9.0 usr/lib/libvtkvmtkCommonPythonD.so
+python-vmtk: non-dev-pkg-with-shlib-symlink usr/lib/libvtkvmtkITKPythonD.so.0.9.0 usr/lib/libvtkvmtkITKPythonD.so
+python-vmtk: non-dev-pkg-with-shlib-symlink usr/lib/libvtkvmtkMiscPythonD.so.0.9.0 usr/lib/libvtkvmtkMiscPythonD.so
+python-vmtk: non-dev-pkg-with-shlib-symlink usr/lib/libvtkvmtkIOPythonD.so.0.9.0 usr/lib/libvtkvmtkIOPythonD.so
+python-vmtk: non-dev-pkg-with-shlib-symlink usr/lib/libvtkvmtkComputationalGeometryPythonD.so.0.9.0 usr/lib/libvtkvmtkComputationalGeometryPythonD.so
+python-vmtk: non-dev-pkg-with-shlib-symlink usr/lib/libvtkvmtkDifferentialGeometryPythonD.so.0.9.0 usr/lib/libvtkvmtkDifferentialGeometryPythonD.so
+python-vmtk: non-dev-pkg-with-shlib-symlink usr/lib/libvtkvmtkSegmentationPythonD.so.0.9.0 usr/lib/libvtkvmtkSegmentationPythonD.so
Added: packages/vmtk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/rules?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/rules (added)
+++ packages/vmtk/trunk/debian/rules Fri Jun 4 11:01:59 2010
@@ -1,0 +1,67 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/cmake.mk
+
+PYVER = $(shell pyversions -dv)
+
+CFLAGS=-g -Wall -fPIC
+CXXFLAGS=-g -Wall -fPIC
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -O0
+CXXFLAGS += -O0
+else
+CFLAGS += -O2
+CXXFLAGS += -O2
+endif
+
+DEB_CMAKE_EXTRA_FLAGS= \
+ -D VMTK_MINIMAL_INSTALL:BOOL=ON \
+ -D VMTK_WITH_LIBRARY_VERSION:BOOL=ON \
+ -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
+ -D BUILD_SHARED_LIBS:BOOL=ON \
+ -D CMAKE_SKIP_RPATH:BOOL=ON \
+ -D VTK_DIR:PATH=/usr/lib/vtk-5.2 \
+ -D ITK_DIR:PATH=/usr/lib/InsightToolkit \
+ -D GDCM_DIR:PATH=/usr/lib/gdcm-2.0 \
+ -D VTK_VMTK_WRAP_PYTHON:BOOL=ON \
+ -D VTK_VMTK_WRAP_TCL:BOOL=OFF \
+ -D VTK_VMTK_BUILD_TETGEN:BOOL=ON \
+ -D BUILD_DOCUMENTATION:BOOL=OFF \
+ -D CMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
+ -D CMAKE_INSTALL_PREFIX:PATH=/usr \
+ ..
+
+install/libvmtk0.9::
+ dh_install -p$(cdbs_curpkg) \
+ `find debian/tmp/usr/lib/vmtk/ -name "lib*.so.*" | grep -v -E "(Python|TCL)"` usr/lib
+
+install/libvmtk-dev::
+ dh_install -p$(cdbs_curpkg) debian/tmp/usr/include/vmtk usr/include
+ dh_install -p$(cdbs_curpkg) \
+ `find debian/tmp/usr/lib/vmtk/ -name "lib*.so" | grep -v -E "(Python|TCL)"` usr/lib
+
+install/python-vmtk::
+ dh_install -p$(cdbs_curpkg) debian/tmp/usr/lib/vmtk/*PythonD.* usr/lib
+ if [ $(PYVER) = "2.6" ]; then \
+ dh_install -p$(cdbs_curpkg) -X.pyc \
+ debian/tmp/usr/lib/vmtk/vmtk usr/lib/python$(PYVER)/dist-packages; \
+ else \
+ dh_install -p$(cdbs_curpkg) -X.pyc \
+ debian/tmp/usr/lib/vmtk/vmtk usr/lib/python$(PYVER)/site-packages; \
+ fi
+ dh_pysupport -p$(cdbs_curpkg)
+
+install/vmtk::
+ dh_install -p$(cdbs_curpkg) debian/tmp/usr/bin/vmtk usr/bin
+ dh_installman -p$(cdbs_curpkg) debian/vmtk.1
+
+USCAN_DESTDIR := $(CURDIR)
+REVISION := $(shell echo $(DEB_UPSTREAM_VERSION) | cut -d'r' -f2)
+
+get-orig-source:
+ bzr branch lp:vmtk-packaging vmtk-$(DEB_UPSTREAM_VERSION)
+ tar czf $(CURDIR)/vmtk_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
+ vmtk-$(DEB_UPSTREAM_VERSION) --exclude .bzr
+ rm -rf $(CURDIR)/vmtk-$(DEB_UPSTREAM_VERSION)
Propchange: packages/vmtk/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/vmtk/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/source/format?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/source/format (added)
+++ packages/vmtk/trunk/debian/source/format Fri Jun 4 11:01:59 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: packages/vmtk/trunk/debian/vmtk.1
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/vmtk.1?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/vmtk.1 (added)
+++ packages/vmtk/trunk/debian/vmtk.1 Fri Jun 4 11:01:59 2010
@@ -1,0 +1,27 @@
+.TH VMTK "1" "June 2010" "vmtk"
+
+.SH NAME
+vmtk \- run vmtk scripts
+.SH SYNOPSIS
+.TP
+vmtk [ \fB\-\-ui pad|console\fR ]
+start in interactive mode
+.TP
+vmtk [ \fIPYPE\fR ]
+execute the pype \fIPYPE\fR
+.TP
+vmtk [ \fB\-\-file\fR \fIFILE\fR ]
+execute the content of file \fIFILE\fR
+
+.SH DESCRIPTION
+This manual page documents briefly the
+.B vmtk
+command.
+Better info can be found at
+http://www.vmtk.org
+
+.SH AUTHORS
+Luca Antiga and David Steinman
+
+This manual page was written by Johannes Ring <johannr at simula.no> for
+the Debian GNU/Linux system (but may be used by others).
Added: packages/vmtk/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/watch?rev=36619&op=file
==============================================================================
--- packages/vmtk/trunk/debian/watch (added)
+++ packages/vmtk/trunk/debian/watch Fri Jun 4 11:01:59 2010
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/vmtk/vmtk-(.+)\.tar\.gz
More information about the debian-science-commits
mailing list