[med-svn] [oiffile] 03/07: Prepare upload
Andreas Tille
tille at debian.org
Tue Dec 26 19:38:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository oiffile.
commit 076e7718f171c7d067c3c4da800abae50dfa6a25
Author: Mathieu Malaterre <malat at debian.org>
Date: Thu Jan 24 17:18:37 2013 +0000
Prepare upload
---
debian/changelog | 4 ++--
debian/control | 21 +++++++++------------
debian/copyright | 8 ++++----
debian/rules | 3 +++
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5e52f1..de928f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index b4a6227..2417887 100644
--- a/debian/control
+++ b/debian/control
@@ -12,16 +12,13 @@ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/oiffile/trunk/
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.
diff --git a/debian/copyright b/debian/copyright
index c477209..01fb039 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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 @@ License: BSD
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
diff --git a/debian/rules b/debian/rules
index 0eb69e4..71d6099 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/oiffile.git
More information about the debian-med-commit
mailing list