Author: tille Date: 2015-11-08 21:54:03 +0000 (Sun, 08 Nov 2015) New Revision: 20442
Modified: trunk/packages/tifffile/trunk/debian/changelog trunk/packages/tifffile/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/tifffile/trunk/debian/changelog =================================================================== --- trunk/packages/tifffile/trunk/debian/changelog 2015-11-08 21:41:39 UTC (rev 20441) +++ trunk/packages/tifffile/trunk/debian/changelog 2015-11-08 21:54:03 UTC (rev 20442) @@ -2,6 +2,7 @@ * New upstream version * Add myself to Uploaders + * cme fix dpkg-control -- Andreas Tille <[email protected]> Sun, 08 Nov 2015 22:40:19 +0100 Modified: trunk/packages/tifffile/trunk/debian/control =================================================================== --- trunk/packages/tifffile/trunk/debian/control 2015-11-08 21:41:39 UTC (rev 20441) +++ trunk/packages/tifffile/trunk/debian/control 2015-11-08 21:54:03 UTC (rev 20442) @@ -1,23 +1,28 @@ Source: tifffile -Priority: optional -Section: python Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Mathieu Malaterre <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-numpy (>= 1:1.7.1) +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + python-all-dev, + python-numpy (>= 1:1.7.1) +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/tifffile/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/tifffile/trunk/ +Homepage: http://www.lfd.uci.edu/~gohlke/ X-Python-Version: >= 2.6 -Standards-Version: 3.9.5 -Homepage: http://www.lfd.uci.edu/~gohlke/ -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/tifffile/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/tifffile/trunk/ Package: python-tifffile Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-importlib +Depends: ${python:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, + python-importlib Recommends: python-matplotlib (>= 1.3) +Conflicts: tifffile Provides: ${python:Provides} Replaces: tifffile -Conflicts: tifffile Description: Read and write image data from and to TIFF files Image and meta-data can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM, NIH, ImageJ, MicroManager, FluoView, SEQ and GEL files. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
