How to report a bug in Debian

Send mail to debian-bugs@pixar.com, as described below.

Please don't report several unrelated bugs in one message. Lists of currently-outstanding bugs are available - see another document for details.

You should put a pseudo-header at the start of the body of the message, with the Package: and Version: lines giving the name and version of the Debian package which has the buggy program. See the example below for the exact format.

Please include:

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.).

Example

A bug report, with mail header, looks something like this:
  To: debian-bugs@pixar.com
  From: diligent@testing.linux.org
  Subject: Hello says `goodbye'

  Package: hello
  Version: 1.3-2

  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 0.93R1 alpha, kernel version 1.1.99.15z
  and libc 4.5.26.

Other pages:

Ian Jackson / iwj10@thor.cam.ac.uk. 2nd May 1995.