]> git.donarmstrong.com Git - debbugs.git/blob - debian/control
merge changes from don source
[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.8.1
7 Build-Depends-Indep: debhelper, libparams-validate-perl,
8  libmailtools-perl, libmime-tools-perl, libio-stringy-perl, libmldbm-perl,
9  liburi-perl, libsoap-lite-perl, libcgi-simple-perl,
10  libhttp-server-simple-perl, libtest-www-mechanize-perl,
11  libmail-rfc822-address-perl, libsafe-hole-perl, libuser-perl,
12  libconfig-simple-perl, libtest-pod-perl
13
14 Package: debbugs
15 Architecture: all
16 Depends: ${perl:Depends}, exim4 | mail-transport-agent,
17  libdebbugs-perl
18 Recommends: debbugs-web
19 Suggests: spamassassin (>= 3.0), libcgi-alert-perl
20 Description: The bug tracking system based on the active Debian BTS
21  Debian has a bug tracking system which files details of bugs reported by
22  users and developers. Each bug is given a number, and is kept on file until
23  it is marked as having been dealt with. The system is mainly controlled by
24  e-mail, but the bug reports can be viewed using the WWW.
25  .
26  This version is fully functional, but it does not automatically configure.
27  See /usr/share/doc/debbugs/README.Debian after installation.
28  .
29  Note: there might be various issues with this package, caveat emptor.
30
31 Package: libdebbugs-perl
32 Architecture: all
33 Depends: ${perl:Depends}, libmailtools-perl, ed, libmime-tools-perl,
34  libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl,
35  libcgi-simple-perl, libparams-validate-perl, libtext-template-perl,
36  libsafe-hole-perl, libmail-rfc822-address-perl
37 Section: perl
38 Description: modules used by the active Debian BTS
39  Debian has a bug tracking system which files details of bugs reported by
40  users and developers. Each bug is given a number, and is kept on file until
41  it is marked as having been dealt with. The system is mainly controlled by
42  e-mail, but the bug reports can be viewed using the WWW.
43  .
44  This package contains the perl modules used by the bug tracking
45  system, some of which may be suitable for custom scripts which
46  interact with local debbugs mirrors.
47
48 Package: debbugs-web
49 Architecture: all
50 Depends: libdebbugs-perl, apache | httpd
51 Suggests: libcgi-alert-perl
52 Description: web scripts for the active Debian BTS
53  Debian has a bug tracking system which files details of bugs reported by
54  users and developers. Each bug is given a number, and is kept on file until
55  it is marked as having been dealt with. The system is mainly controlled by
56  e-mail, but the bug reports can be viewed using the WWW.
57  .
58  This package contains the cgi scripts necessary to view bugreports
59  using the web.
60
61 Package: debbugs-local
62 Architecture: all
63 Depends: libdebbugs-perl, debbugs-web, libconfig-simple-perl,
64  libuser-perl, rsync
65 Description: run and maintains a local mirror of the Debian BTS
66  Debian has a bug tracking system which files details of bugs reported
67  by users and developers. Each bug is given a number, and is kept on
68  file until it is marked as having been dealt with. The system is
69  mainly controlled by e-mail, but the bug reports can be viewed using
70  the WWW.
71  .
72  This package contains extra scripts necessary to create a local
73  mirror of the Debian BTS and keep a local mirror up to date.