# -*- 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 = "

  • # The Debian Project #
  • Description of URL"; ############################################################################ $gHTMLOtherPageList = ""; ############################################################################ # gives explanation of bad maintainer situation and instructions on how to # correct. ############################################################################ $gBadMaintHtml = ""; ############################################################################ # give directions here for how to find the proper title for Package: # pseudo header line. ############################################################################ $gHTMLFindPackage = ""; ############################################################################ # If you have pseudo packages, place a blurb here. For example: # $gHTMLPseudoDesc = "

    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 = "

  • What kernel version you're using (type # 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
    makes unrelated software on the system (or the whole system) break, or causes serious data loss, or introduces a security hole on systems where you install the package.
    grave
    makes the package in question unusable or mostly so, or causes data loss, or introduces a security hole allowing access to the accounts of users who use the package.
    normal
    the default value, for normal $gBugs.
    wishlist
    for any feature request, and also for any $gBugs that are very difficult to fix due to major design considerations."; ############################################################################ # Description of the tags ############################################################################ $gHTMLTagDesc = "
    patch
    A patch or some other easy procedure for fixing the $gBug is included in the $gBug logs. If there\'s a patch, but it doesn\'t resolve the $gBug adequately or causes some other problems, this tag should not be used.
    wontfix
    This $gBug won\'t be fixed. Possibly because this is a choice between two arbitrary ways of doing things and the maintainer and submitter prefer different ways of doing things, possibly because changing the behaviour will cause other, worse, problems for others, or possibly for other reasons.
    moreinfo
    This $gBug can\'t be addressed until more information is provided by the submitter. The $gBug will be closed if the submitter doesn\'t provide more information in a reasonable (few months) timeframe. This is for $gBugs like \"It doesn\'t work\". What doesn\'t work?
    unreproducible
    This $gBug can\'t be reproduced on the maintainer\'s system. Assistance from third parties is needed in diagnosing the cause of the problem.
    fixed
    This $gBug is fixed or worked around, but there\'s still an issue that needs to be resolved.
    stable
    This $gBug affects the stable distribution in particular. This is only intended to be used for ease in identifying release critical $gBugs that affect the stable distribution. It\'ll be replaced eventually with something a little more flexible, probably. "; ############################################################################ # shows up at the start of (most) html pages. ############################################################################ $gHTMLStart = ""; ############################################################################ # shows up at the end of (most) html pages. ############################################################################ $gHTMLTail = "
    $gMaintainer <$gMaintainerEmail>. Last modified: SUBSTITUTE_DTIME

    Debian $gBug tracking system
    Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.

    "; ############################################################################ # Message on when reports are purged. ############################################################################ $gHTMLExpireNote = "(Closed $gBugs are archived $gRemoveAge days after the last related message is received.)"; ############################################################################ # Makeup of the stamp page ############################################################################ $gHTMLStamp = " $gProject $gBugs - timestamp page $gHTMLStart

    Is this $gBug log or mirror up to date?

    Unlike all the other $gBug pages, this small timestamp page is updated every time the update check job runs. If the timestamp here is recent it\'s likely that the mirror in which you\'re reading it is up to date.

    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.


    $gMaintainerEmail, through the $gProject $gBug database
    "; ############################################################################ # Makeup of the indices pages ############################################################################ $gFullIndex = " $gProject $gBugs - full index $gHTMLStart

    $gProject $gBug report logs - index

    This index gives access to $gBugs sent to 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 = " $gProject $gBug reports - Junk $gHTMLStart

    $gProject $gBug reports - Junk

    This is the index page for logs of messages not associated with a specific $gBug report.

    For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. "; $gMaintIndex = " $gProject $gBug reports by maintainer $gHTMLStart

    $gProject $gBug reports by maintainer

    This page lists the package maintainers against whose packages there are outstanding, forwarded or recently-closed $gBug reports. A maintainer who has several versions of their email address in the 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 = " $gProject $gBug reports by package $gHTMLStart

    $gProject $gBug reports by package

    This page lists the package against which there are outstanding, forwarded or recently-closed $gBug reports. A multi-binary package may appear several times, once for each binary package name and once for the source package name (if it is different).

    For other kinds of indices or for other information about $gProject and the $gBug system, see $gBug system top-level contents WWW page. "; $gSummaryIndex = " $gProject $gBug report logs - summary index $gHTMLStart

    $gProject $gBug report logs - summary index

    This summary index briefly lists $gBugs sent to 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 = " $gProject $gBug report logs - index by package $gHTMLStart

    $gProject $gBug report logs - index by package

    This summary index briefly lists $gBugs sent to 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 = " $gProject $gBug report pseudo-packages $gHTMLStart

    $gProject $gBug report pseudo-packages

    This page lists the pseudo-packages available for use in the 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. ";