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