projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
skip all Description fields in apt-cache, not just first
[apt.git]
/
debian
/
apt.conf.autoremove
1
APT
2
{
3
NeverAutoRemove
4
{
5
"^firmware-linux.*";
6
"^linux-firmware$";
7
"^kfreebsd-image.*";
8
"^gnumach$";
9
"^gnumach-image.*";
10
};
11
12
Never-MarkAuto-Sections
13
{
14
"metapackages";
15
"restricted/metapackages";
16
"universe/metapackages";
17
"multiverse/metapackages";
18
"oldlibs";
19
"restricted/oldlibs";
20
"universe/oldlibs";
21
"multiverse/oldlibs";
22
};
23
};