From a7acc4ba98a85e7412fd93b81c3df0d7f1968507 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Wed, 18 Mar 2026 15:24:02 -0400 Subject: [PATCH] Add libcrypt-dev dependency --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0f04200..8033906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares (3.3.14-0ubuntu25) resolute; urgency=medium + + * Add libcrypt-dev build dependency to fix autopkgtests again. + + -- Aaron Rainbolt Wed, 18 Mar 2026 13:57:57 -0400 + calamares (3.3.14-0ubuntu24) resolute; urgency=medium * Cherry-pick patch to fix installer crash when using lomiri-greeter diff --git a/debian/control b/debian/control index 699c56f..c20b2f5 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: debhelper-compat (= 13), libappstreamqt-dev, libatasmart-dev, libboost-python-dev (>= 1.72.0), + libcrypt-dev, libicu-dev, libkf6config-dev (>= 5.240), libkf6coreaddons-dev (>= 5.240),