Skip to content

Commit

Permalink
Merge pull request #1135 from kiwix/fix-deb-package-deps
Browse files Browse the repository at this point in the history
Fix deb package dependencies
  • Loading branch information
kelson42 authored Sep 18, 2024
2 parents 6ad1776 + fe965fa commit 0b14fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0b14fda

Please sign in to comment.