[med-svn] [oiffile] 02/07: Finish up oiffile

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 1220feab7884e0b411efe130afb60cb963711e51
Author: Mathieu Malaterre <malat at debian.org>
Date:   Sun Jan 20 16:53:11 2013 +0000

    Finish up oiffile
---
 debian/patches/series        |  1 -
 debian/patches/setuppy.patch | 23 +++++++++--------------
 debian/rules                 |  9 ---------
 3 files changed, 9 insertions(+), 24 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index be65756..4b9f521 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 setuppy.patch
-new
diff --git a/debian/patches/setuppy.patch b/debian/patches/setuppy.patch
index 0d2e053..e69faa1 100644
--- a/debian/patches/setuppy.patch
+++ b/debian/patches/setuppy.patch
@@ -1,28 +1,23 @@
-Index: tifffile-20130118/setup.py
+Index: oiffile-20130118/setup.py
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ tifffile-20130118/setup.py	2013-01-20 16:54:05.050851246 +0100
-@@ -0,0 +1,23 @@
-+"""A Python script to build the _tifffile extension module.
++++ oiffile-20130118/setup.py	2013-01-20 17:52:01.318927838 +0100
+@@ -0,0 +1,18 @@
++"""A Python script to build the oiffile extension module.
 +
 +Usage:: ``python setup.py build_ext --inplace``
 +
 +"""
 +
-+from distutils.core import setup, Extension
++from distutils.core import setup
 +import numpy
 +
-+setup(name='_tifffile',
++setup(name='oiffile',
 +    version="2013.01.18",
-+    description="Reads image and meta-data from many bio-scientific formats such as plain TIFF, BigTIFF, OME-TIFF, STK, LSM, NIH, ImageJ, GEL, and FluoView files",
-+    keywords="tiff,stk,lsm",
++    description="Reads image and meta-data from Olympus(r) OIF and OIB microscopy files, and also converts from OIB to OIF.",
++    keywords="oif,oib",
 +    author="Christoph Gohlke",
 +    url="http://www.lfd.uci.edu/~gohlke/",
 +    license="BSD",
-+    py_modules=['tifffile'],
-+    ext_modules=[
-+      Extension(
-+        '_tifffile', ['tifffile.c'],
-+        include_dirs=[numpy.get_include()]
-+        )],
++    py_modules=['oiffile'],
 +)
diff --git a/debian/rules b/debian/rules
index c8964aa..0eb69e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,5 @@
 %:
 	dh $@ --with python2
 
-override_dh_install:
-	install -D -m0755 $(CURDIR)/debian/oiffile.sh $(CURDIR)/debian/oiffile/usr/bin/oiffile
-
-override_dh_installman:
-	dh_installman debian/oiffile.1
-
-debian/oiffile.1: debian/oiffile.1.in
-	help2man --include=debian/oiffile.1.in --output=debian/oiffile.1 --no-info 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