From 5a2e2f11589e020bcbb1ed8b70851d8055cb0279 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sun, 19 Nov 2023 22:22:52 -0600 Subject: [PATCH] Add util-linux-extra as a runtime dependency --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 179dd93..030a164 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares (3.3.0-alpha4-0ubuntu3) noble; urgency=medium + + * Add util-linux-extra as a runtime dependency to allow hwclock to work. + + -- Aaron Rainbolt Sun, 19 Nov 2023 22:12:06 -0600 + calamares (3.3.0-alpha4-0ubuntu2) noble; urgency=medium * Fixed encrypted installations. (LP: #2043301) diff --git a/debian/control b/debian/control index bd16204..ecb1854 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ XS-Debian-Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/calamares.git Package: calamares Architecture: linux-any -Depends: os-prober, ${misc:Depends}, ${shlibs:Depends} +Depends: os-prober, util-linux-extra, ${misc:Depends}, ${shlibs:Depends} Recommends: btrfs-progs, squashfs-tools Description: distribution-independent installer framework Calamares is a distribution-independent installer framework.