Skip to content

Commit fea439a

Browse files
Remove unused lintian overrides (#1931)
I noticed that lintian reports 3 unused overrides, see e.g. [the “Run lintian” step of this CI build](https://app.circleci.com/pipelines/github/tiny-pilot/tinypilot/4891/workflows/2b7f55b2-d2f8-4085-ac30-6a4676ecb083/jobs/37639): ``` N: 21 hints overridden (21 warnings); 3 unused overrides ``` I haven’t investigated this, but I assume the issues just went away at some point when we upgraded the offending packages. With this PR, [the unused overrides go back to `0`](https://app.circleci.com/pipelines/github/tiny-pilot/tinypilot/4897/workflows/3d482ece-5100-4ee6-934f-b82184386438/jobs/37701): ``` N: 21 hints overridden (21 warnings); 0 unused overrides ``` This PR is succeeds tiny-pilot/tinypilot-pro#1719. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1931"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a> Co-authored-by: Jan Heuermann <jan@jotaen.net>
1 parent 59e976a commit fea439a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

debian-pkg/debian/tinypilot.lintian-overrides

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Suppress complaints about third-party dependencies we don't control.
2-
tinypilot: embedded-javascript-library opt/tinypilot/venv/lib/python*/site-packages/werkzeug/debug/shared/jquery.js please use libjs-jquery
32
tinypilot: script-not-executable [opt/tinypilot/venv/lib/python*/site-packages/greenlet/tests/test_version.py]
43
tinypilot: script-not-executable [opt/tinypilot/venv/lib/python*/site-packages/pkg_resources/_vendor/appdirs.py]
54
tinypilot: script-not-executable [opt/tinypilot/venv/lib/python*/site-packages/setuptools/command/easy_install.py]
6-
tinypilot: embedded-library libyaml opt/tinypilot/venv/lib/python*/site-packages/yaml/*.so
7-
tinypilot: hardening-no-relro [opt/tinypilot/venv/lib/python*/site-packages/yaml/*.so]
85
tinypilot: national-encoding opt/tinypilot/venv/lib/python*/site-packages/passlib/tests/sample1c.cfg
96

107
# Lintian doesn't recognize the Python interpreter when it's within the

0 commit comments

Comments
 (0)