summaryrefslogtreecommitdiffstats
path: root/tags/e/excessive-priority-for-library-package.tag
blob: e887f26c2a846573244ae1555d4916e421cdf420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Tag: excessive-priority-for-library-package
Severity: warning
Check: fields/priority
Explanation: The given package appears to be a library package, but it has "Priority"
 of "required", "important", or "standard".
 .
 In general, a library package should only get pulled in on a system because
 some other package depends on it; no library package needs installation on a
 system where nothing uses it.
 .
 Please update <code>debian/control</code> and downgrade the severity to, for
 example, <code>Priority: optional</code>.