-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1135 from kiwix/fix-deb-package-deps
Fix deb package dependencies
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,11 @@ Maintainer: Kiwix team <[email protected]> | |
Build-Depends: debhelper-compat (= 13), | ||
meson, | ||
pkgconf, | ||
libzim-dev (>= 9.0.0~), | ||
libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0), | ||
libcurl4-gnutls-dev, | ||
libicu-dev, | ||
libgtest-dev, | ||
libkainjow-mustache-dev, | ||
liblzma-dev, | ||
libmicrohttpd-dev, | ||
libpugixml-dev, | ||
zlib1g-dev | ||
|
@@ -27,7 +26,8 @@ Depends: libkiwix14 (= ${binary:Version}), ${misc:Depends}, python3, | |
libicu-dev, | ||
libpugixml-dev, | ||
libcurl4-gnutls-dev, | ||
libmicrohttpd-dev | ||
libmicrohttpd-dev, | ||
zlib1g-dev | ||
Description: library of common code for Kiwix (development) | ||
Kiwix is an offline Wikipedia reader. libkiwix provides the | ||
software core for Kiwix, and contains the code shared by all | ||
|