diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:53:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:53:53 +0000 |
commit | 8bfec411659061418969c246436a22ade44ff446 (patch) | |
tree | 68371d63fe05049a558f5e41d9b9f45b76014aa9 /debian/lintian-overrides | |
parent | Adding upstream version 2.23.4+deb12u1. (diff) | |
download | devscripts-8bfec411659061418969c246436a22ade44ff446.tar.xz devscripts-8bfec411659061418969c246436a22ade44ff446.zip |
Adding debian version 2.23.4+deb12u1.debian/2.23.4+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/lintian-overrides')
-rw-r--r-- | debian/lintian-overrides | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..657d36d --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,18 @@ +# "debsnap: grab packages from https://snapshot.debian.org" isn't a homepage +devscripts: description-possibly-contains-homepage https://snapshot.debian.org + +# Needs to hardcode /var/lib/status to be able to create an empty file; +# blocked on the dpkg bug https://bugs.debian.org/914515 +devscripts: uses-dpkg-database-directly [usr/bin/chdist] +devscripts: uses-dpkg-database-directly [usr/bin/debootsnap] + +# False positive: /var/lib/dpkg/status in apt policy output that will be skipped +devscripts: uses-dpkg-database-directly [usr/bin/dget] + +# Yes, this is perfectly fine. +# It's a suggestion to all the people interested in Debian development to +# install debhelper in their host system... +devscripts: binary-package-depends-on-toolchain-package Suggests: debhelper + +# False positive: lintian interprets SQL command parameter for psql as Shell code +devscripts: bash-term-in-posix-shell * [usr/bin/ltnu:*] |