mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
lintian: Update overrides for lintian 2.115
This commit is contained in:
parent
68c05f7a9a
commit
8614ae2cf1
5 changed files with 9 additions and 7 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -5,6 +5,7 @@ linux (5.18.5-2) UNRELEASED; urgency=medium
|
|||
|
||||
[ Ben Hutchings ]
|
||||
* [arm64] pinctrl: Re-enable PINCTRL_MSM (regression in 5.14)
|
||||
* lintian: Update overrides for lintian 2.115
|
||||
|
||||
[ Salvatore Bonaccorso ]
|
||||
* io_uring: reinstate the inflight tracking (CVE-2022-1976)
|
||||
|
|
|
|||
2
debian/libcpupower1.lintian-overrides
vendored
2
debian/libcpupower1.lintian-overrides
vendored
|
|
@ -1,2 +1,2 @@
|
|||
# Experimental uploads don't get backported so we don't need to append ~
|
||||
libcpupower1: symbols-file-contains-debian-revision on symbol * (libcpupower.so.1)
|
||||
libcpupower1: symbols-file-contains-debian-revision on symbol * (libcpupower.so.1)*
|
||||
|
|
|
|||
4
debian/linux-perf.lintian-overrides
vendored
4
debian/linux-perf.lintian-overrides
vendored
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/dh-exec
|
||||
|
||||
# These executables are needed to handle processes running in compat mode
|
||||
[amd64] linux-perf: binary-from-other-architecture usr/lib/perf-core/perf-read-vdsox32
|
||||
[amd64] linux-perf: binary-from-other-architecture *usr/lib/perf-core/perf-read-vdsox32*
|
||||
|
||||
# Some of these plugins only need symbols from libtraceevent, which
|
||||
# loads them and should not have a NEEDED entry
|
||||
linux-perf: shared-library-lacks-prerequisites usr/lib/traceevent/plugins/plugin_*.so
|
||||
linux-perf: shared-library-lacks-prerequisites *usr/lib/traceevent/plugins/plugin_*.so*
|
||||
|
||||
# This transition was too complex for dh_installdeb to handle
|
||||
linux-perf: maintainer-script-should-not-use-dpkg-maintscript-helper "dpkg-maintscript-helper" *
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# linux-signed-* source packages are generated by the linux source
|
||||
# package, and produce binaries with the same versions, even in case
|
||||
# of a binNMU of linux
|
||||
linux-signed-@arch@ source: version-substvar-for-external-package Depends (line *) ${binary:Version} linux-headers-* -> linux-headers-*
|
||||
linux-signed-@arch@ source: version-substvar-for-external-package Depends *${binary:Version} linux-headers-* -> linux-headers-*
|
||||
|
||||
# The changelog is mostly copied from linux which is non-native
|
||||
linux-signed-@arch@ source: odd-historical-debian-changelog-version * (for native)
|
||||
linux-signed-@arch@ source: odd-historical-debian-changelog-version * (for native)*
|
||||
|
|
|
|||
5
debian/source/lintian-overrides
vendored
5
debian/source/lintian-overrides
vendored
|
|
@ -2,6 +2,7 @@
|
|||
# sections, is just an example. lintian seems to whitelist the
|
||||
# plain-text version but that doesn't cover this ReST version.
|
||||
linux source: license-problem-gfdl-invariants Documentation/userspace-api/media/fdl-appendix.rst invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list
|
||||
linux source: license-problem-gfdl-invariants invariant part is: with the :ref:`invariant sections <fdl-invariant>` being list their titles, with the :ref:`front-cover texts <fdl-cover-texts>` being list, and with the :ref:`back-cover texts <fdl-cover-texts>` being list [Documentation/userspace-api/media/fdl-appendix.rst]
|
||||
|
||||
# Kernel dbg packages contain a full image with debug data.
|
||||
linux source: dbg-package-missing-depends
|
||||
|
|
@ -14,5 +15,5 @@ linux source: field-too-long Binary *
|
|||
linux source: field-too-long Build-Depends-Arch *
|
||||
|
||||
# These executables are test cases and source is provided
|
||||
linux source: source-contains-prebuilt-windows-binary tools/perf/tests/pe-file.exe
|
||||
linux source: source-contains-prebuilt-windows-binary tools/perf/tests/pe-file.exe.debug
|
||||
linux source: source-contains-prebuilt-windows-binary *tools/perf/tests/pe-file.exe*
|
||||
linux source: source-contains-prebuilt-windows-binary *tools/perf/tests/pe-file.exe.debug*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue