This file is indexed.

/etc/debbugs/html/Reporting.html.in is in debbugs 2.4.1.1.

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
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
$gReportingHtml = <<HTML_END
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>$gProject $gBugs - how to report a $gBug</title>
  <link rev="made" href="mailto:$gMaintainerEmail">
</head>
<body>

<h1>How to report a $gBug in $gProject</h1>

<h2>Important things to note <strong>before</strong> sending</h2>

<p>Please don't report several unrelated $gBugs - especially ones in
different packages - in a single $gBug report.

<p>You should check if your $gBug report has already been filed by someone
else before submitting it. Lists of currently outstanding $gBugs are
available <a href="./">on the World Wide Web</a> and
<a href="Access.html">elsewhere</a> - see other documents for details.
You can submit your comments to an existing $gBug report
#<var>&lt;number&gt;</var> by sending e-mail to
<var>&lt;number&gt;</var>\@$gEmailDomain</p>

<p>If you can't seem to determine which package contains the problem,
please send e-mail to the <a href="mailto:$gMaintainerEmail">
$gMaintainerEmail</a> asking for advice.
$gHTMLPseudoDesc
</p>

<p>If you'd like to send a copy of your $gBug report to additional
recipients (such as mailing lists), you shouldn't use the usual e-mail
headers, but <a href="#xcc">a different method, described below</a>.</p>


<h2>Sending the bug report using an automatic bug report tool</h2>

<p>There is a program that was developed in Debian to help reporting
$gBug reports, it's called
<code><a href="http://packages.debian.org/stable/utils/reportbug.html">reportbug</a></code>.
It will guide you through the bug reporting process step by step,
and probably ease filing bugs that way.</p>

<p>Emacs users can also use the debian-bug command provided by the
<code><a href="http://packages.debian.org/stable/utils/debbugs-el.html">
debbugs-el</a></code> package. When called with <kbd>M-x
debian-bug</kbd>, it will ask for all necessary information in a
similar way to <code>reportbug</code>.</p>


<h2>Sending the bug report via e-mail</h2>

<p>Send mail to
<a href="mailto:submit\@$gEmailDomain"><code>submit\@$gEmailDomain</code></a>,
as described below.</p>

<p>Of course, like with any email, you should include a clear, descriptive
<code>Subject</code> line in your main mail header.  The subject you
give will be used as the initial $gBug title in the tracking system, so
please try to make it informative!</p>

<p>You need to put a <a name="pseudoheader">pseudo-header</a> at the start
of the body of the message. That means that the first line of the message
body should say:</p>

<pre>
Package: &lt;something&gt;
</pre>

<p>Replace <code>&lt;something&gt;</code> with the name of the package which
has the $gBug.</p>

<p>The second line of the message should say:</p>

<pre>
Version: &lt;something&gt;
</pre>

<p>Replace <code>&lt;something&gt;</code> with the version of the package.</p>

<p>You need to supply a correct <code>Package</code> line in the
pseudo-header in order for the $gBug tracking system to deliver the message
to the package's maintainer.</p>

$gHTMLFindPackage

<p>The pseudo-header fields should start at the very start of their lines.</p>

$gHTMLPseudoDesc

<p>Please include in your report:</p>

<ul>
  <li>The <em>exact</em> and <em>complete</em> text of any error
      messages printed or logged.  This is very important!
  <li>Exactly what you typed or did to demonstrate the problem.
  <li>A description of the incorrect behaviour: exactly what behaviour
      you were expecting, and what you observed.  A transcript of an
      example session is a good way of showing this.
  <li>A suggested fix, or even a patch, if you have one.
  <li>Details of the configuration of the program with the problem.
      Include the complete text of its configuration files.

$gXtraBugInfo

</ul>

<p>Include any detail that seems relevant - you are in very little danger
of making your report too long by including too much information.  If
they are small please include in your report any files you were using
to reproduce the problem (uuencoding them if they may contain odd
characters etc.).</p>


<h2><A name="example">Example</a></h2>

<p>A $gBug report, with mail header, looks something like this:

<pre>
  To: submit\@$gEmailDomain
  From: diligent\@testing.linux.org
  Subject: Hello says `goodbye'

  Package: hello
  Version: 1.3-16

  When I invoke `hello' without arguments from an ordinary shell
  prompt it prints `goodbye', rather than the expected `hello, world'.
  Here is a transcript:

  $ hello
  goodbye
  $ /usr/bin/hello
  goodbye
  $

  I suggest that the output string, in hello.c, be corrected.

  I am using Debian GNU/Linux 2.2, kernel 2.2.17-pre-patch-13
  and libc6 2.1.3-10.
