]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - debian/aptitude/config.real
aptitude: Don't display warning when in read only mode.
[config/dotfiles.git] / debian / aptitude / config.real
index dd8339ecb3e1003608c6b9ded92f598ed09f463a..b625803b35641e8567df0b50d804ab4266c4e975 100644 (file)
@@ -13,10 +13,15 @@ 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.
     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";
 }