mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-03 04:36:50 -04:00

For some mysterious reason the dependency requirement "libkiwix-dev (>= 14.0.0)" in the Debian control file results in PPA build failure. After unpacking `kiwix-build-deps_2.4.0~focal_all.deb` the 'apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes install -f' commands reports: Reading package lists... Building dependency tree... Reading state information... Starting pkgProblemResolver with broken count: 1 Starting 2 pkgProblemResolver with broken count: 1 Investigating (0) kiwix-build-deps:amd64 < 2.4.0~focal @iU mK Nb Ib > Broken kiwix-build-deps:amd64 Depends on libkiwix-dev:amd64 < none -> 14.0.0~focal @un uN > (>= 14.0.0) Removing kiwix-build-deps:amd64 because I can't find libkiwix-dev:amd64 Done Shortening the libkiwix-dev minimal version string to "14.0" (libkiwix-dev (>= 14.0)) works around that issue. The maximal version of libkiwix-dev, as well as the version range of the libzim dependency have been shortened too for consistency.