From: Simon Ruderich Date: Sun, 24 Mar 2013 15:54:01 +0000 (+0100) Subject: debian/aptitude/config: Disable some display settings. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=23d310c976455c24a9d3e401a5032716be71abb5;p=config%2Fdotfiles.git debian/aptitude/config: Disable some display settings. I'm not sure what they do. --- diff --git a/debian/aptitude/config.in b/debian/aptitude/config.in index f96a679..12b3ccf 100644 --- a/debian/aptitude/config.in +++ b/debian/aptitude/config.in @@ -27,10 +27,10 @@ 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 a warning when performing changes (add new packages,