File: skiplist

package info (click to toggle)
debtree 1.0.6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 408 kB
  • ctags: 41
  • sloc: perl: 927; sh: 136; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

# Extremely basic development libraries
libc-dev
libc6-dev