Author: malat-guest Date: 2011-11-13 21:58:41 +0000 (Sun, 13 Nov 2011) New Revision: 8551
Added: trunk/packages/pylibtiff/ trunk/packages/pylibtiff/trunk/ Removed: trunk/packages/pylibtiff/trunk/ trunk/packages/pylibtiff/trunk/debian/patches/ Modified: trunk/packages/pylibtiff/trunk/debian/changelog trunk/packages/pylibtiff/trunk/debian/control trunk/packages/pylibtiff/trunk/debian/copyright Log: first pass Modified: trunk/packages/pylibtiff/trunk/debian/changelog =================================================================== --- trunk/packages/tifffile/trunk/debian/changelog 2011-11-13 18:45:33 UTC (rev 8550) +++ trunk/packages/pylibtiff/trunk/debian/changelog 2011-11-13 21:58:41 UTC (rev 8551) @@ -1,4 +1,4 @@ -tifffile (20111112-1) unstable; urgency=low +pylibtiff (20111112-1) unstable; urgency=low * Initial Debian Upload (Closes: #) Modified: trunk/packages/pylibtiff/trunk/debian/control =================================================================== --- trunk/packages/tifffile/trunk/debian/control 2011-11-13 18:45:33 UTC (rev 8550) +++ trunk/packages/pylibtiff/trunk/debian/control 2011-11-13 21:58:41 UTC (rev 8551) @@ -1,20 +1,17 @@ -Source: tifffile +Source: pylibtiff Priority: optional Section: python Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Mathieu Malaterre <[email protected]> -Build-Depends: debhelper (>= 8), python-dev (>= 2.6.6-3~), python-numpy +Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy Standards-Version: 3.9.2 -Homepage: http://www.lfd.uci.edu/~gohlke/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tifffile/trunk/ -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/tifffile/trunk/ +Homepage: http://code.google.com/p/pylibtiff/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/pylibtiff/trunk/ +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/pylibtiff/trunk/ Package: tifffile -Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-matplotlib, python-tk +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} Provides: ${python:Provides} -Description: Reads image & metadata from TIFF, STK, LSM, OME-TIFF and FluoView files. - Various scientific formats are supported, such as uncompressed or losslessly - compressed integer images of any bit size, 32 and 64-bit floating point images, - Carl Zeiss LSM files, and MetaMorph(r) STK stacks. +Description: tiff Modified: trunk/packages/pylibtiff/trunk/debian/copyright =================================================================== --- trunk/packages/tifffile/trunk/debian/copyright 2011-11-13 18:45:33 UTC (rev 8550) +++ trunk/packages/pylibtiff/trunk/debian/copyright 2011-11-13 21:58:41 UTC (rev 8551) @@ -7,30 +7,6 @@ Produced by the Laboratory for Fluorescence Dynamics. 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: - . - * 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 the copyright holders 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 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: debian/* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
