diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 21:00:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 21:00:47 +0000 |
commit | 8c065e72d7829ba7efeb3c93d98c602f7ba3d158 (patch) | |
tree | 6a0028be8b6ccf05cb17febc6abafbfbdd0569ec /debian/linux-image-6.9-sh7751r-dbg.lintian-overrides | |
parent | Merging upstream version 6.9.2. (diff) | |
download | linux-8c065e72d7829ba7efeb3c93d98c602f7ba3d158.tar.xz linux-8c065e72d7829ba7efeb3c93d98c602f7ba3d158.zip |
Adding debian version 6.9.2-1~exp1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/linux-image-6.9-sh7751r-dbg.lintian-overrides')
-rw-r--r-- | debian/linux-image-6.9-sh7751r-dbg.lintian-overrides | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/linux-image-6.9-sh7751r-dbg.lintian-overrides b/debian/linux-image-6.9-sh7751r-dbg.lintian-overrides new file mode 100644 index 0000000000..3621d6d651 --- /dev/null +++ b/debian/linux-image-6.9-sh7751r-dbg.lintian-overrides @@ -0,0 +1,11 @@ +# Kernel dbg packages contain a full image with debug data +linux-image-6.9-sh7751r-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 + +# It is intended that 64-bit kernels provide vDSOs for 32-bit executables. +# lintian currently allows i386 executables on amd64. + +# Some 32-bit architectures need 64-bit kernels and we still build +# these as the "wrong" architecture rather than mandating multiarch. |