X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=debian%2Faptitude%2Fconfig.real;h=797ccbc12bd2c62cfd89755ffdbf5e2d4b776edd;hb=cc00d2d0a986a4ea9b3ef2931a435a0dd267eff0;hp=cd56710017dbf6f295e627fd4efb528c9d4e49e4;hpb=9de4cb6f2f09d18f1ccd4c2a73144d40448168b9;p=config%2Fdotfiles.git diff --git a/debian/aptitude/config.real b/debian/aptitude/config.real index cd56710..797ccbc 100644 --- a/debian/aptitude/config.real +++ b/debian/aptitude/config.real @@ -15,9 +15,13 @@ aptitude { 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,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"; + + // Don't display a warning when performing changes (add new packages, + // etc.) in read only mode. + Suppress-Read-Only-Warning "true"; }