From ac65bf803158ba30ac95d30730231a964d1b12aa Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 23 May 1996 21:31:05 +0100 Subject: dpkg (1.2.2); priority=MEDIUM * Fixed dselect coredump found by Erick Branderhorst (thanks). * Sort obsolete removed packages separately, not under Available. -- Ian Jackson Thu, 23 May 1996 21:31:05 +0100 --- dselect/pkgdisplay.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dselect/pkgdisplay.cc') diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc index 89bd9f0f3..b024f6722 100644 --- a/dselect/pkgdisplay.cc +++ b/dselect/pkgdisplay.cc @@ -59,13 +59,15 @@ const char "Updated", "Obsolete/local", "Up-to-date", - "Available" }, + "Available", + "Removed" }, *const ssastrings[]= { "Brokenly installed packages", "Newly available packages", "Updated packages (newer version is available)", "Obsolete and local packages present on system", "Up to date installed packages", - "Available packages (not currently installed)" }; + "Available packages (not currently installed)", + "Removed and no longer available packages" }; const char *const sssstrings[]= { "Brokenly installed packages", -- cgit v1.2.3