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