]> git.donarmstrong.com Git - debbugs.git/blob - debian/control
* Add html/bugs.css
[debbugs.git] / debian / control
1 Source: debbugs
2 Section: misc
3 Priority: extra
4 Maintainer: Debbugs developers <debian-debbugs@lists.debian.org>
5 Uploaders: Josip Rodin <joy-packages@debian.org>, Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>
6 Standards-Version: 3.2.1
7 Build-Depends-Indep: debhelper, libparams-validate-perl, libmailtools-perl, libmime-perl, libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl, libcgi-simple-perl, libhttp-server-simple-perl, libtest-www-mechanize-perl
8
9 Package: debbugs
10 Architecture: all
11 Depends: ${perl:Depends}, exim4 | mail-transport-agent, libdebbugs-perl
12 Recommends: debbugs-web
13 Suggests: spamassassin (>= 3.0), libcgi-alert-perl
14 Description: The bug tracking system based on the active Debian BTS
15  Debian has a bug tracking system which files details of bugs reported by
16  users and developers. Each bug is given a number, and is kept on file until
17  it is marked as having been dealt with. The system is mainly controlled by
18  e-mail, but the bug reports can be viewed using the WWW.
19  .
20  This version is fully functional, but it does not automatically configure.
21  See /usr/share/doc/debbugs/README.Debian after installation.
22  .
23  Note: there might be various issues with this package, caveat emptor.
24
25 Package: libdebbugs-perl
26 Architecture: all
27 Depends: ${perl:Depends}, libmailtools-perl, ed, libmime-perl, libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl, libcgi-simple-perl, libparams-validate-perl
28 Description: modules used by the active Debian BTS
29  Debian has a bug tracking system which files details of bugs reported by
30  users and developers. Each bug is given a number, and is kept on file until
31  it is marked as having been dealt with. The system is mainly controlled by
32  e-mail, but the bug reports can be viewed using the WWW.
33  .
34  This package contains the perl modules used by the bug tracking
35  system, some of which may be suitable for custom scripts which
36  interact with local debbugs mirrors.
37
38 Package: debbugs-web
39 Architecture: all
40 Depends: libdebbugs-perl, apache | httpd
41 Suggests: libcgi-alert-perl
42 Description: web scripts for the active Debian BTS
43  Debian has a bug tracking system which files details of bugs reported by
44  users and developers. Each bug is given a number, and is kept on file until
45  it is marked as having been dealt with. The system is mainly controlled by
46  e-mail, but the bug reports can be viewed using the WWW.
47  .
48  This package contains the cgi scripts necessary to view bugreports
49  using the web.