X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=debian%2Faptitude%2Fconfig.real;h=797ccbc12bd2c62cfd89755ffdbf5e2d4b776edd;hb=87efbc2701b01cd5c61548b7cfecbb82d78f434f;hp=dd8339ecb3e1003608c6b9ded92f598ed09f463a;hpb=d6dc9f302490bc09d34fa38d4b35a95851668f6f;p=config%2Fdotfiles.git diff --git a/debian/aptitude/config.real b/debian/aptitude/config.real index dd8339e..797ccbc 100644 --- a/debian/aptitude/config.real +++ b/debian/aptitude/config.real @@ -13,10 +13,15 @@ aptitude { // 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)"; - // Same as Default-Grouping. - Default-Preview-Grouping "pattern(~O),action"; + // 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)"; } // Don't display packages which only contain build dependencies. Pkg-Display-Limit "!-build-depends"; + + // Don't display a warning when performing changes (add new packages, + // etc.) in read only mode. + Suppress-Read-Only-Warning "true"; }