mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
PPA: Fix libzim-dev and libkiwix-dev dependencies
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. Same for libkiwix.
This commit is contained in:
parent
ea44dc76f6
commit
f316bb14a2
4
debian/control
vendored
4
debian/control
vendored
@ -3,8 +3,8 @@ Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Kiwix team <kiwix@kiwix.org>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkiwix-dev (>= 10.0.0),
|
||||
libzim-dev (>= 7.2.0),
|
||||
libkiwix-dev (>= 10.0.0~),
|
||||
libzim-dev (>= 7.2.0~),
|
||||
meson,
|
||||
pkg-config,
|
||||
Standards-Version: 4.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user