[med-svn] r8645 - trunk/packages/cellprofiler/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Nov 22 14:29:12 UTC 2011


Author: malat-guest
Date: 2011-11-22 14:29:12 +0000 (Tue, 22 Nov 2011)
New Revision: 8645

Modified:
   trunk/packages/cellprofiler/trunk/debian/control
   trunk/packages/cellprofiler/trunk/debian/copyright
   trunk/packages/cellprofiler/trunk/debian/get-orig-source
Log:
fix some copyright info

Modified: trunk/packages/cellprofiler/trunk/debian/control
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/control	2011-11-22 14:02:42 UTC (rev 8644)
+++ trunk/packages/cellprofiler/trunk/debian/control	2011-11-22 14:29:12 UTC (rev 8645)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: python-nose (>= 1.0), cython, python-mysqldb, python-numpy,
  python-scipy, python-setuptools, python-matplotlib, python-wxgtk2.8,
- python-decorator, python-dev (>= 2.6.6-3~), python-libtiff
+ python-decorator, python-dev (>= 2.6.6-3~), python-libtiff, tifffile
 Standards-Version: 3.9.2
 X-Python-Version: 2.7
 Homepage: http://cellprofiler.org

Modified: trunk/packages/cellprofiler/trunk/debian/copyright
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/copyright	2011-11-22 14:02:42 UTC (rev 8644)
+++ trunk/packages/cellprofiler/trunk/debian/copyright	2011-11-22 14:29:12 UTC (rev 8645)
@@ -39,6 +39,43 @@
  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+Files: contrib/asizeof.py
+Copyright: (c) 2002-2009 -- ProphICy Semiconductor, Inc.
+Licence: BSD
+ 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 ProphICy Semiconductor, Inc. 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.
+
+Files: contrib/objgraph.py
+Copyright: 2008 Marius Gedminas <marius at pov.lt>
+Licence: MIT
+
 Files: debian/*
 Copyright: © 2011 Mathieu Malaterre <mathieu.malaterre at gmail.com>
 License: BSD

Modified: trunk/packages/cellprofiler/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/cellprofiler/trunk/debian/get-orig-source	2011-11-22 14:02:42 UTC (rev 8644)
+++ trunk/packages/cellprofiler/trunk/debian/get-orig-source	2011-11-22 14:29:12 UTC (rev 8645)
@@ -31,6 +31,8 @@
 find ${FOLDER} -name *.jar -delete -o -name *.class -delete
 # remove Matlab v5 mat-file (little endian) version 0x0100
 find ${FOLDER} -name *.mat -delete
+# remove convenient copy of tifffile:
+rm ${FOLDER}/contrib/tifffile.py
 
 GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
 rm -rf ${FOLDER}




More information about the debian-med-commit mailing list