summaryrefslogtreecommitdiffstats
path: root/skiplist
diff options
context:
space:
mode:
Diffstat (limited to 'skiplist')
-rw-r--r--skiplist23
1 files changed, 23 insertions, 0 deletions
diff --git a/skiplist b/skiplist
new file mode 100644
index 0000000..7417b9a
--- /dev/null
+++ b/skiplist
@@ -0,0 +1,23 @@
+# This file contains a list of 'skip' packages for debtree
+# By default debtree will completely ignore 'skip' packages: they, and their
+# dependencies will not be displayed on graphs.
+#
+# This file is ignored when debtree is used to search for dependency paths
+# between two packages.
+#
+# This file can be overruled on a per-user basis by creating a directory
+# ~/.debtree/ and adding a custom version of this file there.
+# List one or more packages per line (separated by spaces or tabs).
+# Comments after package names are allowed.
+
+# Very basic libraries
+libc6
+libgcc1
+libstdc++6
+zlib1g
+libx11-6
+multiarch-support
+
+# Extremely basic development libraries
+libc-dev
+libc6-dev