summaryrefslogtreecommitdiffstats
path: root/tags/e/excessive-priority-for-library-package.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/e/excessive-priority-for-library-package.tag')
-rw-r--r--tags/e/excessive-priority-for-library-package.tag12
1 files changed, 12 insertions, 0 deletions
diff --git a/tags/e/excessive-priority-for-library-package.tag b/tags/e/excessive-priority-for-library-package.tag
new file mode 100644
index 0000000..e887f26
--- /dev/null
+++ b/tags/e/excessive-priority-for-library-package.tag
@@ -0,0 +1,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>.