[med-svn] r12838 - trunk/packages/oiffile/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Thu Jan 24 17:18:38 UTC 2013
Author: malat
Date: 2013-01-24 17:18:37 +0000 (Thu, 24 Jan 2013)
New Revision: 12838
Modified:
trunk/packages/oiffile/trunk/debian/changelog
trunk/packages/oiffile/trunk/debian/control
trunk/packages/oiffile/trunk/debian/copyright
trunk/packages/oiffile/trunk/debian/rules
Log:
Prepare upload
Modified: trunk/packages/oiffile/trunk/debian/changelog
===================================================================
--- trunk/packages/oiffile/trunk/debian/changelog 2013-01-24 17:10:45 UTC (rev 12837)
+++ trunk/packages/oiffile/trunk/debian/changelog 2013-01-24 17:18:37 UTC (rev 12838)
@@ -1,5 +1,5 @@
oiffile (20130118-1) unstable; urgency=low
- * Initial Debian Upload (Closes: #)
+ * Initial Debian Upload
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Sun, 13 Nov 2011 19:41:37 +0100
+ -- Mathieu Malaterre <malat at debian.org> Thu, 24 Jan 2013 18:16:59 +0100
Modified: trunk/packages/oiffile/trunk/debian/control
===================================================================
--- trunk/packages/oiffile/trunk/debian/control 2013-01-24 17:10:45 UTC (rev 12837)
+++ trunk/packages/oiffile/trunk/debian/control 2013-01-24 17:18:37 UTC (rev 12838)
@@ -12,16 +12,13 @@
Package: oiffile
Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-tifffile
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
- losslessly compressed 1-32 bit integer as well as 32 and 64-bit float images,
- which are commonly used in scientific imaging.
- .
- This tool is implemented to support TIFF with custom extensions, namely:
- * STK (MetaMorph)
- * LSM (Carl Zeiss MicroImaging)
- .
- Currently only primary info records are read for STK, FluoView, and NIH image
- formats.
+Description: Read Olympus(r) image files, OIF and OIB
+ The Olympus Image Format is the native file format of the Olympus FluoView(tm)
+ software for confocal microscopy.
+ OIF (Olympus Image File) is a multi-file format that includes a main setting
+ file (.oif) and a associated directory with data and setting files (.tif,
+ .bmp, .txt, .pyt, .roi, and .lut).
+ OIB (Olympus Image Binary) is a compound document file, storing OIF and
+ associated files within a single file.
Modified: trunk/packages/oiffile/trunk/debian/copyright
===================================================================
--- trunk/packages/oiffile/trunk/debian/copyright 2013-01-24 17:10:45 UTC (rev 12837)
+++ trunk/packages/oiffile/trunk/debian/copyright 2013-01-24 17:18:37 UTC (rev 12838)
@@ -1,10 +1,10 @@
Format: http://dep.debian.net/deps/dep5/
-Upstream-Name: tifffile
+Upstream-Name: oiffile
Source: http://www.lfd.uci.edu/~gohlke/
Files: *
-Copyright: © 2008-2011, Christoph Gohlke,
- © 2008-2011, The Regents of the University of California
+Copyright: © 2012-2013, Christoph Gohlke,
+ © 2012-2013, The Regents of the University of California
Produced by the Laboratory for Fluorescence Dynamics.
License: BSD
Redistribution and use in source and binary forms, with or without
@@ -32,6 +32,6 @@
POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
-Copyright: © 2011 Mathieu Malaterre <malat at debian.org>
+Copyright: © 2013 Mathieu Malaterre <malat at debian.org>
License: BSD
Same as above
Modified: trunk/packages/oiffile/trunk/debian/rules
===================================================================
--- trunk/packages/oiffile/trunk/debian/rules 2013-01-24 17:10:45 UTC (rev 12837)
+++ trunk/packages/oiffile/trunk/debian/rules 2013-01-24 17:18:37 UTC (rev 12838)
@@ -3,5 +3,8 @@
%:
dh $@ --with python2
+override_dh_install:
+ install -D -m0755 $(CURDIR)/debian/oiffile.sh $(CURDIR)/debian/oiffile/usr/bin/oiffile
+
get-orig-source:
./debian/get-orig-source
More information about the debian-med-commit
mailing list