Bug#977597: dh_strip: For a static archive, test if any .text sections are non-empty

2021-09-04 Thread Niels Thykier
Control: reassign -1 lintian On Thu, 17 Dec 2020 15:31:57 +0100 Matthias Klose wrote: > Package: debhelper > Tags: patch > > See also #977596 filed for lintian. > > dh_strip already strips the lto sections when stripping static archives, > however > it doesn't check that the archive has text s

Bug#977597: dh_strip: For a static archive, test if any .text sections are non-empty

2020-12-18 Thread Matthias Klose
updated patch, passing the line length check. diff -Nru debhelper-13.3/dh_strip debhelper-13.3.1/dh_strip --- debhelper-13.3/dh_strip 2020-07-17 18:52:20.0 +0200 +++ debhelper-13.3.1/dh_strip 2020-12-18 14:04:29.0 +0100 @@ -381,6 +381,14 @@ '-R', '.gnu.lto_*', '-R', '.gnu.deb

Bug#977597: dh_strip: For a static archive, test if any .text sections are non-empty

2020-12-17 Thread Matthias Klose
Package: debhelper Tags: patch See also #977596 filed for lintian. dh_strip already strips the lto sections when stripping static archives, however it doesn't check that the archive has text sections containing the machine code. see https://github.com/rpm-software-management/rpmlint/blob/master/