From aa6b7fb2038747d9304de9bf3007e09486846453 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 6 Nov 2024 14:38:43 -0600 Subject: [PATCH] Another new upstream release --- debian/changelog | 2 +- .../patches/fix-presentation-qml-syntax.patch | 22 ------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 debian/patches/fix-presentation-qml-syntax.patch diff --git a/debian/changelog b/debian/changelog index 193fa30..9a15462 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -calamares (3.3.10-0ubuntu1) UNRELEASED; urgency=medium +calamares (3.3.11-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. diff --git a/debian/patches/fix-presentation-qml-syntax.patch b/debian/patches/fix-presentation-qml-syntax.patch deleted file mode 100644 index 0cc69cc..0000000 --- a/debian/patches/fix-presentation-qml-syntax.patch +++ /dev/null @@ -1,22 +0,0 @@ -Description: Fix a syntax error in Presentation.qml which prevents the slideshow from displaying -Author: Simon Quigley -Origin: vendor -Last-Update: 2024-10-15 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/src/qml/calamares-qt6/slideshow/Presentation.qml -+++ b/src/qml/calamares-qt6/slideshow/Presentation.qml -@@ -196,12 +196,7 @@ Item { - Text { - id: notesText - -- property real padding: 16; -- -- x: padding -- y: padding -- width: parent.width - 2 * padding -- -+ anchors.margins: 16 - - font.pixelSize: 16 - wrapMode: Text.WordWrap diff --git a/debian/patches/series b/debian/patches/series index a559b19..07ddcd3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,4 +2,3 @@ apport-package-hook.patch enable-only-present-with-encryption-partitions.patch grub-debconf-config.patch -fix-presentation-qml-syntax.patch