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