[neon/qt/qtwebengine/Neon/release_jammy] debian: Mark applicable patches as "Forwarded: not-needed" to fix lintian errors.
Soren Stoutner
null at kde.org
Wed Aug 21 09:44:48 BST 2024
Git commit 036b55d8616522e0f96b94ecdfede1b95f82fa79 by Soren Stoutner.
Committed on 22/05/2024 at 19:28.
Pushed by jriddell into branch 'Neon/release_jammy'.
Mark applicable patches as "Forwarded: not-needed" to fix lintian errors.
M +1 -0 debian/changelog
M +1 -1 debian/patches/breakpad-getcontext.patch
M +1 -1 debian/patches/build-with-c++17.patch
M +1 -0 debian/patches/chromium-python3.patch
M +1 -0 debian/patches/icu74.patch
M +1 -1 debian/patches/mips64el-no-dav1d.patch
M +1 -1 debian/patches/mips64el-ptrace-include.patch
M +1 -0 debian/patches/python3.11.patch
M +1 -1 debian/patches/sandbox-time64-syscalls.patch
M +1 -1 debian/patches/verbose-gn-bootstrap.patch
https://invent.kde.org/neon/qt/qtwebengine/-/commit/036b55d8616522e0f96b94ecdfede1b95f82fa79
diff --git a/debian/changelog b/debian/changelog
index 2c82e74..0721cc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtwebengine-opensource-src (5.15.16+dfsg-5) unstable; urgency=medium
* Add a patch from Arch Linux to build using C++17, which is required by ICU
75.
* Cherry-pick upstream patches to build with Ninja 1.12.
+ * Mark applicable patches as "Forwarded: not-needed" to fix lintian errors.
-- Soren Stoutner <soren at debian.org> Wed, 22 May 2024 10:19:43 -0700
diff --git a/debian/patches/breakpad-getcontext.patch b/debian/patches/breakpad-getcontext.patch
index 6579d91..6d46411 100644
--- a/debian/patches/breakpad-getcontext.patch
+++ b/debian/patches/breakpad-getcontext.patch
@@ -1,6 +1,6 @@
Description: use system getcontext instead of breakpad's own
Author: Dmitry Shachnev <mitya57 at debian.org>
-Forwarded: no
+Forwarded: not-needed
Last-Update: 2021-03-16
--- a/src/3rdparty/chromium/third_party/breakpad/BUILD.gn
diff --git a/debian/patches/build-with-c++17.patch b/debian/patches/build-with-c++17.patch
index 3a819cf..af9347e 100644
--- a/debian/patches/build-with-c++17.patch
+++ b/debian/patches/build-with-c++17.patch
@@ -1,6 +1,6 @@
Description: Build with C++17, which is required by ICU 75.
Author: Soren Stoutner <soren at debian.org>
-Forwarded: no
+Forwarded: not-needed
Last-Update: 2024-05-21
Origin: Arch Linux, https://gitlab.archlinux.org/archlinux/packaging/packages/qt5-webengine/-/blob/main/qt5-webengine-icu-75.patch?ref_type=heads
diff --git a/debian/patches/chromium-python3.patch b/debian/patches/chromium-python3.patch
index d3c84a2..555107e 100644
--- a/debian/patches/chromium-python3.patch
+++ b/debian/patches/chromium-python3.patch
@@ -1,4 +1,5 @@
Description: update Chromium code for compatibility with Python 3
+Forwarded: not-needed
Origin: https://github.com/archlinux/svntogit-packages/blob/packages/qt5-webengine/trunk/qt5-webengine-chromium-python3.patch
Last-Update: 2022-11-25
diff --git a/debian/patches/icu74.patch b/debian/patches/icu74.patch
index 3ac7c6c..efd4f21 100644
--- a/debian/patches/icu74.patch
+++ b/debian/patches/icu74.patch
@@ -1,4 +1,5 @@
Description: fix static_assert failure with ICU 74
+Forwarded: not-needed
Origin: Gentoo, https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-qt/qtwebengine/files/qtwebengine-6.5.3-icu74.patch
Last-Update: 2023-12-25
diff --git a/debian/patches/mips64el-no-dav1d.patch b/debian/patches/mips64el-no-dav1d.patch
index e3bbab5..8572fce 100644
--- a/debian/patches/mips64el-no-dav1d.patch
+++ b/debian/patches/mips64el-no-dav1d.patch
@@ -1,7 +1,7 @@
Description: disable dav1d support on mipsel/mips64el
dav1d does not support MIPS, and there is no config directory for it.
Author: Dmitry Shachnev <mitya57 at debian.org>
-Forwarded: no
+Forwarded: not-needed
Last-Update: 2021-02-14
--- a/src/3rdparty/chromium/media/media_options.gni
diff --git a/debian/patches/mips64el-ptrace-include.patch b/debian/patches/mips64el-ptrace-include.patch
index 6c8814f..a18c9bd 100644
--- a/debian/patches/mips64el-ptrace-include.patch
+++ b/debian/patches/mips64el-ptrace-include.patch
@@ -1,6 +1,6 @@
Description: on mipsel PTRACE_GET_THREAD_AREA is defined in asm/ptrace.h
Author: Dmitry Shachnev <mitya57 at debian.org>
-Forwarded: no
+Forwarded: not-needed
Last-Update: 2020-03-17
--- a/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
diff --git a/debian/patches/python3.11.patch b/debian/patches/python3.11.patch
index 37c040e..d35d601 100644
--- a/debian/patches/python3.11.patch
+++ b/debian/patches/python3.11.patch
@@ -1,5 +1,6 @@
Description: fix build with Python 3.11
Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: not-needed
Last-Update: 2023-01-08
--- a/src/3rdparty/chromium/tools/grit/grit/util.py
diff --git a/debian/patches/sandbox-time64-syscalls.patch b/debian/patches/sandbox-time64-syscalls.patch
index 092fb37..d3a325f 100644
--- a/debian/patches/sandbox-time64-syscalls.patch
+++ b/debian/patches/sandbox-time64-syscalls.patch
@@ -2,7 +2,7 @@ Description: fix seccomp-bpf failures in syscall 422 (futex_time64)
glibc 2.33 and newer uses this syscall on 32-bit platforms:
https://sourceware.org/git/?p=glibc.git;a=commit;h=29e9874a048f47e2
Author: Fabian Vogt <fabian at ritter-vogt.de>
-Forwarded: no
+Forwarded: not-needed
Last-Update: 2022-11-25
--- a/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc
diff --git a/debian/patches/verbose-gn-bootstrap.patch b/debian/patches/verbose-gn-bootstrap.patch
index 24a127c..08fe84a 100644
--- a/debian/patches/verbose-gn-bootstrap.patch
+++ b/debian/patches/verbose-gn-bootstrap.patch
@@ -1,6 +1,6 @@
Description: print compiler commands, honor $NINJAJOBS when bootstrapping gn
Author: Dmitry Shachnev <mitya57 at debian.org>
-Forwarded: no
+Forwarded: not-needed
Last-Update: 2021-06-18
--- a/src/buildtools/gn.pro
More information about the Neon-commits
mailing list