diff --git a/debian/changelog b/debian/changelog index 1eec3f4..4c1c1fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ calamares (3.3.0~git20220620-0ubuntu1) UNRELEASED; urgency=medium * New upstream snapshot. + * Add some additional build dependencies. -- Simon Quigley Tue, 21 Jun 2022 22:08:36 -0500 diff --git a/debian/control b/debian/control index 7dedcc0..4e70665 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,11 @@ Build-Depends: cmake, debhelper-compat (= 13), extra-cmake-modules, gettext, + libappstreamqt-dev, libboost-python-dev, libkf5config-dev, libkf5coreaddons-dev, + libkf5crash-dev, libkf5i18n-dev, libkf5iconthemes-dev, libkf5kio-dev, @@ -36,8 +38,10 @@ Build-Depends: cmake, qml-module-qtquick2, qtbase5-dev, qtdeclarative5-dev, + qtlocation5-dev, qttools5-dev, - qttools5-dev-tools + qttools5-dev-tools, + qtwebengine5-dev Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: https://github.com/calamares/calamares