The following commit has been merged in the master branch:
commit e2e412977aefafa7df6f84c8cb6fe645dae85215
Author: Sven Joachim <[email protected]>
Date:   Fri May 22 05:04:00 2009 +0200

    dselect: Remove obsolete priorities support
    
    dselect shows wrong package priorities in the package selection screen.
    This is because the string representations arrays haven't been updated
    to reflect the removal of the “Recommended” and “Contrib” priorities
    in commit c8d3938be127e256fd593f234858fb9d474b2353.

diff --git a/debian/changelog b/debian/changelog
index 9bf12c7..3050cba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ dpkg (1.15.2) UNRELEASED; urgency=low
 
   * Fix FTBFS on GNU/Hurd due to a missmatched define usage in
     start-stop-daemon.
+  * Remove obsolete priorities support from dselect.
+    Thanks to Sven Joachim <[email protected]>.
 
  -- Guillem Jover <[email protected]>  Thu, 21 May 2009 07:01:35 +0200
 
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_("?") };
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to