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:
parent
22491b5994
commit
860f1dc867
|
|
@ -1 +1,3 @@
|
|||
radicle binary: initial-upload-closes-no-bugs
|
||||
radicle binary: no-manual-page
|
||||
radicle binary: unstripped-binary-or-object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
DEB_BUILD_OPTIONS=nostrip
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
radicle source: debian-rules-sets-DEB_BUILD_OPTIONS
|
||||
Loading…
Reference in New Issue