aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2024-01-10 10:32:44 +0100
committerGuido Günther <agx@sigxcpu.org>2024-01-10 10:32:44 +0100
commit75cda5279eef3b158aae399d1086dde2975446be (patch)
tree12057f1cd9d8d274c1743c146ded8da5ca5eb915 /debian/rules
parentdbd1b36695eea32278564dd4a0b49056aaa2e47f (diff)
Validate shell completion functions
We for zsh we can at least catch syntax errors and use shellcheck for bash.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 76f08c3b..1c586b60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
make
+ make shell-check
endif
execute_after_dh_auto_build: