Author: malat-guest Date: 2011-03-17 10:11:01 +0000 (Thu, 17 Mar 2011) New Revision: 6278
Modified: trunk/packages/gofigure2/trunk/debian/copyright trunk/packages/gofigure2/trunk/debian/rules Log: Fix copyright Modified: trunk/packages/gofigure2/trunk/debian/copyright =================================================================== --- trunk/packages/gofigure2/trunk/debian/copyright 2011-03-17 08:27:06 UTC (rev 6277) +++ trunk/packages/gofigure2/trunk/debian/copyright 2011-03-17 10:11:01 UTC (rev 6278) @@ -57,6 +57,37 @@ 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). @@ -190,7 +221,7 @@ Files: debian/* Copyright: 2011; Mathieu Malaterre <[email protected]> -License: BSD +License: Apache 2.0 License: Apache 2.0 On Debian GNU/Linux system you can find the complete text of the @@ -199,7 +230,3 @@ 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'. - -License: BSD - On Debian GNU/Linux system you can find the complete text of the - BSD license in '/usr/share/common-licenses/BSD'. Modified: trunk/packages/gofigure2/trunk/debian/rules =================================================================== --- trunk/packages/gofigure2/trunk/debian/rules 2011-03-17 08:27:06 UTC (rev 6277) +++ trunk/packages/gofigure2/trunk/debian/rules 2011-03-17 10:11:01 UTC (rev 6278) @@ -7,7 +7,11 @@ dh --parallel $@ override_dh_auto_configure: - dh_auto_configure -- -DGOFIGURE2_INSTALL_LIB_DIR:STRING=lib -DCMAKE_BUILD_TYPE:STRING=Release + #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: uscan --verbose --force-download --repack --rename _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