</pre>


<h2><A name="xcc">Sending copies of $gBug reports to other addresses</a></h2>

<p>Sometimes it is necessary to send a copy of a $gBug report to somewhere
else besides the mailing list and the package maintainer, which is where they
are normally sent.

<p>You could do this by CC'ing your $gBug report to the other address(es),
but then the other copies would not have the $gBug report number put in
the <code>Reply-To</code> field and the <code>Subject</code> line.
When the recipients reply they will probably preserve the
<code>submit\@$gEmailDomain</code> entry in the header and have their
message filed as a new $gBug report.  This leads to many duplicated
reports.

<p>The <em>right</em> way to do this is to use the <code>X-Debbugs-CC</code>
header.  Add a line like this to your message's mail header (<em>not</em>
to the pseudo header with the <code>Package</code> field):
<pre>
  X-Debbugs-CC: other-list\@cosmic.edu
</pre>
This will cause the $gBug tracking system to send a copy of your report
to the address(es) in the <code>X-Debbugs-CC</code> line as well as to
any mailing list.

<p>This feature can often be combined usefully with mailing
<code>quiet</code> - see below.


<h2><A name="severities">Severity levels</a></h2>

<p>If a report is of a particularly serious $gBug, or is merely a feature
request that, you can set the severity level of the $gBug as you report
it.  This is not required, however, and the developers will assign an
appropriate severity level to your report if you do not.

<p>To assign a severity level, put a line like this one in the
<a href="#pseudoheader">pseudo-header</a>:</p>

<pre>
Severity: &lt;<var>severity</var>&gt;
</pre>

<p>Replace &lt;<var>severity</var>&gt; with one of the available severity
levels, as described in the
<a href="Developer.html#severities">developers' documentation</a>.</p>


<h2><a name="tags">Assigning tags</a></h2>

<p>You can set tags on a $gBug as you are reporting it. For example, if
you are including a patch with your $gBug report, you may wish to set
the <code>patch</code> tag.  This is not required, and the developers
will set tags on your report as and when it is appropriate.

<p>To set tags, put a line like this one in the
<a href="#pseudoheader">pseudo-header</a>:</p>

<pre>
Tags: &lt;<var>tags</var>&gt;
</pre>

<p>Replace &lt;<var>tags</var>&gt; with one or more of the available tags,
as described in the
<a href="Developer.html#tags">developers' documentation</a>.
Separate multiple tags with commas, spaces, or both.


<h2>Not forwarding to the mailing list - minor $gBug reports</h2>

<p>If a $gBug report is minor (for example, a documentation typo or other
trivial build problem), or you're submitting many reports at once,
send them to <code>maintonly\@$gEmailDomain</code> or
<code>quiet\@$gEmailDomain</code>.
<code>maintonly</code> will send the report on to the package
maintainer (provided you supply a correct <code>Package</code> line in
the pseudo-header and the maintainer is known), and <code>quiet</code>
will not forward it anywhere at all but only file it as a $gBug (useful
if, for example, you are submitting many similar $gBugs and want to post
only a summary).

<p>If you do this the $gBug system will set the <code>Reply-To</code> of
any forwarded message so that replies will by default be processed in
the same way as the original report.

<h3>$gBug reports against unknown packages</h3>

<p>If the $gBug tracking system doesn't know who the maintainer of the
relevant package is it'll forward the report to
the mailing list even if <code>maintonly</code> was used.

<p>When sending to <code>maintonly\@$gEmailDomain</code> or
<var>nnn</var><code>-maintonly\@$gEmailDomain</code> you should make sure that
the $gBug report is assigned to the right package, by putting a correct
<code>Package</code> at the top of an original submission of a report,
or by using <a href="server-control.html">the
<code>control\@$gEmailDomain</code> service</a> to (re)assign the report
appropriately first if it isn't correct already.

$gXtraReportingInfo

<hr>

<p>Other pages:
<ul>
  <li><a href="./">Bug tracking system main contents page.</a>
  <li><a href="Developer.html">Developers' information regarding the $gBug processing system.</a>
  <li><a href="Access.html">Accessing the $gBug tracking logs other than by WWW.</a>
  <li><a href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</a>
  <li><a href="db/ix/packages.html">Packages with $gBug reports.</a>
  <li><a href="db/ix/maintainers.html">Maintainers of packages with $gBug reports.</a>
$gHTMLOtherPageList
</ul>

$gHTMLTail

HTML_END