X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=debian%2Faptitude%2Fconfig.in;h=2030dfb952a058b9e3ce29bd721329b9e7a31a74;hb=0e1f3846c77e6b0ca5d9215b07f6e587cedd19d9;hp=910a102e06e7d46380340f0a591f233b3b12bd3a;hpb=39986d090e8238040ba92989c709ec8df67e67f0;p=config%2Fdotfiles.git diff --git a/debian/aptitude/config.in b/debian/aptitude/config.in index 910a102..2030dfb 100644 --- a/debian/aptitude/config.in +++ b/debian/aptitude/config.in @@ -27,22 +27,24 @@ aptitude { // Thanks to hark in #debian on Freenode (2009-04-02 19:14) and // http://noone.org/blog/English/Computer/Debian/Group%20by%20origin%20in%20aptitude.futile // the site he pointed me to. - Default-Grouping "task,status,pattern(~O, !~O => other),section(subdirs,passthrough),section(topdir)"; + //Default-Grouping "task,status,pattern(~O, !~O => other),section(subdirs,passthrough),section(topdir)"; // Same as Default-Grouping but only display packages which are // changed (so no upgradeable are shown). - Default-Preview-Grouping "pattern(~O),action,section(topdir),filter(~ainstall | ~aupgrade | ~adowngrade | ~aremove | ~apurge | ~ahold)"; - } + //Default-Preview-Grouping "pattern(~O),action,section(topdir),filter(~ainstall | ~aupgrade | ~adowngrade | ~aremove | ~apurge | ~ahold)"; - // Don't display packages which only contain build dependencies. - Pkg-Display-Limit "!-build-depends"; + // Pause before installing any packages. + Pause-After-Download "Yes"; + } // Don't display a warning when performing changes (add new packages, // etc.) in read only mode. Suppress-Read-Only-Warning "true"; } -APT { +Apt { // Don't install recommended packages by default. The most annoying // aptitude default! Install-Recommends "false"; } + +// vim: ft=cfg