Veloman Yunkan 8c8faaa8e4 Workaround for strange libkiwix-dev dependency issue
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.
2024-12-18 09:27:20 +01:00
..
2020-07-28 21:49:07 -07:00