Skip to content
Commits on Source (2)
tifffile (20181128-2) UNRELEASED; urgency=medium
tifffile (20181128-2) unstable; urgency=medium
* debhelper-compat 12
* Standards-Version: 4.4.0
* Use secure URI in Homepage field.
* Fix wrapper script
Closes: #939511, #938668
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 19:37:34 +0200
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 21:37:34 +0200
tifffile (20181128-1) unstable; urgency=medium
......
#!/usr/bin/env python
#!/usr/bin/python3
import sys
import tifffile
......