Author: malat Date: 2012-04-22 08:20:32 +0000 (Sun, 22 Apr 2012) New Revision: 10496
Modified: trunk/packages/tifffile/trunk/debian/changelog trunk/packages/tifffile/trunk/debian/patches/setuppy.patch trunk/packages/tifffile/trunk/debian/rules trunk/packages/tifffile/trunk/debian/tifffile.1 trunk/packages/tifffile/trunk/debian/tifffile.1.in Log: prepare next upload Modified: trunk/packages/tifffile/trunk/debian/changelog =================================================================== --- trunk/packages/tifffile/trunk/debian/changelog 2012-04-22 07:33:03 UTC (rev 10495) +++ trunk/packages/tifffile/trunk/debian/changelog 2012-04-22 08:20:32 UTC (rev 10496) @@ -1,10 +1,18 @@ -tifffile (20120223-2) UNRELEASED; urgency=low +tifffile (20120421-1) unstable; urgency=low + * New upstream * Remove DMUA flag * Change to my @d.o alias - -- Mathieu Malaterre <[email protected]> Fri, 30 Mar 2012 17:00:46 +0200 + -- Mathieu Malaterre <[email protected]> Sun, 22 Apr 2012 10:03:28 +0200 +tifffile (20120308-1) unstable; urgency=low + + * New upstream + - Add support for StructuredAnnotations in OME/TIFF. + + -- Mathieu Malaterre <[email protected]> Wed, 21 Mar 2012 22:03:57 +0100 + tifffile (20120223-1) unstable; urgency=low * New upstream Modified: trunk/packages/tifffile/trunk/debian/patches/setuppy.patch =================================================================== --- trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2012-04-22 07:33:03 UTC (rev 10495) +++ trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2012-04-22 08:20:32 UTC (rev 10496) @@ -13,7 +13,7 @@ +import numpy + +setup(name='_tifffile', -+ version="2011.11.12", ++ version="2012.04.21", + description="Read image and meta-data from TIFF, STK, LSM, OME-TIFF, and FluoView files", + keywords="tiff,stk,lsm", + author="Christoph Gohlke", Modified: trunk/packages/tifffile/trunk/debian/rules =================================================================== --- trunk/packages/tifffile/trunk/debian/rules 2012-04-22 07:33:03 UTC (rev 10495) +++ trunk/packages/tifffile/trunk/debian/rules 2012-04-22 08:20:32 UTC (rev 10496) @@ -9,9 +9,6 @@ %: dh $@ --with python2 -override_dh_auto_clean: - # FIXME problem with setup.py/numpy - override_dh_install: dh_install tifffile usr/bin dh_numpy Modified: trunk/packages/tifffile/trunk/debian/tifffile.1 =================================================================== --- trunk/packages/tifffile/trunk/debian/tifffile.1 2012-04-22 07:33:03 UTC (rev 10495) +++ trunk/packages/tifffile/trunk/debian/tifffile.1 2012-04-22 08:20:32 UTC (rev 10496) @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH TIFFFILE "1" "January 2012" "tifffile 2012.01.01" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.7. +.TH TIFFFILE "1" "April 2012" "tifffile 2012.04.21" "User Commands" .SH NAME tifffile \- Read image and meta-data from TIFF, STK, LSM, OME-TIFF, and FluoView files. .SH SYNOPSIS Modified: trunk/packages/tifffile/trunk/debian/tifffile.1.in =================================================================== --- trunk/packages/tifffile/trunk/debian/tifffile.1.in 2012-04-22 07:33:03 UTC (rev 10495) +++ trunk/packages/tifffile/trunk/debian/tifffile.1.in 2012-04-22 08:20:32 UTC (rev 10496) @@ -19,7 +19,7 @@ Christoph Gohlke <http://www.lfd.uci.edu/~gohlke Laboratory for Fluorescence Dynamics, University of California, Irvine -This manual page was written by Mathieu Malaterre <[email protected]> for +This manual page was written by Mathieu Malaterre <[email protected]> for the Debian GNU/Linux system, but may be used by others. [SEE ALSO] _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
