[neon/qt6/qt6-webchannel/Neon/release] debian/patches: drop upstreamed patch

Carlos De Maine null at kde.org
Thu May 21 02:07:29 BST 2026


Git commit 709e50691bc5918f6426637c14dd826a4cc270bf by Carlos De Maine.
Committed on 21/05/2026 at 01:07.
Pushed by carlosdem into branch 'Neon/release'.

drop upstreamed patch

D  +0    -23   debian/patches/d8aeb51a42d7802048dad7fd0b3230b14b6019ed.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/qt6/qt6-webchannel/-/commit/709e50691bc5918f6426637c14dd826a4cc270bf

diff --git a/debian/patches/d8aeb51a42d7802048dad7fd0b3230b14b6019ed.diff b/debian/patches/d8aeb51a42d7802048dad7fd0b3230b14b6019ed.diff
deleted file mode 100644
index 5c99871..0000000
--- a/debian/patches/d8aeb51a42d7802048dad7fd0b3230b14b6019ed.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 88f494ea2df7b585ecb2d9d37450f3d1a2fe040f..5a9ed444ada889f30fb9f285dd980548bbd140ee 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -16,10 +16,16 @@ project(QtWebChannel
- # Make sure we use the fixed BASE argument of qt_add_resource.
- set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
- 
--find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals Core) # special case
--find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Concurrent Quick Test QuickTest WebSockets Widgets) # special case
-+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals)
-+
-+# This should be called as early as possible, just after find_package(BuildInternals) where it is
-+# defined.
- qt_internal_project_setup()
- 
-+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Core)
-+find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Concurrent Quick Test QuickTest
-+    WebSockets Widgets)
-+
- if(INTEGRITY)
-     message(NOTICE "Skipping the build as the condition \"NOT INTEGRITY\" is not met.")
-     return()
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8596ea7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-d8aeb51a42d7802048dad7fd0b3230b14b6019ed.diff


More information about the Neon-commits mailing list