Lintian question

2025-02-08 Thread David Bannon
Hi Folks, I write an app, tomboy-ng, in Debian. Its a free pascal app, and free pascal does not do hardening on powerpc64el. So, I turn it off at compile (eg if [ "$CPU" = "powerpc64le" ]; then...) and leave an override so Lintian does not get too unhappy. Like this - # FPC has a known bug o

Re: Lintian question

2025-02-08 Thread Jeffrey Walton
On Sat, Feb 8, 2025 at 9:18 AM David Bannon wrote: > > Hi Folks, I write an app, tomboy-ng, in Debian. > > Its a free pascal app, and free pascal does not do hardening on powerpc64el. > So, I turn it off at compile (eg if [ "$CPU" = "powerpc64le" ]; then...) and > leave an override so Lintian do