From 9de4cb6f2f09d18f1ccd4c2a73144d40448168b9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 16 Apr 2009 12:56:06 +0200 Subject: [PATCH] aptitude: Only display changed packages in preview. So that upgradeable packages which are not changed are not displayed. --- debian/aptitude/config.real | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/aptitude/config.real b/debian/aptitude/config.real index dd8339e..cd56710 100644 --- a/debian/aptitude/config.real +++ b/debian/aptitude/config.real @@ -13,8 +13,9 @@ 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,filter(~ainstall | ~aupgrade | ~adowngrade | ~aremove | ~apurge | ~ahold)"; } // Don't display packages which only contain build dependencies. -- 2.44.2