Add libhunspell-dev and pkgconf as build deps

This commit is contained in:
Aaron Rainbolt 2022-06-21 13:52:14 -05:00 committed by Simon Quigley
parent 5160c6cfc4
commit 1b7d8ce71e
2 changed files with 4 additions and 1 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ featherpad (1.3.0-0ubuntu1) UNRELEASED; urgency=medium
* Bumped standards-version.
* Changed build system from qmake to cmake.
* Fixed featherpad-l10n.install.
* Added libhunspell-dev and pkgconf as build dependencies.
-- Aaron Rainbolt <arraybolt3@gmail.com> Tue, 21 Jun 2022 13:08:09 -0500

4
debian/control vendored
View File

@ -13,7 +13,9 @@ Build-Depends: debhelper-compat (= 13),
qt5-qmake,
qtbase5-dev,
qttools5-dev,
qttools5-dev-tools
qttools5-dev-tools,
libhunspell-dev,
pkgconf
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git