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