summaryrefslogtreecommitdiff
path: root/dselect/pkgdisplay.cc
diff options
context:
space:
mode:
authorIan Jackson <ian@chiark.chu.cam.ac.uk>1996-07-01 02:51:11 +0100
committerIan Jackson <ian@chiark.chu.cam.ac.uk>1996-07-01 02:51:11 +0100
commit3a5b7e80afb07ffaebf804e72f4e232f935f60e1 (patch)
treea89b2cda50e4e248e29efd7be5eab315539f5057 /dselect/pkgdisplay.cc
parentb16210d877e072cf87cff3f8a84f677e8e1e59a8 (diff)
downloaddpkg-3a5b7e80afb07ffaebf804e72f4e232f935f60e1.tar.gz
dpkg (1.2.11); priority=MEDIUM
* dselect had dependency bug if installed package newer than avail. * Added `replaces' to dselect's list of package relationship strings. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Mon, 1 Jul 1996 02:51:11 +0100
Diffstat (limited to 'dselect/pkgdisplay.cc')
-rw-r--r--dselect/pkgdisplay.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index 89d0ee533..92c31a868 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -39,12 +39,12 @@ const char
*const eflagstrings[]= { "", "REINSTALL", 0 },
*const statusstrings[]= { "not installed", "unpacked (not set up)",
"failed config", "installed", "half installed",
- "removed (configs remain)", 0 },
+ "removed (configs remain)", 0 },
*const prioritystrings[]= { "Required", "Important", "Standard", "Recommended",
"Optional", "Extra", "Contrib",
- "!Bug!", "Unclassified", 0 },
+ "!Bug!", "Unclassified", 0 },
*const relatestrings[]= { "suggests", "recommends", "depends on", "pre-depends on",
- "conflicts with", "provides", 0 },
+ "conflicts with", "provides", "replaces", 0 },
*const priorityabbrevs[]= { "Req", "Imp", "Std", "Rec",
"Opt", "Xtr", "Ctb",
"bUG", "?" };