[neon/backports-jammy/packagekit/Neon/release] debian/patches: Remove my bad patch

Scarlett Moore null at kde.org
Thu Sep 21 13:28:43 BST 2023


Git commit c7cd5b768c21f6a062b62f29d6423bc0abd7284d by Scarlett Moore.
Committed on 21/09/2023 at 14:28.
Pushed by scarlettmoore into branch 'Neon/release'.

Remove my bad patch

D  +0    -11   debian/patches/fix_mime.patch
M  +0    -1    debian/patches/series

https://invent.kde.org/neon/backports-jammy/packagekit/-/commit/c7cd5b768c21f6a062b62f29d6423bc0abd7284d

diff --git a/debian/patches/fix_mime.patch b/debian/patches/fix_mime.patch
deleted file mode 100644
index ea79413..0000000
--- a/debian/patches/fix_mime.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/backends/apt/apt-job.cpp	2023-08-26 14:55:01.000000000 -0700
-+++ b/backends/apt/apt-job.cpp	2023-09-20 06:21:49.395736212 -0700
-@@ -1465,7 +1465,7 @@
-         if (m_cancel)
-             break;
- 
--        result = as_pool_get_components_by_provided_item (pool, AS_PROVIDED_KIND_MEDIATYPE, values[i]);
-+        result = as_pool_get_components_by_provided_item (pool, AS_PROVIDED_KIND_MIMETYPE, values[i]);
-         for (guint j = 0; j < result->len; j++) {
-             const gchar *pkgname;
-             AsComponent *cpt = AS_COMPONENT (g_ptr_array_index (result, j));
diff --git a/debian/patches/series b/debian/patches/series
index f52c435..0fedee6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 restart-on-sddm
 policy.diff
-fix_mime.patch
 upstream_appstream_abi_fix.patch


More information about the Neon-commits mailing list