blob: 66d3ee9d438aa5b366f4edeb3f72d12db8672d8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/dh-exec
# Kernel dbg packages contain a full image with debug data
linux-image-5.10.0-29progress6u1-itanium-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-5.10.0-29progress6u1-itanium-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/5.10.0-29progress6u1-itanium/vdso/vdso.so
[amd64 i386 ppc64el s390x] linux-image-5.10.0-29progress6u1-itanium-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/5.10.0-29progress6u1-itanium/vdso/vdso32.so
[amd64 ppc64el s390x] linux-image-5.10.0-29progress6u1-itanium-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/5.10.0-29progress6u1-itanium/vdso/vdso64.so
[amd64] linux-image-5.10.0-29progress6u1-itanium-dbg: shlib-without-PT_GNU_STACK-section usr/lib/debug/lib/modules/5.10.0-29progress6u1-itanium/vdso/vdsox32.so
# It is intended that 64-bit kernels provide vDSOs for 32-bit executables
[amd64 ppc64el s390x] linux-image-5.10.0-29progress6u1-itanium-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/5.10.0-29progress6u1-itanium/vdso/vdso32.so
[amd64] linux-image-5.10.0-29progress6u1-itanium-dbg: binary-from-other-architecture usr/lib/debug/lib/modules/5.10.0-29progress6u1-itanium/vdso/vdsox32.so
|