Use shellcheck as test

This makes sure shell scripting is on the safer side.
This commit is contained in:
Guido Günther 2020-07-23 16:14:03 +02:00
parent 7404f3c573
commit 1789724bcf
3 changed files with 6 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
shellcheck contacts-importer

1
debian/control vendored
View File

@ -4,6 +4,7 @@ Priority: optional
Maintainer: PureOS Maintainers <pureos-project@lists.puri.sm>
Build-Depends:
debhelper (>= 11),
shellcheck,
Homepage: https://source.puri.sm/pureos/packages/diy-contacts-importer
Vcs-Git: https://source.puri.sm/pureos/packages/diy-contacts-importer.git
Vcs-Browser: https://source.puri.sm/pureos/packages/diy-contacts-importer

3
debian/rules vendored
View File

@ -2,3 +2,6 @@
%:
dh $@
override_dh_auto_test:
make