From 87efbc2701b01cd5c61548b7cfecbb82d78f434f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 22 May 2009 14:50:13 +0200 Subject: [PATCH 1/1] 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. --- debian/aptitude/config.real | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.2