summaryrefslogtreecommitdiff
path: root/dselect/pkgdisplay.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-07-14 12:04:47 +0200
committerGuillem Jover <guillem@debian.org>2009-07-14 12:04:47 +0200
commitfb6c4a7a7a46b8ba7d6e6ff959bf6b23058690bb (patch)
treea5bd1f7dbceebf8f03a7febe214a77f069b35a61 /dselect/pkgdisplay.cc
parent5bd53bc1a8d179ff1891b0362ac1968b36d31faa (diff)
downloaddpkg-fb6c4a7a7a46b8ba7d6e6ff959bf6b23058690bb.tar.gz
Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags
These flags have been obsolete for a long time, and the ‘hold’ part has been converted to the ‘want_hold’ value on database parse. No current system having been upgraded through several Debian releases should have those values in their status database anymore.
Diffstat (limited to 'dselect/pkgdisplay.cc')
-rw-r--r--dselect/pkgdisplay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index 2832d412b..1cfae69d3 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -88,7 +88,7 @@ const char
N_("?") };
const char statuschars[] = " -IUCWt*";
-const char eflagchars[]= " R?#";
+const char eflagchars[] = " R";
const char wantchars[]= "n*=-_";
/* These MUST be in the same order as the corresponding enums in pkglist.h */