Author: malat-guest Date: 2011-11-14 22:00:27 +0000 (Mon, 14 Nov 2011) New Revision: 8565
Added: trunk/packages/pylibtiff/trunk/debian/patches/removeextralicense.patch Modified: trunk/packages/pylibtiff/trunk/debian/copyright trunk/packages/pylibtiff/trunk/debian/patches/series Log: fix lintian Modified: trunk/packages/pylibtiff/trunk/debian/copyright =================================================================== --- trunk/packages/pylibtiff/trunk/debian/copyright 2011-11-14 21:56:07 UTC (rev 8564) +++ trunk/packages/pylibtiff/trunk/debian/copyright 2011-11-14 22:00:27 UTC (rev 8565) @@ -1,14 +1,36 @@ Format: http://dep.debian.net/deps/dep5/ -Upstream-Name: tifffile -Source: http://www.lfd.uci.edu/~gohlke/ +Upstream-Name: pylibtiff +Source: http://code.google.com/p/pylibtiff/ Files: * -Copyright: © C 2008-2011, The Regents of the University of California - Produced by the Laboratory for Fluorescence Dynamics. +Copyright: © 2009-2010 Pearu Peterson License: BSD - - Files: debian/* Copyright: © 2011 Mathieu Malaterre <[email protected]> License: BSD + +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + a. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + b. 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. + c. Neither the name of the PyLibTiff project 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 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. Added: trunk/packages/pylibtiff/trunk/debian/patches/removeextralicense.patch =================================================================== --- trunk/packages/pylibtiff/trunk/debian/patches/removeextralicense.patch (rev 0) +++ trunk/packages/pylibtiff/trunk/debian/patches/removeextralicense.patch 2011-11-14 22:00:27 UTC (rev 8565) @@ -0,0 +1,13 @@ +Index: pylibtiff-0.3.0~svn78/setup.py +=================================================================== +--- pylibtiff-0.3.0~svn78.orig/setup.py 2011-11-14 22:59:51.000000000 +0100 ++++ pylibtiff-0.3.0~svn78/setup.py 2011-11-14 23:00:12.000000000 +0100 +@@ -65,7 +65,7 @@ + config = Configuration(None,parent_package,top_path) + config.add_subpackage('libtiff') + config.get_version('libtiff/version.py') +- config.add_data_files(('libtiff','LICENSE')) ++ config.add_data_files(('libtiff')) + return config + + if __name__=='__main__': Modified: trunk/packages/pylibtiff/trunk/debian/patches/series =================================================================== --- trunk/packages/pylibtiff/trunk/debian/patches/series 2011-11-14 21:56:07 UTC (rev 8564) +++ trunk/packages/pylibtiff/trunk/debian/patches/series 2011-11-14 22:00:27 UTC (rev 8565) @@ -1 +1,2 @@ +removeextralicense.patch bitarray.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
