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