summaryrefslogtreecommitdiffstats
path: root/tags/l/library-not-linked-against-libc.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/l/library-not-linked-against-libc.tag')
-rw-r--r--tags/l/library-not-linked-against-libc.tag14
1 files changed, 14 insertions, 0 deletions
diff --git a/tags/l/library-not-linked-against-libc.tag b/tags/l/library-not-linked-against-libc.tag
new file mode 100644
index 0000000..63d4a5c
--- /dev/null
+++ b/tags/l/library-not-linked-against-libc.tag
@@ -0,0 +1,14 @@
+Tag: library-not-linked-against-libc
+Severity: error
+Check: binaries/prerequisites
+Explanation: The package installs a library which is not dynamically linked
+ against libc.
+ .
+ It is theoretically possible to have a library which doesn't use any
+ symbols from libc, but it is far more likely that this is a violation
+ of the requirement that "shared libraries must be linked against all
+ libraries that they use symbols from in the same way that binaries
+ are".
+See-Also:
+ debian-policy 10.2,
+ Bug#698720