]> git.donarmstrong.com Git - debbugs.git/blob - README
[project @ 2003-05-26 10:44:40 by cjwatson]
[debbugs.git] / README
1                      DEBIAN BUG TRACKING SYSTEM
2                      --------------------------
3
4 This bug tracking system was developed by Ian Jackson from 1994-1997,
5 with assistance from nCipher Corporation Limited in 1997.  nCipher allowed
6 Ian to redistribute modifications he made to the system while working as an
7 employee of nCipher.
8
9 =============================================================================
10 SYSTEM REQUIREMENTS
11 =============================================================================
12  - GNU date
13  - GNU gzip
14  - Perl 5 (5.005 is known to work)
15  - Mailtools and MIME-tools perl modules to manipulate email
16  - Lynx 2.7 or later
17  - The bug system requires its own mail domain.  It comes with code
18    which understands how exim, qmail and sendmail deliver mail for such a 
19    domain to a script.
20  - A webserver.  For the old system of static HTML pages generated for
21    bug reports and index pages, this is easiest if the bug system can
22    write directly to the webspace; for the new system of CGI scripts
23    that generate web pages on the fly, write access is not required.
24  - Somewhere to run CGI scripts (unless you don't need the web forms for
25    searching for bugs by number, package, maintainer or submitter).
26
27 =============================================================================
28 INSTALLATION INSTRUCTIONS
29 =============================================================================
30
31 Install the Debian package and read /usr/share/doc/debbugs/README.Debian file.
32
33 If you can't use the .deb, do the following:
34
35 1. Run "make install" from the source directory.
36
37 2. Edit the config files in /etc/debbugs/ directory to suit your needs.
38 Re-run debbugsconfig when you're finished to regenerate the
39 documentation.
40
41 3. Set up the mail arrangements to deliver mail to the right place, and to
42 set up a blackhole mail alias if you need one.  Ensure that owner@bugs, the
43 address of the BTS owner, if that's what you're using, is handled by the MTA.
44 All other email should be piped into the receive script.
45
46 4. Set up your HTTP server to point people looking for bug reports to
47 /var/lib/debbugs/www and set /var/lib/debbugs/www/cgi as a valid CGI
48 directory.
49
50 5. Test things a bit, by sending mail messages to the bug system and
51 running /usr/lib/debbugs/processall and/or /usr/lib/debbugs/rebuild.
52 The latter updates index files used by the CGI scripts.  If you're
53 feeling brave, you can link /var/lib/debbugs/spool/index.db to
54 index.db.realtime and .../index.archive to index.archive.realtime to
55 remove the need for the rebuild script; this is still semi-experimental.
56
57 6. If all seems well then install the crontab from
58 /usr/share/doc/debbugs/examples/crontab.
59
60 Notes:
61
62 Each line of /etc/debbugs/Maintainers file needs to be formatted like
63 this: "package       maintainer name <e-mail@address>".
64
65 If you need a template, look in /usr/share/doc/debbugs/examples/ directory.
66
67 =============================================================================
68 FURTHER INFORMATION
69 =============================================================================
70 Web:  http://benham.net/debbugs/
71 Email: debian-debbugs@lists.debian.org (mailing list)
72        debian-debbugs-request@lists.debian.org with the word subscribe in the
73        subject line
74
75 =============================================================================
76 COPYRIGHT AND LACK-OF-WARRANTY NOTICE
77 =============================================================================
78 Copyright 1999 Darren O. Benham <gecko@debian.org>
79 Copyright 1994,1995,1996,1997 Ian Jackson <ijackson@chiark.greenend.org.uk>
80 Copyright 1997 nCipher Corporation Limited
81
82 This bug system is free software; you can redistribute it and/or modify it
83 under the terms of the GNU General Public License as published by the Free
84 Software Foundation; version 2 of the License.
85
86 This program and documentation is distributed in the hope that it will be
87 useful, but without any warranty; without even the implied warranty of
88 merchantability or fitness for a particular purpose. See the GNU General
89 Public License for more details.
90
91 You should have received a copy of the GNU General Public License along
92 with this program, or one should be available above; if not, write to the
93 Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
94 02111-1307, USA.
95
96  - Darren Benham 14 Oct, 1999