3 use Debbugs::Config qw(:globals);
5 ############################################################################
6 # Here is a blurb to point people to ftp archive of directions. It is
7 # used by the receive script when bouncing a badly formatted email
9 # $gTextInstructions = "$gBadEmailPrefix
10 # $gBadEmailPrefix Instructions are available from ftp.debian.org in /debian
11 # $gBadEmailPrefix and at all Debian mirror sites, in the files:
12 # $gBadEmailPrefix doc/bug-reporting.txt
13 # $gBadEmailPrefix doc/bug-log-access.txt
14 # $gBadEmailPrefix doc/bug-maint-info.txt
16 ############################################################################
17 $gBadEmailPrefix = '' unless defined $gBadEmailPrefix;
18 $gTextInstructions = "$gBadEmailPrefix";
21 ############################################################################
22 # Here is a blurb for any mirrors of the web site. Here's a sample:
24 #$gHTMLCopies = "<p>Copies of the logs are available on the World Wide Web at<BR>
25 # <A HREF=\"http://mirror1.domain\"><CODE>http://mirror1.domain</CODE></A><BR>
26 # <A HREF=\"http://mirror2.domain\"><CODE>http://mirror2.domain</CODE></A>";
27 ############################################################################
31 ############################################################################
32 # notice other links you want to note, like your list archives or project
35 #$gHTMLOtherPages = "Other Links of note:<BR>
36 # <A HREF=\"http://www.debian.org/\">The Debian Project</A><BR>
37 # <A HREF=\"http://another.domain\">Description of URL</A>";
38 ############################################################################
39 $gHTMLOtherPages = "";
42 ############################################################################
43 # list of other links you want to note, like your list archives or project
44 # home page. Some pages already have links in a list, this adds them to
45 # the end of the list.
47 #$gHTMLOtherPageList = "<LI><A HREF=\"http://www.debian.org/\">
48 # The Debian Project</A>
49 # <LI><A HREF=\"http://another.domain\">Description of URL</A>";
50 ############################################################################
51 $gHTMLOtherPageList = "";
54 ############################################################################
55 # gives explanation of bad maintainer situation and instructions on how to
57 ############################################################################
61 ############################################################################
62 # give directions here for how to find the proper title for Package:
64 ############################################################################
65 $gHTMLFindPackage = "";
68 ############################################################################
69 # If you have pseudo packages, place a blurb here. For example:
70 # $gHTMLPseudoDesc = "<p>There are some pseudo-packages available for putting in
71 # the <CODE>Package</CODE> line when reporting a $gBug in something other than an
72 # actual $gProject software package. There is
73 # <A HREF="db/ix/pseudopackages.html"> a list of these</A> on the $gBugs WWW
75 ############################################################################
76 $gHTMLPseudoDesc = "";
79 ############################################################################
80 # List any extra information you would like included in bug reports. For
82 # $gXtraBugInfo = "<li>What kernel version you're using (type
83 # <code>uname -a</code>), your shared C library (type <code>ls -l
84 # /lib/libc.so.6</code> or <code>dpkg -s libc6 | grep ^Version</code>), and
85 # any other details about your Debian system, if it seems appropriate.
86 # For example, if you had a problem with a Perl script, you would want to
87 # provide the version of the `perl' binary (type <code>perl -v</code> or
88 # <code>dpkg -s perl-5.005 | grep ^Version:</code>).";
89 ############################################################################
93 ############################################################################
94 # List any extra information you would like about reporting bugs
95 ############################################################################
96 $gXtraReportingInfo = "";
99 ############################################################################
100 # Process used by system to create Maintainers index file
101 ############################################################################
102 $gCreateMaintainers = "";
105 ###########################################################################
106 # You shouldn't have to modify anything below here unless it's for personal
107 # preference. Be very careful and don't touch unless you *know* what
108 # you're doing. Much of the stuff has hardcoded duplicates elsewhere.
111 ############################################################################
112 # Description of the severities
113 ############################################################################
114 $gHTMLSeverityDesc = "<DT><CODE>critical</CODE>
115 <DD>makes unrelated software on the system (or the whole system) break,
116 or causes serious data loss, or introduces a security hole on systems
117 where you install the package.
119 <DT><CODE>grave</CODE>
120 <DD>makes the package in question unusable or mostly so, or causes data
121 loss, or introduces a security hole allowing access to the accounts of
122 users who use the package.
124 <DT><CODE>normal</CODE>
125 <DD>the default value, for normal $gBugs.
127 <DT><CODE>wishlist</CODE>
128 <DD>for any feature request, and also for any $gBugs that are very
129 difficult to fix due to major design considerations.";
131 ############################################################################
132 # Description of the tags
133 ############################################################################
135 <dt><code>patch</code>
136 <dd>A patch or some other easy procedure for fixing the $gBug is included in
137 the $gBug logs. If there\'s a patch, but it doesn\'t resolve the $gBug
138 adequately or causes some other problems, this tag should not be used.
140 <dt><code>wontfix</code>
141 <dd>This $gBug won\'t be fixed. Possibly because this is a choice between two
142 arbitrary ways of doing things and the maintainer and submitter prefer
143 different ways of doing things, possibly because changing the behaviour
144 will cause other, worse, problems for others, or possibly for other
147 <dt><code>moreinfo</code>
148 <dd>This $gBug can\'t be addressed until more information is provided by the
149 submitter. The $gBug will be closed if the submitter doesn\'t provide more
150 information in a reasonable (few months) timeframe. This is for $gBugs like
151 \"It doesn\'t work\". What doesn\'t work?
153 <dt><code>unreproducible</code>
154 <dd>This $gBug can\'t be reproduced on the maintainer\'s system. Assistance
155 from third parties is needed in diagnosing the cause of the problem.
157 <dt><code>fixed</code>
158 <dd>This $gBug is fixed or worked around, but there\'s still an issue that
159 needs to be resolved.
161 <dt><code>stable</code>
162 <dd>This $gBug affects the stable distribution in particular. This is only
163 intended to be used for ease in identifying release critical $gBugs that
164 affect the stable distribution. It\'ll be replaced eventually with
165 something a little more flexible, probably.
168 ############################################################################
169 # shows up at the start of (most) html pages.
170 ############################################################################
171 $gHTMLStart = "<BODY>";
173 ############################################################################
174 # shows up at the end of (most) html pages.
175 ############################################################################
177 <ADDRESS>$gMaintainer <<A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>>.
184 <A HREF=\"$gWebDomain/\">Debian $gBug tracking system</A><BR>
185 Copyright (C) 1999 Darren O. Benham,
186 1997,2003 nCipher Corporation Ltd,
191 ############################################################################
192 # Message on when reports are purged.
193 ############################################################################
194 $gHTMLExpireNote = "(Closed $gBugs are archived $gRemoveAge days after the last related message is received.)";
196 ############################################################################
197 # Makeup of the stamp page
198 ############################################################################
199 $gHTMLStamp = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
200 <HTML><HEAD><TITLE>$gProject $gBugs - timestamp page</TITLE>
201 <LINK REV=\"made\" HREF=\"mailto:$gMaintainerEmail\">
202 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
203 </HEAD>$gHTMLStart<H1>Is this $gBug log or mirror up to date?</H1>
205 Unlike all the other $gBug pages, this small timestamp page is updated every
206 time the update check job runs. If the timestamp here is recent it\'s
207 likely that the mirror in which you\'re reading it is up to date.
210 <!--updateupdate-->update<!--/updateupdate-->
212 <STRONG><!--updatetime-->SUBSTITUTE_DTIME<!--/updatetime--></STRONG>;
213 The logs are usually checked every hour and updated if necessary.
215 For the $gBug index or for other information about $gProject and the $gBug
216 system, see the <A HREF=\"../../\">$gBug system main contents page</A>.
220 <A HREF=\"mailto:$gMaintainerEmail\">$gMaintainerEmail</A>,
221 through the <A HREF=\"../../\">$gProject $gBug database</a>
223 <!--version 1.0-4.3-->";
225 ############################################################################
226 # Makeup of the indices pages
227 ############################################################################
228 $gFullIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
229 <HTML><HEAD><TITLE>$gProject $gBugs - full index</TITLE>
230 <LINK REV=\"make\" HREF=\"mailto:$gMaintainerEmail\">
231 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
232 </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - index</H1>
234 This index gives access to $gBugs sent to <CODE>submit\@$gEmailDomain</CODE>
235 but not yet marked as done, and to $gBugs marked as done but not yet purged
236 from the database (this happens $gRemoveAge days after the last message relating to
239 For other kinds of indices or for other information about $gProject and
240 the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
246 $gJunkIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
247 <HTML><HEAD><TITLE>$gProject $gBug reports - Junk</TITLE>
248 <LINK REV=\"made\" HREF=\"$gMaintainerEmail\">
249 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
250 </HEAD>$gHTMLStart<H1>$gProject $gBug reports - Junk</H1>
252 This is the index page for logs of messages not associated with a specific
255 For other kinds of indices or for other information about $gProject and
256 the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
262 $gMaintIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
263 <HTML><HEAD><TITLE>$gProject $gBug reports by maintainer</TITLE>
264 <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
265 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
266 </HEAD>$gHTMLStart<H1>$gProject $gBug reports by maintainer</H1>
268 This page lists the package maintainers against whose packages there are
269 outstanding, forwarded or recently-closed $gBug reports. A maintainer who
270 has several versions of their email address in the <CODE>Maintainer</CODE>
271 package control file field may appear several times.<P>
272 If the maintainers information here is not accurate, please see
273 <A HREF=\"../../Developer.html#maintincorrect\">the developers\'
274 instructions</A> to find how this can happen and what to do about it. <P>
275 For other kinds of indices or for other information about $gProject and
276 the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
282 $gPackageIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
283 <HTML><HEAD><TITLE>$gProject $gBug reports by package</TITLE>
284 <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
285 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
286 </HEAD>$gHTMLStart<H1>$gProject $gBug reports by package</H1>
288 This page lists the package against which there are outstanding, forwarded or
289 recently-closed $gBug reports. A multi-binary package may appear several
290 times, once for each binary package name and once for the source package
291 name (if it is different).<P>
292 For other kinds of indices or for other information about $gProject and
293 the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
299 $gSummaryIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
300 <HTML><HEAD><TITLE>$gProject $gBug report logs - summary index</TITLE>
301 <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
302 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
303 </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - summary index</H1>
305 This summary index briefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
306 </CODE> but not yet marked as done, or as forwarded to an upstream author.
307 Here they are sorted by reference number (and therefore by submission date,
309 For other kinds of indices or for other information about $gProject and
310 the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
313 <P>The * column lists the first letter of the severity of the $gBug.
318 $gPackageLog = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
319 <HTML><HEAD><TITLE>$gProject $gBug report logs - index by package</TITLE>
320 <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
321 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
322 </HEAD>$gHTMLStart<H1>$gProject $gBug report logs - index by package</H1>
324 This summary index briefly lists $gBugs sent to <CODE>submit\@$gEmailDomain
325 </CODE> but not yet marked as done, or as forwarded to an upstream author.
326 Here they are sorted by package name.<P>
327 For other kinds of indices or for other information about $gProject and
328 the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW
334 $gPseudoIndex = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
335 <HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages</TITLE>
336 <LINK REF=\"made\" HREF=\"mailto:$gMaintainerEmail\">
337 <LINK REL=\"stylesheet\" HREF=\"$gWebHostBugDir/css/bugs.css\" TYPE=\"text/css\">
338 </HEAD>$gHTMLStart<H1>$gProject $gBug report pseudo-packages</H1>
340 This page lists the pseudo-packages available for use in the
341 <CODE>Package:</CODE> line in $gBug reports.<P>
343 See the <A HREF=\"../../Reporting.html\">instructions for reporting a
344 $gBug</A> for details of how to specify a <CODE>Package:</CODE> line.<P>
345 For other kinds of indices or for other information about $gProject and
346 the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW