Andreas Tille pushed to branch master at Debian Med / tifffile


Commits:
f5568a97 by Ole Streicher at 2020-05-12T14:15:10+02:00
Rename binary package to python3-tifffile

- - - - -
a05af2b7 by Ole Streicher at 2020-05-12T14:16:23+02:00
Don't install local script

A script is already installed for all entry points by dh-python

- - - - -
efac9aa3 by Ole Streicher at 2020-05-12T14:16:38+02:00
Push compat to 13

- - - - -
1476b770 by Ole Streicher at 2020-05-12T14:17:06+02:00
Push Standards-Version to 4.5.0. No changes needed

- - - - -
605148a5 by Ole Streicher at 2020-05-12T14:19:05+02:00
Don't install lsm2bin

- - - - -
0cc8bb7b by Ole Streicher at 2020-05-12T14:20:02+02:00
Put myself on uploaders list

- - - - -
319692b4 by Andreas Tille at 2020-05-14T12:08:32+00:00
Merge branch 'python3-change' into 'master'

Rename binary package to python3-tifffile

See merge request med-team/tifffile!1
- - - - -


5 changed files:

- debian/control
- + debian/patches/Don-t-install-lsm2bin.patch
- + debian/patches/series
- debian/rules
- − debian/tifffile.sh


Changes:

=====================================
debian/control
=====================================
@@ -1,27 +1,28 @@
 Source: tifffile
 Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Andreas Tille <[email protected]>
+Uploaders: Andreas Tille <[email protected]>,
+           Ole Streicher <[email protected]>
 Section: python
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all-dev,
                python3-setuptools,
                python3-numpy
-Standards-Version: 4.4.1
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/tifffile
 Vcs-Git: https://salsa.debian.org/med-team/tifffile.git
 Homepage: https://www.lfd.uci.edu/~gohlke/
 
-Package: tifffile
+Package: python3-tifffile
 Architecture: any
 Depends: ${python3:Depends},
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: python3-matplotlib
-Conflicts: python-tifffile
-Provides: ${python3:Provides}
-Replaces: python-tifffile
+Conflicts: python-tifffile, tifffile
+Provides: ${python3:Provides}, tifffile
+Replaces: python-tifffile, 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/patches/Don-t-install-lsm2bin.patch
=====================================
@@ -0,0 +1,21 @@
+From: Ole Streicher <[email protected]>
+Date: Tue, 12 May 2020 14:18:07 +0200
+Subject: Don't install lsm2bin
+
+This seems not an end-user script, and we don't have a manpage for it
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index e6eb150..c2aa05a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -59,7 +59,6 @@ setup(
+     entry_points={
+         'console_scripts': [
+             'tifffile = tifffile:main',
+-            'lsm2bin = tifffile.lsm2bin:main'
+             ]},
+     platforms=['any'],
+     classifiers=[


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+Don-t-install-lsm2bin.patch


=====================================
debian/rules
=====================================
@@ -14,7 +14,6 @@ export LC_ALL=C.UTF-8
 
 override_dh_install:
        dh_numpy3
-       install -D -m0755 $(CURDIR)/debian/tifffile.sh 
$(CURDIR)/debian/tifffile/usr/bin/tifffile
 
 override_dh_installman:
        dh_installman debian/tifffile.1


=====================================
debian/tifffile.sh deleted
=====================================
@@ -1,7 +0,0 @@
-#!/usr/bin/python3
-
-import sys
-import tifffile
-
-if __name__ == "__main__":
-    sys.exit(tifffile.main())



View it on GitLab: 
https://salsa.debian.org/med-team/tifffile/-/compare/7665c3572163414026301b9a4947061d7d4ae743...319692b439e8fb15498280f496ae00f902ebaf78

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/tifffile/-/compare/7665c3572163414026301b9a4947061d7d4ae743...319692b439e8fb15498280f496ae00f902ebaf78
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to