Author: promayon-guest Date: 2013-01-08 17:05:35 +0000 (Tue, 08 Jan 2013) New Revision: 12747
Modified: trunk/packages/camitk/trunk/debian/changelog trunk/packages/camitk/trunk/debian/copyright trunk/packages/camitk/trunk/debian/watch Log: New upstream release, hope to close the (first) three bugs Modified: trunk/packages/camitk/trunk/debian/changelog =================================================================== --- trunk/packages/camitk/trunk/debian/changelog 2013-01-07 23:58:35 UTC (rev 12746) +++ trunk/packages/camitk/trunk/debian/changelog 2013-01-08 17:05:35 UTC (rev 12747) @@ -1,3 +1,12 @@ +camitk (3.0.3-1) unstable; urgency=low + + * New upstream. + - Remove non-free tetgen from source. Closes: #689951 + - Adding -fPIC when available to fix FTBFS on armhf and mipsel. Closes: #690830 + * Fix typo in d/control. Closes: #689021 + + -- Emmanuel Promayon <[email protected]> Tue, 08 Jan 2013 17:42:19 +0100 + camitk (3.0.2-1) unstable; urgency=low * Initial release (Closes: #682109) Modified: trunk/packages/camitk/trunk/debian/copyright =================================================================== --- trunk/packages/camitk/trunk/debian/copyright 2013-01-07 23:58:35 UTC (rev 12746) +++ trunk/packages/camitk/trunk/debian/copyright 2013-01-08 17:05:35 UTC (rev 12747) @@ -20,14 +20,6 @@ License: BSD Comment: see original sources at http://qt.gitorious.org/qt-solutions/qt-solutions/trees/master/qtpropertybrowser -Files: actions/mesh/meshprocessing/tetgen1.4.3/* -Copyright: © Copyright 2002, 2004, 2005, 2006 - Hang Si - Rathausstr. 9, 10178 Berlin, Germany - [email protected] -License: MIT -Comment: downloaded from http://tetgen.org/files/tetgen1.4.3.tar.gz, no modifications (two files are not distributed here: example.poly and makefile) - Files: tools/mml/schema/generated/* Copyright: © 2005-2008 Code Synthesis Tools CC License: GPL-2+exception @@ -112,33 +104,3 @@ in the file ‘/usr/share/common-licenses/LGPL-3’, and the GNU GPL license version 3 is included in the file ‘/usr/share/common-licenses/GPL-3’. -License: MIT - 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. - Modified: trunk/packages/camitk/trunk/debian/watch =================================================================== --- trunk/packages/camitk/trunk/debian/watch 2013-01-07 23:58:35 UTC (rev 12746) +++ trunk/packages/camitk/trunk/debian/watch 2013-01-08 17:05:35 UTC (rev 12747) @@ -1,3 +1,3 @@ version=3 http://camitk.imag.fr/download_source.xml \ - https://forge.imag.fr/frs/download.php/[\d]+/camitk-([\d.]+)\.tar\.gz + https://forge.imag.fr/frs/download.php/[\d]+/camitk-([\d.]+)-Source\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
