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