X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=debian%2Faptitude%2Fconfig.real;h=4b7a4fdc58bdf8b2f617d9f637d3487de5e3d382;hb=9a7f5138808821310c907751ff2d62c2a4da0402;hp=dd8339ecb3e1003608c6b9ded92f598ed09f463a;hpb=d6dc9f302490bc09d34fa38d4b35a95851668f6f;p=config%2Fdotfiles.git diff --git a/debian/aptitude/config.real b/debian/aptitude/config.real index dd8339e..4b7a4fd 100644 --- a/debian/aptitude/config.real +++ b/debian/aptitude/config.real @@ -1,5 +1,20 @@ // Aptitude configuration file. +// Copyright (C) 2009-2013 Simon Ruderich +// +// This file is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This file is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this file. If not, see . + aptitude { UI { @@ -13,10 +28,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,section(topdir),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"; }