From f7b948a1f9535a4e266314822aa98cdd506b8d15 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Feb 2024 08:57:28 +0200 Subject: 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 Sponsored-by: author --- debian/source/lintian-overrides | 2 ++ debian/subplot.lintian-overrides | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 debian/source/lintian-overrides create mode 100644 debian/subplot.lintian-overrides (limited to 'debian') 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 -- cgit v1.2.1