Author: smr Date: 2010-12-25 02:36:26 +0000 (Sat, 25 Dec 2010) New Revision: 5623
Added: trunk/packages/elastix/trunk/debian/manpages Modified: trunk/packages/elastix/trunk/debian/control trunk/packages/elastix/trunk/debian/copyright Log: Update Standards-Version to 3.9.1. Insert full license text rather than referring to common-licenses/BSD. Install manpages. Modified: trunk/packages/elastix/trunk/debian/control =================================================================== --- trunk/packages/elastix/trunk/debian/control 2010-12-24 23:42:25 UTC (rev 5622) +++ trunk/packages/elastix/trunk/debian/control 2010-12-25 02:36:26 UTC (rev 5623) @@ -5,7 +5,7 @@ Maintainer: Debian-Med Packaging Team <[email protected]> Uploaders: Steve M. Robbins <[email protected]> Build-Depends: quilt, debhelper (>= 8), cmake, libinsighttoolkit3-dev (>= 3.20.0-5), doxygen -Standards-Version: 3.7.3 +Standards-Version: 3.9.1 Package: elastix Section: science Modified: trunk/packages/elastix/trunk/debian/copyright =================================================================== --- trunk/packages/elastix/trunk/debian/copyright 2010-12-24 23:42:25 UTC (rev 5622) +++ trunk/packages/elastix/trunk/debian/copyright 2010-12-25 02:36:26 UTC (rev 5623) @@ -13,11 +13,37 @@ under contract to the Image Sciences Institute, University Medical Center Utrecht, The Netherlands. + Elastix is distributed under the new and simplified BSD license approved by the Open Source Initiative (OSI) -[http://www.opensource.org/licenses/bsd-license.php]. This license -may be found in file /usr/share/common-licenses/BSD. +[http://www.opensource.org/licenses/bsd-license.php]: +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 University Medical Center Utrecht 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 software is partially derived from the Insight Segmentation and Registration Toolkit (ITK), which is also distributed under the new and simplified BSD licence. The ITK is required by Elastix for @@ -28,6 +54,7 @@ distributed under the GNU Lesser Public Licence v2.1. This license may be found in file /usr/share/common-licenses/LGPL-2.1. + In the Debian package of elastix, ANN is statically linked. Clause 3 of the LGPL is hereby invoked to re-license ANN under the GNU Public License, v2 (see /usr/share/common-licenses/GPL-2). The elastix Added: trunk/packages/elastix/trunk/debian/manpages =================================================================== --- trunk/packages/elastix/trunk/debian/manpages (rev 0) +++ trunk/packages/elastix/trunk/debian/manpages 2010-12-25 02:36:26 UTC (rev 5623) @@ -0,0 +1,2 @@ +debian/elastix.1 +debian/transformix.1 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
