From 1b7d8ce71e1e273a2b8faf2e5199ac1480f55767 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 21 Jun 2022 13:52:14 -0500 Subject: [PATCH] Add libhunspell-dev and pkgconf as build deps --- debian/changelog | 1 + debian/control | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 84067e2..24fa516 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 21 Jun 2022 13:08:09 -0500 diff --git a/debian/control b/debian/control index 3900830..f10c511 100644 --- a/debian/control +++ b/debian/control @@ -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