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