[neon/kf6/kf6-kio/Neon/stable] debian/patches: drop patch
Carlos De Maine
null at kde.org
Sat Jul 12 00:56:34 BST 2025
Git commit 86790253f1456c600e51362f089a42f02f9db6b8 by Carlos De Maine.
Committed on 11/07/2025 at 23:56.
Pushed by carlosdem into branch 'Neon/stable'.
drop patch
D +0 -16 debian/patches/previewjob_assert_debug.diff
D +0 -1 debian/patches/series
https://invent.kde.org/neon/kf6/kf6-kio/-/commit/86790253f1456c600e51362f089a42f02f9db6b8
diff --git a/debian/patches/previewjob_assert_debug.diff b/debian/patches/previewjob_assert_debug.diff
deleted file mode 100644
index 5a0eac1..0000000
--- a/debian/patches/previewjob_assert_debug.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/src/gui/previewjob.cpp b/src/gui/previewjob.cpp
-index 23ef5554b51946c6a43461591e98bb8b92355693..1613b6b6f4531bf8a1a9581b63d5e73b8ce03951 100644
---- a/src/gui/previewjob.cpp
-+++ b/src/gui/previewjob.cpp
-@@ -707,6 +707,11 @@ void PreviewJobPrivate::getOrCreateThumbnail()
- const KFileItem &item = currentItem.item;
- const QString localPath = item.localPath();
- if (!localPath.isEmpty()) {
-+ QFileInfo info(localPath);
-+ Q_ASSERT_X(info.isAbsolute(),
-+ "PreviewJobPrivate::getOrCreateThumbnail",
-+ qPrintable(QLatin1String("Local path for url ") + item.url().toString() + QLatin1String(" is not absolute: ") + localPath));
-+
- createThumbnail(localPath);
- return;
- }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 081f262..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-previewjob_assert_debug.diff
More information about the Neon-commits
mailing list