Skip to content
Commits on Source (2)
pylibtiff (0.4.2-4) unstable; urgency=medium
* debian/control:
- fix dependency version for libtiff5 (fixes autopkgtest)
-- Antonio Valentino <antonio.valentino@tiscali.it> Mon, 31 Dec 2018 19:08:18 +0000
pylibtiff (0.4.2-3) unstable; urgency=medium
[ Antonio Valentino ]
* debain/patchesi:
* debain/patches:
- new 0006-Robust-definition-list-generation.patch.
The patch avoids permission errors when the definition list is
generated at runtime. The definition list is no longer written to
......
......@@ -22,7 +22,7 @@ Homepage: https://github.com/pearu/pylibtiff
Package: python-libtiff
Architecture: any
Depends: libtiff5 (>= 4.0.10) | libtiff-dev,
Depends: libtiff5 (>= 4.0.9) | libtiff-dev,
python-bitarray,
${python:Depends},
${shlibs:Depends},
......@@ -54,7 +54,7 @@ Description: wrapper to the libtiff library to Python using ctypes
Package: python3-libtiff
Architecture: any
Depends: libtiff5 (>= 4.0.10) | libtiff-dev,
Depends: libtiff5 (>= 4.0.9) | libtiff-dev,
python3-bitarray,
${python3:Depends},
${shlibs:Depends},
......