diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
commit | 1ff870768c5cacf4bdc05cce822ac61837666b0f (patch) | |
tree | 94a1b1fd6d42485c062620781ed0ac16e05bf60c /debian/linux-image-4.19.0-23-powerpc-dbg.lintian-overrides | |
parent | Merging upstream version 4.19.269. (diff) | |
download | linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.tar.xz linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.zip |
Adding debian version 4.19.269-1.debian/4.19.269-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/linux-image-4.19.0-23-powerpc-dbg.lintian-overrides')
-rwxr-xr-x | debian/linux-image-4.19.0-23-powerpc-dbg.lintian-overrides | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/linux-image-4.19.0-23-powerpc-dbg.lintian-overrides b/debian/linux-image-4.19.0-23-powerpc-dbg.lintian-overrides new file mode 100755 index 000000000..55d776097 --- /dev/null +++ b/debian/linux-image-4.19.0-23-powerpc-dbg.lintian-overrides @@ -0,0 +1,15 @@ +#!/usr/bin/dh-exec + +# Kernel dbg packages contain a full image with debug data +linux-image-4.19.0-23-powerpc-dbg: dbg-package-missing-depends + +# glibc doesn't seem to check for a PT_GNU_STACK section in vDSOs, so +# it's OK that they don't have it +[arm64 armhf] linux-image-4.19.0-23-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23-powerpc/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.19.0-23-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23-powerpc/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.19.0-23-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23-powerpc/vdso/vdso64.so +[amd64] linux-image-4.19.0-23-powerpc-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23-powerpc/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.19.0-23-powerpc-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.19.0-23-powerpc/vdso/vdso32.so +[amd64] linux-image-4.19.0-23-powerpc-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.19.0-23-powerpc/vdso/vdsox32.so |