]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - debian/aptitude/config.real
debian: Add aptitude configuration file.
[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.
17         Default-Preview-Grouping "pattern(~O),action";
18     }
19
20     // Don't display packages which only contain build dependencies.
21     Pkg-Display-Limit "!-build-depends";
22 }