I finally found a fix for this issue, any comment is welcome: diff -Nru lintian-2.114.0/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules lintian-2.114.0ubuntu2/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules --- lintian-2.114.0/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules 2021-11-27 18:20:56.000000000 +0100 +++ lintian-2.114.0ubuntu2/t/recipes/checks/binaries/prerequisites/numpy/binaries-missing-depends-on-numpy-abi/build-spec/debian/rules2022-02-22 11:12:19.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie -export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-as-needed +export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-as-needed -fPIC %: dh $@ --buildsystem pybuild