mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-10 07:36:20 -04:00
Merge pull request #1167 from kiwix/better-deb-control-version-checking
Check versus minor version of dependencies
This commit is contained in:
commit
a809c671fd
4
debian/control
vendored
4
debian/control
vendored
@ -4,7 +4,7 @@ Maintainer: Kiwix team <kiwix@kiwix.org>
|
|||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
meson,
|
meson,
|
||||||
pkgconf,
|
pkgconf,
|
||||||
libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0),
|
libzim-dev (>= 9.0), libzim-dev (<< 10.0),
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libgtest-dev,
|
libgtest-dev,
|
||||||
@ -22,7 +22,7 @@ Section: libdevel
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends: libkiwix14 (= ${binary:Version}), ${misc:Depends}, python3,
|
Depends: libkiwix14 (= ${binary:Version}), ${misc:Depends}, python3,
|
||||||
libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0),
|
libzim-dev (>= 9.0), libzim-dev (<< 10.0),
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libpugixml-dev,
|
libpugixml-dev,
|
||||||
libcurl4-gnutls-dev,
|
libcurl4-gnutls-dev,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user