diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:36:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:36:26 +0000 |
commit | 569106afbc36d21ec7584444df3072aefb934cac (patch) | |
tree | 7f084acdd4363d4c4ae5bdbe90d19cbaefddc5fb /debian/lintian-overrides | |
parent | Adding upstream version 2.21.3+deb11u1. (diff) | |
download | devscripts-debian/2.21.3+deb11u1.tar.xz devscripts-debian/2.21.3+deb11u1.zip |
Adding debian version 2.21.3+deb11u1.debian/2.21.3+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/lintian-overrides')
-rw-r--r-- | debian/lintian-overrides | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..5be4067 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,15 @@ +# "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/debrebuild +# Keep the explicit status path as a fallback for too old version of dpkg; +# the fallback can be dropped once we require dpkg >= 1.19.1 +devscripts: uses-dpkg-database-directly usr/share/perl5/Devscripts/PackageDeps.pm + +# 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 |