From 9f32cee101fb7713593326b4d0fd84aa48e05854 Mon Sep 17 00:00:00 2001 From: Rik Mills Date: Mon, 11 Nov 2024 08:57:18 +0000 Subject: [PATCH] sync with latest archive upload --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cbf710a..28150e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares (3.3.9-0ubuntu2) plucky; urgency=medium + + * Do not build with QtWebEngines on architectures that do not support it. + + -- Simon Quigley Tue, 29 Oct 2024 19:01:21 -0500 + calamares (3.3.9-0ubuntu1) plucky; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 764f7d8..d6b3c28 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Build-Depends: cmake, qt6-location-dev, qt6-svg-dev, qt6-tools-dev, - qt6-webengine-dev + qt6-webengine-dev Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://github.com/calamares/calamares