]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - debian/aptitude/config.real
*: License under GPL v3+.
[config/dotfiles.git] / debian / aptitude / config.real
index b625803b35641e8567df0b50d804ab4266c4e975..4b7a4fdc58bdf8b2f617d9f637d3487de5e3d382 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
 
 aptitude {
     UI {
@@ -15,7 +30,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.