]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - debian/aptitude/config.real
797ccbc12bd2c62cfd89755ffdbf5e2d4b776edd
[config/dotfiles.git] / debian / aptitude / config.real
1 // Aptitude configuration file.
2
3
4 aptitude {
5     UI {
6         // Only display menubar when it's active.
7         Menubar-Autohide "true";
8         // Don't display often used commands as help, I know them.
9         HelpBar "false";
10
11         // Use normal grouping with origin (~O) package as new top level.
12         // Thanks to hark in #debian on Freenode (2009-04-02 19:14) and
13         // http://noone.org/blog/English/Computer/Debian/Group%20by%20origin%20in%20aptitude.futile
14         // the site he pointed me to.
15         Default-Grouping "task,status,pattern(~O, !~O => other),section(subdirs,passthrough),section(topdir)";
16         // Same as Default-Grouping but only display packages which are
17         // changed (so no upgradeable are shown).
18         Default-Preview-Grouping "pattern(~O),action,section(topdir),filter(~ainstall | ~aupgrade | ~adowngrade | ~aremove | ~apurge | ~ahold)";
19     }
20
21     // Don't display packages which only contain build dependencies.
22     Pkg-Display-Limit "!-build-depends";
23
24     // Don't display a warning when performing changes (add new packages,
25     // etc.) in read only mode.
26     Suppress-Read-Only-Warning "true";
27 }