From: Simon Ruderich Date: Fri, 22 May 2009 12:50:13 +0000 (+0200) Subject: aptitude: Display type (free, contrib, non-free) in preview mode. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=87efbc2701b01cd5c61548b7cfecbb82d78f434f;hp=7c2fd5579bbc6ecebee517b37834fa27e8ba38ab;p=config%2Fdotfiles.git aptitude: Display type (free, contrib, non-free) in preview mode. This makes it easy to spot from where the packages are going to be installed. --- diff --git a/debian/aptitude/config.real b/debian/aptitude/config.real index b625803..797ccbc 100644 --- a/debian/aptitude/config.real +++ b/debian/aptitude/config.real @@ -15,7 +15,7 @@ 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.