Skip to content

Commit 01edd83

Browse files
authored
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.
1 parent ceb46f1 commit 01edd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Maintainer: Kiwix team <[email protected]>
44
Build-Depends: debhelper-compat (= 13),
55
meson,
66
pkg-config,
7-
libzim-dev (>= 7.2.0),
7+
libzim-dev (>= 7.2.0~),
88
libcurl4-gnutls-dev,
99
libicu-dev,
1010
libgtest-dev,
@@ -23,7 +23,7 @@ Section: libdevel
2323
Architecture: any
2424
Multi-Arch: same
2525
Depends: libkiwix10 (= ${binary:Version}), ${misc:Depends}, python3,
26-
libzim-dev (>= 7.2.0),
26+
libzim-dev (>= 7.2.0~),
2727
libicu-dev,
2828
libpugixml-dev,
2929
libcurl4-gnutls-dev,

0 commit comments

Comments
 (0)