[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Remove obsolete priorities from dselect



Hi,

dselect 1.15.1 shows wrong package priorities in the package selection
screen.  This is because dselect/pkgdisplay.cc has not been updated to
reflect the removal of the "Recommended" and "Contrib" priorities in
commit c8d3938be127e256fd593f234858fb9d474b2353.  The following patch
should fix this:

---
 dselect/pkgdisplay.cc |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index c767043..2832d41 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -62,10 +62,8 @@ const char
   *const prioritystrings[]=  { N_("Required"),
 			       N_("Important"),
 			       N_("Standard"),
-			       N_("Recommended"),
 			       N_("Optional"),
 			       N_("Extra"),
-			       N_("Contrib"),
 			       N_("!Bug!"),
 			       N_("Unclassified"),
 			       0 },
@@ -84,10 +82,8 @@ const char
   *const priorityabbrevs[]=  { N_("Req"),
 			       N_("Imp"),
 			       N_("Std"),
-			       N_("Rec"),
 			       N_("Opt"),
 			       N_("Xtr"),
-			       N_("Ctb"),
 			       N_("bUG"),
 			       N_("?") };
 
-- 
1.6.3.1


Reply to: