diff options
Diffstat (limited to '')
-rw-r--r-- | debian/lintian-overrides | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..94ada43 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,9 @@ +# This is a false positive: /usr/bin/manpath genuinely uses no +# runtime-fortified functions. The build system is such that, if +# fortification is ever accidentally omitted, this warning will be emitted +# for other executables as well. +man-db: hardening-no-fortify-functions usr/bin/manpath + +# This is a private library, so it's OK for it to contain error-reporting +# utility functions that call exit. +man-db: shlib-calls-exit usr/lib/man-db/libman-*.so |