From f316bb14a2168332edf848e1b9e8d033e342364a Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sun, 23 Jan 2022 20:31:31 -0800 Subject: [PATCH] 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. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index a4b35cd..2413113 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: utils Priority: optional Maintainer: Kiwix team 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