Merge pull request #1288 from kiwix/debian_control_file_fix

Workaround for strange libkiwix-dev dependency issue
This commit is contained in:
Kelson 2024-12-18 09:28:09 +01:00 committed by GitHub
commit 131876b0df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
debian/control vendored
View File

@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 13),
qtbase5-dev,
qtwebengine5-dev,
libqt5texttospeech5-dev,
libkiwix-dev (>= 14.0.0), libkiwix-dev (<< 15.0.0),
libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0),
libkiwix-dev (>= 14.0), libkiwix-dev (<< 15.0),
libzim-dev (>= 9.0), libzim-dev (<< 10.0),
Standards-Version: 4.5.0
Homepage: https://www.kiwix.org/
Rules-Requires-Root: no