From 260477986d32f3c73e0bf0c34cf1919dd0129c7f Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 14 Nov 2023 17:49:34 -0600 Subject: [PATCH] Fix obsolete build dep --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b710ead..3e4d9ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ calamares (3.3.0-alpha4-0ubuntu2) noble; urgency=medium * Fixed encrypted installations. (LP: #2043301) * Fixed watch file. + * Swapped out an obsolete build dependency (poilcykit-1). -- Aaron Rainbolt Tue, 14 Nov 2023 17:32:18 -0600 diff --git a/debian/control b/debian/control index 86adb7b..bd16204 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends: cmake, os-prober , pkg-config, pkg-kde-tools, - policykit-1 , + polkitd, python3-dev, qml-module-qtquick-layouts, qml-module-qtquick-privatewidgets,