]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
aptitude: Display type (free, contrib, non-free) in preview mode.
authorSimon Ruderich <simon@ruderich.org>
Fri, 22 May 2009 12:50:13 +0000 (14:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 22 May 2009 12:50:13 +0000 (14:50 +0200)
This makes it easy to spot from where the packages are going to be installed.

debian/aptitude/config.real

index b625803b35641e8567df0b50d804ab4266c4e975..797ccbc12bd2c62cfd89755ffdbf5e2d4b776edd 100644 (file)
@@ -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.