Author: malat-guest Date: 2011-03-10 09:03:15 +0000 (Thu, 10 Mar 2011) New Revision: 6227
Modified: trunk/packages/mummy/debian/README.Debian trunk/packages/mummy/debian/copyright Log: Integrate suggestions from Andreas. Modified: trunk/packages/mummy/debian/README.Debian =================================================================== --- trunk/packages/mummy/debian/README.Debian 2011-03-10 08:55:29 UTC (rev 6226) +++ trunk/packages/mummy/debian/README.Debian 2011-03-10 09:03:15 UTC (rev 6227) @@ -1,10 +1,11 @@ mummy for Debian ---------------- -For packaging mummy I had to copy as convenient library CableSwig. See the debian/get-orig-source.sh -script to see how source code was generated. +For packaging mummy I had to copy as convenient library CableSwig. Internally the build system +would try to grab cableswig from its CVS repository directly (which is not allowed on buildd). +See the debian/get-orig-source.sh script to see how source code was generated. This package does not provide .pc files, instead it provides *.cmake files. Those -files are use by packages such as Activiz.NET to use the Kitware.mummy.Runtime library. +files are used by packages such as Activiz.NET to use the Kitware.mummy.Runtime library. -- Mathieu Malaterre <[email protected]> Wed, 16 Feb 2011 16:35:52 +0100 Modified: trunk/packages/mummy/debian/copyright =================================================================== --- trunk/packages/mummy/debian/copyright 2011-03-10 08:55:29 UTC (rev 6226) +++ trunk/packages/mummy/debian/copyright 2011-03-10 09:03:15 UTC (rev 6227) @@ -1,76 +1,40 @@ -This work was packaged for Debian by: +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: xslthl +Maintainer: Mathieu Malaterre +Source: http://www.kitware.com/products/avdownload.php - Mathieu Malaterre <[email protected]> on Wed, 16 Feb 2011 16:35:52 +0100 - -It was downloaded from: - - http://www.kitware.com/products/avdownload.php - -Upstream Author(s): - - <[email protected]> - -Copyright: - - <Copyright (C) 2006-2011 Kitware Inc.> - +Files: * +Copyright: 2006-2011 Kitware Inc. License: + 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 Kitware, Inc. 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. - 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 Kitware, Inc. 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. +Files: debian/* +Copyright: 2011; Mathieu Malaterre <[email protected]> +License: BSD - -The Debian packaging is: - - Copyright (C) 2011 Mathieu Malaterre <[email protected]> - -and is licensed under the BSD license: - -Copyright (c) The Regents of the University of California. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. 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. -3. Neither the name of the 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 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. +License: BSD + On Debian GNU/Linux system you can find the complete text of the + BSD license in '/usr/share/common-licenses/BSD'. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
