[neon/qt6/qt6-webengine/Neon/release] debian/patches: drop more unneeded patches
Carlos De Maine
null at kde.org
Thu May 21 04:57:01 BST 2026
Git commit df532231c9c5ce9363ecd2ee5d817b2573d13de5 by Carlos De Maine.
Committed on 21/05/2026 at 03:56.
Pushed by carlosdem into branch 'Neon/release'.
drop more unneeded patches
D +0 -11 debian/patches/reduce_debugging_info.patch
M +1 -5 debian/patches/series
D +0 -25 debian/patches/support-i386.patch
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/df532231c9c5ce9363ecd2ee5d817b2573d13de5
diff --git a/debian/patches/reduce_debugging_info.patch b/debian/patches/reduce_debugging_info.patch
deleted file mode 100644
index 759fb89..0000000
--- a/debian/patches/reduce_debugging_info.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/3rdparty/chromium/build/config/compiler/BUILD.gn
-+++ b/src/3rdparty/chromium/build/config/compiler/BUILD.gn
-@@ -2865,7 +2865,7 @@
- # Keeping -g2 for saigo as it's the only toolchain whose artifacts that are
- # part of chromium release (other nacl toolchains are used only for tests).
- if ((!is_nacl || is_nacl_saigo) && current_os != "zos") {
-- cflags += [ "-g2" ]
-+ cflags += [ "-g1" ]
- }
-
- if (!is_nacl && is_clang && !is_tsan && !is_asan) {
diff --git a/debian/patches/series b/debian/patches/series
index e1cbd6f..efef005 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,11 +1,7 @@
# neon backported
-# reduce debugging info
-reduce_debugging_info.patch
# rewrite compressing files in devtools-frontend
compressing_files.patch
-# enable support for i386
-#support-i386.patch
-oom-arm.diff
+#oom-arm.diff
diff --git a/debian/patches/support-i386.patch b/debian/patches/support-i386.patch
deleted file mode 100644
index 84fdd5e..0000000
--- a/debian/patches/support-i386.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-author: Andres Salomon <dilinger at debian.org>
-description: don't disable i386 builds on linux
-
-https://chromium-review.googlesource.com/c/chromium/src/+/3583780
-
-Chromium upstream decided to kill off i386 builds on Linux. They were
-goin to add a 'force_x86_support' arg, but instead "[distributions that
-still support i386] can patch the file."
-
-At this point, i386 on linux is completely unsupported upstream, so
-we're on our own with bugs.
-
---- a/src/3rdparty/chromium/BUILD.gn
-+++ b/src/3rdparty/chromium/BUILD.gn
-@@ -1619,9 +1619,7 @@
- }
-
- # TODO(cassew): Add more OS's that don't support x86.
--is_valid_x86_target =
-- target_os != "ios" && target_os != "mac" &&
-- (target_os != "linux" || use_libfuzzer || !build_with_chromium)
-+is_valid_x86_target = true
-
- # Note: v8_target_cpu == arm allows using the V8 arm simulator on x86 for fuzzing.
- assert(
More information about the Neon-commits
mailing list