Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix wrapper script
· 30ee9bf2
Andreas Tille
authored
Sep 05, 2019
30ee9bf2
Upload to unstable
· 7b405cb4
Andreas Tille
authored
Sep 05, 2019
7b405cb4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7b405cb4
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 1
9
:37:34 +0200
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019
2
1:37:34 +0200
tifffile (20181128-1) unstable; urgency=medium
...
...
debian/tifffile.sh
View file @
7b405cb4
#!/usr/bin/
env
python
#!/usr/bin/python
3
import sys
import tifffile
...
...