]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/text.in
[project @ 2003-10-01 14:40:40 by cjwatson]
[debbugs.git] / scripts / text.in
index 71d75a500934b2da14c986b561b226b896c38832..a1df91940f7154fca8bcc8303061fdd0bc4fb7da 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.23 2003/09/18 11:20:54 joy Exp $
 
 ############################################################################
 #  Here is a blurb to point people to ftp archive of directions.  It is
@@ -12,6 +12,7 @@
 # $gBadEmailPrefix  doc/bug-maint-info.txt
 # $gBadEmailPrefix";
 ############################################################################
+$gBadEmailPrefix = '' unless defined $gBadEmailPrefix;
 $gTextInstructions = "$gBadEmailPrefix";
 
 
@@ -123,11 +124,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 +154,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
@@ -174,7 +171,7 @@ $gHTMLStart = "<BODY>";
 ############################################################################
 # shows up at the end of (most) html pages.
 ############################################################################
-$gHTMLTail = "<HR>
+$gHTMLTail = "
  <ADDRESS>$gMaintainer &lt;<A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>&gt;.
  Last modified:
  <!--timestamp-->
@@ -184,7 +181,7 @@ $gHTMLTail = "<HR>
  <P>
  <A HREF=\"http://$gWebDomain/\">Debian $gBug tracking system</A><BR>
  Copyright (C) 1999 Darren O. Benham,
- 1997 nCipher Corporation Ltd,
+ 1997,2003 nCipher Corporation Ltd,
  1994-97 Ian Jackson.
  </ADDRESS>
 ";