Skip to content
Commits on Source (5)
tifffile (20181128-1) UNRELEASED; urgency=medium
tifffile (20181128-1) unstable; urgency=medium
* New upstream version
* autopkgtest: Restrictions: allow-stderr
......@@ -14,8 +14,11 @@ tifffile (20181128-1) UNRELEASED; urgency=medium
Closes: #912661
* Standards-Version: 4.2.1
* Use --buildsystem=pybuild
* Build-Depends: python3-setuptools
* debian/rules: s/dh_numpy/dh_numpy3/
* Drop ancient X-Python-Version field
-- Andreas Tille <tille@debian.org> Sat, 01 Dec 2018 07:11:47 +0100
-- Andreas Tille <tille@debian.org> Sat, 01 Dec 2018 07:52:43 +0100
tifffile (20170929-1) unstable; urgency=medium
......
......@@ -6,19 +6,18 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
python3-all-dev,
python3-setuptools,
python3-numpy (>= 1:1.7.1)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/tifffile
Vcs-Git: https://salsa.debian.org/med-team/tifffile.git
Homepage: http://www.lfd.uci.edu/~gohlke/
X-Python-Version: >= 2.6
Package: tifffile
Architecture: any
Depends: ${python3:Depends},
${misc:Depends},
${shlibs:Depends},
python3
${shlibs:Depends}
Recommends: python3-matplotlib
Conflicts: python-tifffile
Provides: ${python3:Provides}
......
......@@ -7,11 +7,13 @@ export CFLAGS=-DMSB=0
endif
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export LC_ALL=C.UTF-8
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
dh_numpy
dh_numpy3
install -D -m0755 $(CURDIR)/debian/tifffile.sh $(CURDIR)/debian/tifffile/usr/bin/tifffile
override_dh_installman:
......