Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Always depend of libtiff-dev
· 1253bcb3
Antonio Valentino
authored
Jan 02, 2019
1253bcb3
Set compat to 12
· 2b8810d3
Antonio Valentino
authored
Jan 02, 2019
2b8810d3
Set distribution to unstable
· 2770eeba
Antonio Valentino
authored
Jan 02, 2019
2770eeba
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2770eeba
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:
...
...
debian/compat
View file @
2770eeba
1
1
1
2
debian/control
View file @
2770eeba
...
...
@@ -4,7 +4,7 @@ Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper (>= 1
1
),
Build-Depends: debhelper (>= 1
2
),
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},
...
...