Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract dev script for running lintian (#1792)
Related #1716. Stacked on #1791. This PR pulls out the inlined `lintian` invocation to its own dev script. I had to apply one fix, because [shellcheck complained about `<(ls *.deb)`, which should be `<(ls -- *.deb)`](https://www.shellcheck.net/wiki/SC2035). <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1792"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a> --------- Co-authored-by: Jan Heuermann <jan@jotaen.net>
- Loading branch information