# -*- mode: cperl -*- use Debbugs::Config qw(:globals); ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is # used by the receive script when bouncing a badly formatted email # # $gTextInstructions = "$gBadEmailPrefix # $gBadEmailPrefix Instructions are available from ftp.debian.org in /debian # $gBadEmailPrefix and at all Debian mirror sites, in the files: # $gBadEmailPrefix doc/bug-reporting.txt # $gBadEmailPrefix doc/bug-log-access.txt # $gBadEmailPrefix doc/bug-maint-info.txt # $gBadEmailPrefix"; ############################################################################ $gBadEmailPrefix = '' unless defined $gBadEmailPrefix; $gTextInstructions = "$gBadEmailPrefix"; ############################################################################ # Here is a blurb for any mirrors of the web site. Here's a sample: # #$gHTMLCopies = "
Copies of the logs are available on the World Wide Web at
# http://mirror1.domain
# http://mirror2.domain
";
############################################################################
$gHTMLCopies = "";
############################################################################
# notice other links you want to note, like your list archives or project
# home page.
#
#$gHTMLOtherPages = "Other Links of note:
# The Debian Project
# Description of URL";
############################################################################
$gHTMLOtherPages = "";
############################################################################
# list of other links you want to note, like your list archives or project
# home page. Some pages already have links in a list, this adds them to
# the end of the list.
#
#$gHTMLOtherPageList = "
There are some pseudo-packages available for putting in
# the Package
line when reporting a $gBug in something other than an
# actual $gProject software package. There is
# a list of these on the $gBugs WWW
# pages.";
############################################################################
$gHTMLPseudoDesc = "";
############################################################################
# List any extra information you would like included in bug reports. For
# example:
# $gXtraBugInfo = "
uname -a
), your shared C library (type ls -l
# /lib/libc.so.6
or dpkg -s libc6 | grep ^Version
), and
# any other details about your Debian system, if it seems appropriate.
# For example, if you had a problem with a Perl script, you would want to
# provide the version of the `perl' binary (type perl -v
or
# dpkg -s perl-5.005 | grep ^Version:
).";
############################################################################
$gXtraBugInfo = "";
############################################################################
# List any extra information you would like about reporting bugs
############################################################################
$gXtraReportingInfo = "";
############################################################################
# Process used by system to create Maintainers index file
############################################################################
$gCreateMaintainers = "";
###########################################################################
# You shouldn't have to modify anything below here unless it's for personal
# preference. Be very careful and don't touch unless you *know* what
# you're doing. Much of the stuff has hardcoded duplicates elsewhere.
############################################################################
# Description of the severities
############################################################################
$gHTMLSeverityDesc = "critical
grave
normal
wishlist
patch
wontfix
moreinfo
unreproducible
fixed
stable
Debian $gBug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.
The last update was at SUBSTITUTE_DTIME; The logs are usually checked every hour and updated if necessary.
For the $gBug index or for other information about $gProject and the $gBug system, see the $gBug system main contents page.
submit\@$gEmailDomain
but not yet marked as done, and to $gBugs marked as done but not yet purged
from the database (this happens $gRemoveAge days after the last message relating to
the report).
For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. "; $gJunkIndex = "
For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. "; $gMaintIndex = "
Maintainer
package control file field may appear several times.If the maintainers information here is not accurate, please see the developers\' instructions to find how this can happen and what to do about it.
For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. "; $gPackageIndex = "
For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. "; $gSummaryIndex = "
submit\@$gEmailDomain
but not yet marked as done, or as forwarded to an upstream author.
Here they are sorted by reference number (and therefore by submission date,
too).For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page.
The * column lists the first letter of the severity of the $gBug. "; $gPackageLog = "
submit\@$gEmailDomain
but not yet marked as done, or as forwarded to an upstream author.
Here they are sorted by package name.For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. "; $gPseudoIndex = "
Package:
line in $gBug reports.
See the instructions for reporting a
$gBug for details of how to specify a Package:
line.
For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. ";