Version in base suite: 12.0.9-1+deb12u1 Base version: calamares-settings-debian_12.0.9-1+deb12u1 Target version: calamares-settings-debian_12.0.9-1+deb12u2 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/calamares-settings-debian/calamares-settings-debian_12.0.9-1+deb12u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/calamares-settings-debian/calamares-settings-debian_12.0.9-1+deb12u2.dsc changelog | 9 +++++++++ patches/remove-btrfs-spacecache-setting | 20 ++++++++++++++++++++ patches/remove-calamares-icon-gnome-startup-hint | 18 ++++++++++++++++++ patches/series | 2 ++ 4 files changed, 49 insertions(+) Unrecognised file line in .dsc: -----BEGIN PGP SIGNATURE----- Unrecognised file line in .dsc: -----BEGIN PGP SIGNATURE----- diff -Nru calamares-settings-debian-12.0.9/debian/changelog calamares-settings-debian-12.0.9/debian/changelog --- calamares-settings-debian-12.0.9/debian/changelog 2024-08-22 14:35:51.000000000 +0000 +++ calamares-settings-debian-12.0.9/debian/changelog 2024-09-03 11:27:38.000000000 +0000 @@ -1,3 +1,12 @@ +calamares-settings-debian (12.0.9-1+deb12u2) bookworm; urgency=medium + + * Fix missing calamares launcher on KDE desktops + (Closes: #1057853) + * Fix broken btrfs space_cache option + (Closes: #1080158) + + -- Jonathan Carter Tue, 03 Sep 2024 13:27:38 +0200 + calamares-settings-debian (12.0.9-1+deb12u1) bookworm; urgency=medium * Fix Xfce launcher permission issue (Closes: #1037299) diff -Nru calamares-settings-debian-12.0.9/debian/patches/remove-btrfs-spacecache-setting calamares-settings-debian-12.0.9/debian/patches/remove-btrfs-spacecache-setting --- calamares-settings-debian-12.0.9/debian/patches/remove-btrfs-spacecache-setting 1970-01-01 00:00:00.000000000 +0000 +++ calamares-settings-debian-12.0.9/debian/patches/remove-btrfs-spacecache-setting 2024-09-03 11:27:38.000000000 +0000 @@ -0,0 +1,20 @@ +Description: Remove static btrfs space_cache settings + Calamares sets an option "space_cache", which breaks with newer kernels, + where it should be set to "space_cache=v2". Since "space_cache=v2" is + also default now, this hardcoded option can just be removed, which this + patch does. +Author: Jonathan Carter +Bug-Debian: https://bugs.debian.org/1080158 +Last-Update: 2024-09-03 + +--- calamares-settings-debian-12.0.9.orig/calamares/modules/fstab.conf ++++ calamares-settings-debian-12.0.9/calamares/modules/fstab.conf +@@ -1,7 +1,7 @@ + --- + mountOptions: + default: defaults,noatime +- btrfs: defaults,noatime,space_cache,autodefrag ++ btrfs: defaults,noatime,autodefrag + ssdExtraMountOptions: + ext4: discard + jfs: discard diff -Nru calamares-settings-debian-12.0.9/debian/patches/remove-calamares-icon-gnome-startup-hint calamares-settings-debian-12.0.9/debian/patches/remove-calamares-icon-gnome-startup-hint --- calamares-settings-debian-12.0.9/debian/patches/remove-calamares-icon-gnome-startup-hint 1970-01-01 00:00:00.000000000 +0000 +++ calamares-settings-debian-12.0.9/debian/patches/remove-calamares-icon-gnome-startup-hint 2024-09-03 11:27:27.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Remove calamares icon desktop entry gnome startup hint + The GNOME startup hint in the XDG startup desktop file add-calamares-icon + contains a line "X-GNOME-Autostart-Phase=Initialization" which causes this + script not to run on KDE on Debian 12.x. + . + For more information, please refer to the Debian bug below. +Author: Jonathan Carter +Bug-Debian: https://bugs.debian.org/1057853 + + +--- calamares-settings-debian-12.0.9.orig/conf/calamares-desktop-icon.desktop ++++ calamares-settings-debian-12.0.9/conf/calamares-desktop-icon.desktop +@@ -5,5 +5,4 @@ Exec=add-calamares-desktop-icon + StartupNotify=false + NoDisplay=true + +-X-GNOME-Autostart-Phase=Initialization + X-KDE-autostart-phase=1 diff -Nru calamares-settings-debian-12.0.9/debian/patches/series calamares-settings-debian-12.0.9/debian/patches/series --- calamares-settings-debian-12.0.9/debian/patches/series 2024-08-22 14:35:51.000000000 +0000 +++ calamares-settings-debian-12.0.9/debian/patches/series 2024-09-03 11:27:38.000000000 +0000 @@ -1 +1,3 @@ fix-xfce-launcher +remove-calamares-icon-gnome-startup-hint +remove-btrfs-spacecache-setting