summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-24 08:57:28 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-25 14:57:18 +0200
commitf7b948a1f9535a4e266314822aa98cdd506b8d15 (patch)
tree1bd05086b528d16cb76acc97d608b959be6fd208 /debian
parentfa518c2139c2433bd8dd09dabcfac8c690ce2d06 (diff)
downloadsubplot-f7b948a1f9535a4e266314822aa98cdd506b8d15.tar.gz
build: override lintian
Disable some lintian warnings. * shell-script-fails-syntax-check, script-not-executable: these complain about Bash templates for Subplot. These are not expected to be valid Bash nor executable. * no-manual-page: I'm not going to write a subplot manual page any time soon, sorry. We might generate one from clap some day, though. * source-nmu-has-incorrect-version-number, no-nmu-in-changelog: not relevant for us, only for Debian. These sometimes happen if I invoke the build wrong. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'debian')
-rw-r--r--debian/source/lintian-overrides2
-rw-r--r--debian/subplot.lintian-overrides3
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..511a470
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+subplot source: source-nmu-has-incorrect-version-number
+subplot source: no-nmu-in-changelog
diff --git a/debian/subplot.lintian-overrides b/debian/subplot.lintian-overrides
new file mode 100644
index 0000000..ad79ed0
--- /dev/null
+++ b/debian/subplot.lintian-overrides
@@ -0,0 +1,3 @@
+subplot binary: no-manual-page
+subplot: shell-script-fails-syntax-check
+subplot: script-not-executable