File: skiplist

package info (click to toggle)
debtree 1.0.10
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 416 kB
  • ctags: 41
  • sloc: perl: 953; sh: 138; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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