]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-06-04 18:05:51 by cjwatson]
authorcjwatson <>
Thu, 5 Jun 2003 01:05:51 +0000 (17:05 -0800)
committercjwatson <>
Thu, 5 Jun 2003 01:05:51 +0000 (17:05 -0800)
We've obsoleted the fixed severity in Debian, so might as well do so here
too.

scripts/config.in
scripts/text.in

index d885705c0589eabbf031e1c55a77d143d9e16453..31320ec215d361b01fa7b0ede8c20f3ab87598f5 100644 (file)
@@ -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' );
 
index 71d75a500934b2da14c986b561b226b896c38832..31e9c91b8086f56c68fe20beea5b72aa6dbb4870 100644 (file)
@@ -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 = "<DT><CODE>critical</CODE>
 
        <DT><CODE>wishlist</CODE>
        <DD>for any feature request, and also for any $gBugs that are very 
-       difficult to fix due to major design considerations.
-
-       <DT><CODE>fixed</CODE>
-       <DD>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 = "
 
 <dt><code>fixed</code>
   <dd>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.
 
 <dt><code>stable</code>
   <dd>This $gBug affects the stable distribution in particular.  This is only