[med-svn] r12520 - trunk/packages/tifffile/trunk/debian

Mathieu Malaterre malat at alioth.debian.org
Thu Nov 8 14:19:22 UTC 2012


Author: malat
Date: 2012-11-08 14:19:22 +0000 (Thu, 08 Nov 2012)
New Revision: 12520

Modified:
   trunk/packages/tifffile/trunk/debian/changelog
   trunk/packages/tifffile/trunk/debian/control
Log:
Upload to exp

Modified: trunk/packages/tifffile/trunk/debian/changelog
===================================================================
--- trunk/packages/tifffile/trunk/debian/changelog	2012-11-08 14:18:46 UTC (rev 12519)
+++ trunk/packages/tifffile/trunk/debian/changelog	2012-11-08 14:19:22 UTC (rev 12520)
@@ -3,8 +3,10 @@
   * New upstream
     - Handle unpacking of RGB data
     - Fix issue with numpy/Python 3.x
+  * Move mathplotlib to Recommends since not required
+  * Make sure to use numpy >= 1.6.2
 
- -- Mathieu Malaterre <malat at debian.org>  Thu, 08 Nov 2012 15:06:30 +0100
+ -- Mathieu Malaterre <malat at debian.org>  Thu, 08 Nov 2012 15:11:47 +0100
 
 tifffile (20120421-1) unstable; urgency=low
 

Modified: trunk/packages/tifffile/trunk/debian/control
===================================================================
--- trunk/packages/tifffile/trunk/debian/control	2012-11-08 14:18:46 UTC (rev 12519)
+++ trunk/packages/tifffile/trunk/debian/control	2012-11-08 14:19:22 UTC (rev 12520)
@@ -3,7 +3,7 @@
 Section: python
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy
+Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-numpy (>= 1.6.2)
 Standards-Version: 3.9.3
 Homepage: http://www.lfd.uci.edu/~gohlke/
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/tifffile/trunk/
@@ -11,7 +11,8 @@
 
 Package: tifffile
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-matplotlib, python-tk
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-tk
+Recommends: python-matplotlib (>= 1.2)
 Provides: ${python:Provides}
 Description: read image and metadata from TIFF, STK, LSM, OME-TIFF and FluoView files
  Only a subset of the TIFF specification is supported, mainly uncompressed and




More information about the debian-med-commit mailing list