mirror of https://github.com/kiwix/libkiwix.git
PPA: Fix libzim-dev dependency
Our libzim packages are "7.2.0~focal" but the ~ means that "7.2.0" is greater than "7.2.0~focal" so the dependency can't be satisfied. Depending on "7.2.0~" will allow "7.2.0~focal" to satisfy the dependency.
This commit is contained in:
parent
ceb46f1069
commit
01edd830bc
|
@ -4,7 +4,7 @@ Maintainer: Kiwix team <kiwix@kiwix.org>
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
meson,
|
meson,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libzim-dev (>= 7.2.0),
|
libzim-dev (>= 7.2.0~),
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libgtest-dev,
|
libgtest-dev,
|
||||||
|
@ -23,7 +23,7 @@ Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libkiwix10 (= ${binary:Version}), ${misc:Depends}, python3,
|
Depends: libkiwix10 (= ${binary:Version}), ${misc:Depends}, python3,
|
||||||
libzim-dev (>= 7.2.0),
|
libzim-dev (>= 7.2.0~),
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libpugixml-dev,
|
libpugixml-dev,
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
|
|
Loading…
Reference in New Issue