diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:45:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:45:19 +0000 |
commit | fc29d8e7adf8ca263f0f58d0b28ddaf9721577a7 (patch) | |
tree | 658d53d9edd1baa7c4c0a6cdd1611d8bd9f4a607 /debian/linux-image-4.19.0-23progress5u1-amd64-dbg.lintian-overrides | |
parent | Setting abiname to 23progress5u1. (diff) | |
download | linux-fc29d8e7adf8ca263f0f58d0b28ddaf9721577a7.tar.xz linux-fc29d8e7adf8ca263f0f58d0b28ddaf9721577a7.zip |
Regenerating debian files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/linux-image-4.19.0-23progress5u1-amd64-dbg.lintian-overrides')
-rwxr-xr-x | debian/linux-image-4.19.0-23progress5u1-amd64-dbg.lintian-overrides | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/linux-image-4.19.0-23progress5u1-amd64-dbg.lintian-overrides b/debian/linux-image-4.19.0-23progress5u1-amd64-dbg.lintian-overrides new file mode 100755 index 000000000..e0ba1b85d --- /dev/null +++ b/debian/linux-image-4.19.0-23progress5u1-amd64-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-23progress5u1-amd64-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-23progress5u1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23progress5u1-amd64/vdso/vdso.so +[amd64 i386 ppc64el s390x] linux-image-4.19.0-23progress5u1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23progress5u1-amd64/vdso/vdso32.so +[amd64 ppc64el s390x] linux-image-4.19.0-23progress5u1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23progress5u1-amd64/vdso/vdso64.so +[amd64] linux-image-4.19.0-23progress5u1-amd64-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/4.19.0-23progress5u1-amd64/vdso/vdsox32.so + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables +[amd64 ppc64el s390x] linux-image-4.19.0-23progress5u1-amd64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.19.0-23progress5u1-amd64/vdso/vdso32.so +[amd64] linux-image-4.19.0-23progress5u1-amd64-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/4.19.0-23progress5u1-amd64/vdso/vdsox32.so |