]> git.donarmstrong.com Git - debbugs.git/blob - UPGRADE
[project @ 2000-10-05 22:01:36 by joy]
[debbugs.git] / UPGRADE
1 There are three new scripts that have to be installed in CGI and the front
2 page (or any other search you have set up) needs to be changed to use these
3 scripts.  They are:
4         * bugreport.cgi
5         * common.pl
6         * pkgreport.cgi
7
8 Add the following variables to the /etc/debbugs/config file:
9 (the /usr/share/doc/debbugs/examples/config file can be used as a
10 reference)
11
12 $gSummaryList = "summary.list";         #debian-bugs-report@lists
13 $gSaveOldBugs = 1;
14
15 Make sure you do not have a double ,, as shown here if you're using the
16 default severities.  Also, 'fixed' was added to the default severities:
17 -                                       'normal',"Normal $gBugs",,
18 +                                       'normal',"Normal $gBugs",
19 +                                                       'fixed',"NMU Fixed $gBugs",
20  
21 These have been added to the /etc/debbugs/text file:
22 +############################################################################
23 +#  Here is a blurb to point people to ftp archive of directions.  It is
24 +#  used by the receive script when bouncing a badly formatted email
25 +#
26 +# $gTextInstructions = "$gBadEmailPrefix
27 +# $gBadEmailPrefix Instructions are available from ftp.debian.org in /debian
28 +# $gBadEmailPrefix and at all Debian mirror sites, in the files:
29 +# $gBadEmailPrefix  doc/bug-reporting.txt
30 +# $gBadEmailPrefix  doc/bug-log-access.txt
31 +# $gBadEmailPrefix  doc/bug-maint-info.txt
32 +# $gBadEmailPrefix";
33 +############################################################################
34 +$gTextInstructions = "$gBadEmailPrefix";
35 +
36 +
37  
38 $gHTMLStart = "<BODY TEXT=#0F0F0F>";    #this is used by HTML generation to create the "uniform look"
39  
40 The following code was added to /etc/debbugs/text if you use the new fixed
41 severity
42
43         <DT><CODE>wishlist</CODE>
44 -       <DD>for any feature request, and also for any $gBugs that are very difficult
45 -       to fix due to major design considerations.";
46 +       <DD>for any feature request, and also for any $gBugs that are very 
47 +       difficult to fix due to major design considerations.";
48 +
49 +       <DT><CODE>fixed</CODE>
50 +       <DD>fixed in the current version in the unstable archive but the fix has
51 +       not been fixed by the person responsible.
52   
53  In All such entries in /etc/debbugs/text, if you replace <BODY> with
54  $gHTMLStart, all html pages will have the same look (as specified in
55  $gHTMLStart):
56
57  $gSummaryIndex = "<HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>
58  $gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>