Add libhunspell-dev and pkgconf as build deps

ubuntu/kinetic
Aaron Rainbolt 2 years ago committed by Simon Quigley
parent 5160c6cfc4
commit 1b7d8ce71e

1
debian/changelog vendored

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

4
debian/control vendored

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

Loading…
Cancel
Save