]> git.donarmstrong.com Git - debbugs.git/blob - debian/control
merge fix for soap bug
[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,
8  libmailtools-perl, libmime-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-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 Description: modules used by the active Debian BTS
38  Debian has a bug tracking system which files details of bugs reported by
39  users and developers. Each bug is given a number, and is kept on file until
40  it is marked as having been dealt with. The system is mainly controlled by
41  e-mail, but the bug reports can be viewed using the WWW.
42  .
43  This package contains the perl modules used by the bug tracking
44  system, some of which may be suitable for custom scripts which
45  interact with local debbugs mirrors.
46
47 Package: debbugs-web
48 Architecture: all
49 Depends: libdebbugs-perl, apache | httpd
50 Suggests: libcgi-alert-perl
51 Description: web scripts for the active Debian BTS
52  Debian has a bug tracking system which files details of bugs reported by
53  users and developers. Each bug is given a number, and is kept on file until
54  it is marked as having been dealt with. The system is mainly controlled by
55  e-mail, but the bug reports can be viewed using the WWW.
56  .
57  This package contains the cgi scripts necessary to view bugreports
58  using the web.
59
60 Package: debbugs-local
61 Architecture: all
62 Depends: libdebbugs-perl, debbugs-web, libconfig-simple-perl,
63  libuser-perl, rsync
64 Description: run and maintains a local mirror of the Debian BTS
65  Debian has a bug tracking system which files details of bugs reported
66  by users and developers. Each bug is given a number, and is kept on
67  file until it is marked as having been dealt with. The system is
68  mainly controlled by e-mail, but the bug reports can be viewed using
69  the WWW.
70  .
71  This package contains extra scripts necessary to create a local
72  mirror of the Debian BTS and keep a local mirror up to date.