-
-
Notifications
You must be signed in to change notification settings - Fork 255
/
.lintianignore
31 lines (25 loc) · 1.32 KB
/
.lintianignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# These are rules for Lintian to ignore globally. For more targeted rules, see
# debian-pkg/debian/tinypilot.lintian-overrides.
# Debian doesn't want packages to install to /opt, but it also doesn't give
# clear guidance on where they *should* go. It's too much churn at this point to
# change, so we're going to ignore this.
dir-or-file-in-opt
# We don't publish to public repositories, so it's not important for us to have
# an extended package description for now.
extended-description-is-empty
# Ignore this until we find a better way of setting permissions properly.
# https://github.com/tiny-pilot/tinypilot/issues/1196
recursive-privilege-change
# Our copyright notice isn't in the correct format.
# https://lintian.debian.org/tags/copyright-without-copyright-notice
copyright-without-copyright-notice
# Apparently the Target and WantedBy fields we specify are atypical, so suppress
# warnings until we can find the right field values.
# https://github.com/tiny-pilot/tinypilot/issues/1207
systemd-service-file-refers-to-obsolete-target
systemd-service-file-refers-to-unusual-wantedby-target
# Our custom `Tinypilot-Version` header field triggers an `unknown-field`
# warning. In general, it’s legitimate for Debian control files to contain
# user-defined fields, though.
# https://lintian.debian.org/tags/unknown-field
unknown-field