Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Build-Depends: python3-setuptools
· f4d88a40
Andreas Tille
authored
Dec 01, 2018
f4d88a40
s/dh_numpy/dh_numpy3/
· 7fa1163c
Andreas Tille
authored
Dec 01, 2018
7fa1163c
Drop explicit python3 dependency
· 4b34154f
Andreas Tille
authored
Dec 01, 2018
4b34154f
Drop ancient X-Python-Version field
· 03b44b80
Andreas Tille
authored
Dec 01, 2018
03b44b80
Upload to unstable
· 128a5470
Andreas Tille
authored
Dec 01, 2018
128a5470
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
128a5470
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
:4
7
+0100
-- Andreas Tille <tille@debian.org> Sat, 01 Dec 2018 07:
52
:4
3
+0100
tifffile (20170929-1) unstable; urgency=medium
...
...
debian/control
View file @
128a5470
...
...
@@ -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}
...
...
debian/rules
View file @
128a5470
...
...
@@ -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_numpy
3
install -D -m0755 $(CURDIR)/debian/tifffile.sh $(CURDIR)/debian/tifffile/usr/bin/tifffile
override_dh_installman:
...
...