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