This file is indexed.

/etc/debbugs/html/index.html.in is in debbugs-web 2.6.0.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
$gIndexHtml = <<HTML_END
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>$gProject $gBug tracking system</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rev="made" href="mailto:$gMaintainerEmail">
  <link rel="stylesheet" href="$gWebHostBugDir/css/bugs.css" type="text/css">
</head>
<body>

<h1>$gProject $gBug tracking system main contents page</h1>

<p>$gProject has a $gBug tracking system (BTS) in which we file
details of $gBugs reported by users and developers.  Each $gBug is given a
number, and is kept on file until it is marked as having been dealt
with.</p>

$gHTMLCopies

<h2>Documentation about the $gBug tracking system</h2>

<ul>
  <li><a href="Reporting$gHTMLSuffix">Instructions for reporting a $gBug</a>
  <li><a href="Access$gHTMLSuffix">Ways of accessing the $gBug report logs</a>
  <li><a href="server-request$gHTMLSuffix">Requesting $gBug reports by email</a>
</ul>

<ul>
  <li><a href="Developer$gHTMLSuffix">Advanced information on how to use the system</a>
  <li><a href="server-control$gHTMLSuffix">Information on manipulating $gBugs by email</a>
  <li><a href="server-refcard$gHTMLSuffix">Mailservers' reference card</a>
</ul>

<h2>Viewing $gBug reports on the WWW</h2>

<p>Find a bug by <strong>number</strong>:
  <br>
  <form method="get" action="$gCGIDomain/bugreport.cgi">
  <input type="text" size="9" name="bug" value="">
  <input type="submit" value="Find">
  <input type="checkbox" name="mbox" value="yes"> as mbox
  </form>

<form method="get" action="$gCGIDomain/pkgreport.cgi">
<p>Find bugs by:
<input type="radio" name="which" value="pkg" checked><strong>package</strong>
<input type="radio" name="which" value="src"><strong>source&nbsp;package</strong>
<input type="radio" name="which" value="maint"><strong>maintainer&nbsp;email</strong>
<input type="radio" name="which" value="submitter"><strong>submitter&nbsp;email</strong>
<input type="radio" name="which" value="tag"><strong>tag</strong>
<br>
What to search for:<input type="text" name="data" value="" size="50">
<input type="submit" value="Find">
</form>

<p>The following bug report indices are available:
<ul>
  <li>Packages with
      <a href="$gCGIDomain/pkgindex.cgi?indexon=pkg">active</a>
      and
      <a href="$gCGIDomain/pkgindex.cgi?indexon=pkg&amp;archived=yes">archived</a>
      bug reports.
  <li>Source packages with
      <a href="$gCGIDomain/pkgindex.cgi?indexon=src">active</a>
      and
      <a href="$gCGIDomain/pkgindex.cgi?indexon=src&amp;archived=yes">archived</a>
      bug reports.
  <li>Maintainers of packages with
      <a href="$gCGIDomain/pkgindex.cgi?indexon=maint">active</a>
      and
      <a href="$gCGIDomain/pkgindex.cgi?indexon=maint&amp;archived=yes">archived</a>
      bug reports.
  <li>Submitters of
      <a href="$gCGIDomain/pkgindex.cgi?indexon=submitter">active</a>
      and
      <a href="$gCGIDomain/pkgindex.cgi?indexon=submitter&amp;archived=yes">archived</a>
      bug reports.
</ul>

$gHTMLOtherPages

$gHTMLTail

HTML_END