[neon/extras/kpmcore/Neon/stable] debian/patches: Revert "fix_calamares_crash.diff"

Carlos De Maine null at kde.org
Sun May 4 15:09:29 BST 2025


Git commit 07c9e9e46598eb7ad2b6a760df975f56368cc2db by Carlos De Maine.
Committed on 04/05/2025 at 14:09.
Pushed by carlosdem into branch 'Neon/stable'.

Revert "fix_calamares_crash.diff"

This reverts commit ea9ea5a814058eafbc551206baad950b71ff8fc6

D  +0    -13   debian/patches/fix_calamares_crash.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/extras/kpmcore/-/commit/07c9e9e46598eb7ad2b6a760df975f56368cc2db

diff --git a/debian/patches/fix_calamares_crash.diff b/debian/patches/fix_calamares_crash.diff
deleted file mode 100644
index 2a41567..0000000
--- a/debian/patches/fix_calamares_crash.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/plugins/sfdisk/sfdiskbackend.cpp b/src/plugins/sfdisk/sfdiskbackend.cpp
-index e47c4e58b9fe2270aeedac34c64c8e0317e14032..447c096bb69e111cdbb6169f38799cb782e78392 100644
---- a/src/plugins/sfdisk/sfdiskbackend.cpp
-+++ b/src/plugins/sfdisk/sfdiskbackend.cpp
-@@ -515,6 +515,8 @@ bool SfdiskBackend::updateDevicePartitionTable(Device &d, const QJsonObject &jso
- */
- void SfdiskBackend::readSectorsUsed(const Device& d, Partition& p, const QString& mountPoint)
- {
-+    if (p.isFileSystemNullptr())
-+        return;
-     if (!mountPoint.isEmpty() && p.fileSystem().type() != FileSystem::Type::LinuxSwap && p.fileSystem().type() != FileSystem::Type::Lvm2_PV) {
-         const QStorageInfo storage = QStorageInfo(mountPoint);
-         if (p.isMounted() && storage.isValid())
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f18854d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_calamares_crash.diff


More information about the Neon-commits mailing list