debian: add lintian overrides

These make the Debian package checker, lintian, complain less. This
makes any other warning and errors stand out better.

Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
Lars Wirzenius 2024-03-19 11:28:22 +02:00 committed by cloudhead
parent 22491b5994
commit 860f1dc867
No known key found for this signature in database
3 changed files with 5 additions and 0 deletions

View File

@ -1 +1,3 @@
radicle binary: initial-upload-closes-no-bugs radicle binary: initial-upload-closes-no-bugs
radicle binary: no-manual-page
radicle binary: unstripped-binary-or-object

2
debian/rules vendored
View File

@ -1,5 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
DEB_BUILD_OPTIONS=nostrip
%: %:
dh $@ dh $@

1
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1 @@
radicle source: debian-rules-sets-DEB_BUILD_OPTIONS