Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Test-Depends: python3
· f18f378d
Andreas Tille
authored
Jan 20, 2020
f18f378d
routine-update: Standards-Version: 4.4.1
· 18a24a7a
Andreas Tille
authored
Jan 20, 2020
18a24a7a
routine-update: Ready to upload to unstable
· 7665c357
Andreas Tille
authored
Jan 20, 2020
7665c357
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7665c357
tifffile (20181128-3)
UNRELEASED
; urgency=medium
tifffile (20181128-3)
unstable
; urgency=medium
* Drop python from test depends
Closes: #938668
* Test-Depends: python3
* Standards-Version: 4.4.1
-- Andreas Tille <tille@debian.org>
Thu, 05 Sep 2019 21:44:16
+0
2
00
-- Andreas Tille <tille@debian.org>
Mon, 20 Jan 2020 11:39:53
+0
1
00
tifffile (20181128-2) unstable; urgency=medium
...
...
debian/control
View file @
7665c357
...
...
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
python3-all-dev,
python3-setuptools,
python3-numpy
Standards-Version: 4.4.
0
Standards-Version: 4.4.
1
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/
...
...
debian/tests/control
View file @
7665c357
Tests: python-import
Depends: @, imagemagick
Depends: @, imagemagick
, python3
Restrictions: allow-stderr
debian/tests/python-import
View file @
7665c357
#!/usr/bin/
env
python3
#!/usr/bin/python3
# autopkgtest check: Try importing tiffile module
# Author: Sascha Steinbiss <satta@debian.org>
...
...