Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix dependency version for libtiff5
· 563fb1e1
Antonio Valentino
authored
Dec 31, 2018
563fb1e1
Set distribution to unstable
· bdf6e8eb
Antonio Valentino
authored
Dec 31, 2018
bdf6e8eb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bdf6e8eb
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/patches
i
:
* 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
...
...
debian/control
View file @
bdf6e8eb
...
...
@@ -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},
...
...