Skip to content
Commits on Source (3)
pylibtiff (0.4.2-5) unstable; urgency=medium
* debian/control:
- always depend on libtiff-dev
* Set compat to 12.
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 02 Jan 2019 17:58:42 +0000
pylibtiff (0.4.2-4) unstable; urgency=medium
* debian/control:
......
......@@ -4,7 +4,7 @@ Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper (>= 11),
Build-Depends: debhelper (>= 12),
dh-python,
libtiff-dev,
python-all-dev,
......@@ -22,7 +22,7 @@ Homepage: https://github.com/pearu/pylibtiff
Package: python-libtiff
Architecture: any
Depends: libtiff5 (>= 4.0.9) | libtiff-dev,
Depends: 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.9) | libtiff-dev,
Depends: libtiff-dev,
python3-bitarray,
${python3:Depends},
${shlibs:Depends},
......