From: cjwatson <> Date: Thu, 5 Jun 2003 01:05:51 +0000 (-0800) Subject: [project @ 2003-06-04 18:05:51 by cjwatson] X-Git-Tag: release/2.6.0~873 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=902bc84a2b4f1d08dd6c5334880c17d553b73556;p=debbugs.git [project @ 2003-06-04 18:05:51 by cjwatson] We've obsoleted the fixed severity in Debian, so might as well do so here too. --- diff --git a/scripts/config.in b/scripts/config.in index d885705c..31320ec2 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -1,6 +1,6 @@ # This is the template debbugs configuration file. # You *must* edit it in order for debbugs to work. -# $Id: config.in,v 1.17 2003/01/28 23:52:08 cjwatson Exp $ +# $Id: config.in,v 1.18 2003/06/04 18:05:51 cjwatson Exp $ # Domains $gEmailDomain = "bugs.something"; # e.g. bugs.debian.org @@ -51,7 +51,6 @@ $gShowSeverities = "critical, grave, normal, minor, wishlist"; %gSeverityDisplay = ( 'critical', "Critical $gBugs", 'grave', "Grave $gBugs", 'normal', "Normal $gBugs", - 'fixed', "Fixed $gBugs", 'wishlist', "Wishlist items" ); @gTags = ( 'patch', 'wontfix', 'moreinfo', 'unreproducible', 'fixed', 'stable' ); diff --git a/scripts/text.in b/scripts/text.in index 71d75a50..31e9c91b 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.19 2003/04/28 23:51:15 cjwatson Exp $ +# $Id: text.in,v 1.20 2003/06/04 18:05:51 cjwatson Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -123,11 +123,7 @@ $gHTMLSeverityDesc = "
critical
wishlist
for any feature request, and also for any $gBugs that are very - difficult to fix due to major design considerations. - -
fixed -
fixed in the current version in the unstable archive but the fix has - not been fixed by the person responsible."; + difficult to fix due to major design considerations."; ############################################################################ # Description of the tags @@ -157,7 +153,7 @@ $gHTMLTagDesc = "
fixed
This $gBug is fixed or worked around, but there\'s still an issue that - needs to be resolved. (This will eventually replace the \"fixed\" severity) + needs to be resolved.
stable
This $gBug affects the stable distribution in particular. This is only