]> git.donarmstrong.com Git - debbugs.git/blob - debian/control
a04a57503eaaa310ad44b0ab3a00bfbb898c62a1
[debbugs.git] / debian / control
1 Source: debbugs
2 Section: misc
3 Priority: optional
4 Maintainer: Debbugs developers <debian-debbugs@lists.debian.org>
5 Uploaders: Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>
6 Standards-Version: 4.1.3
7 Vcs-Browser: https://salsa.debian.org/debbugs-team/debbugs
8 Vcs-Git: https://salsa.debian.org/debbugs-team/debbugs.git
9 Build-Depends: debhelper
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, libuser-perl, libmail-message-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, libtest-postgresql-perl,
18  libdbix-class-timestamp-perl,
19  libdbix-class-deploymenthandler-perl,
20  libdatetime-format-mail-perl,
21  libdatetime-perl,
22  libaliased-perl,
23  postgresql,
24  postgresql-13-debversion|postgresql-15-debversion|postgresql-16-debversion,
25  libtext-xslate-perl, graphviz, libtext-iconv-perl, libnet-server-perl,
26  libmouse-perl, libmousex-nativetraits-perl,
27 # required for use strictures 2
28  libstrictures-perl, libbareword-filehandles-perl, libindirect-perl, libmultidimensional-perl,
29 # used to make the logo
30  inkscape
31 Homepage: https://salsa.debian.org/debbugs-team
32 Testsuite: autopkgtest-pkg-perl
33
34 Package: debbugs
35 Architecture: all
36 Depends:
37  ${perl:Depends},
38  ${misc:Depends},
39  exim4 | mail-transport-agent,
40  libdebbugs-perl
41 Recommends: debbugs-web (>= 2.6~)
42 Suggests: spamassassin (>= 3.0), libcgi-alert-perl, postgresql,
43  postgresql-13-debversion|postgresql-15-debversion|postgresql-16-debversion
44 Description: bug tracking system based on the active Debian BTS
45  Debian has a bug tracking system which files details of bugs reported by
46  users and developers. Each bug is given a number, and is kept on file until
47  it is marked as having been dealt with. The system is mainly controlled by
48  e-mail, but the bug reports can be viewed using the WWW.
49  .
50  This version is fully functional, but it does not automatically configure.
51  See /usr/share/doc/debbugs/README.Debian after installation.
52  .
53  Note: there might be various issues with this package, caveat emptor.
54
55 Package: libdebbugs-perl
56 Architecture: all
57 Depends:
58  ${misc:Depends}, ${perl:Depends}, libmailtools-perl, ed, libmime-tools-perl,
59  libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl,
60  libcgi-simple-perl, libparams-validate-perl, libtext-xslate-perl,
61  libmail-rfc822-address-perl, liblist-allutils-perl,
62  graphviz, libtext-iconv-perl, libuser-perl,
63  libmouse-perl, libmousex-nativetraits-perl,
64 # used by Debbugs::Libravatar and libravatar.cgi
65  libfile-libmagic-perl, libgravatar-url-perl, libwww-perl, imagemagick,
66 # used by the database
67  libdbix-class-timestamp-perl,
68  libdbix-class-deploymenthandler-perl,
69  libdatetime-perl,
70  libaliased-perl,
71  libdatetime-format-mail-perl, libdbix-class-perl, libdatetime-format-pg-perl
72 Section: perl
73 Description: modules used by the active Debian BTS
74  Debian has a bug tracking system which files details of bugs reported by
75  users and developers. Each bug is given a number, and is kept on file until
76  it is marked as having been dealt with. The system is mainly controlled by
77  e-mail, but the bug reports can be viewed using the WWW.
78  .
79  This package contains the perl modules used by the bug tracking
80  system, some of which may be suitable for custom scripts which
81  interact with local debbugs mirrors.
82
83 Package: debbugs-web
84 Architecture: all
85 Depends:
86  ${perl:Depends},
87  ${misc:Depends},
88  libdebbugs-perl, apache2 | httpd
89 Suggests: libcgi-alert-perl, libapache2-mod-perl2
90 Replaces: debbugs (<< 2.4.2)
91 Breaks: debbugs (<< 2.4.2)
92 Description: web scripts for the active Debian BTS
93  Debian has a bug tracking system which files details of bugs reported by
94  users and developers. Each bug is given a number, and is kept on file until
95  it is marked as having been dealt with. The system is mainly controlled by
96  e-mail, but the bug reports can be viewed using the WWW.
97  .
98  This package contains the cgi scripts necessary to view bugreports
99  using the web.
100
101 Package: debbugs-local
102 Architecture: all
103 Depends:
104  ${perl:Depends},
105  ${misc:Depends},
106  libdebbugs-perl, debbugs-web, libconfig-simple-perl,
107  libuser-perl, rsync, libhttp-server-simple-perl, libnet-server-perl,
108  sensible-utils
109 Description: Run and maintains a local mirror of the Debian BTS
110  Debian has a bug tracking system which files details of bugs reported
111  by users and developers. Each bug is given a number, and is kept on
112  file until it is marked as having been dealt with. The system is
113  mainly controlled by e-mail, but the bug reports can be viewed using
114  the WWW.
115  .
116  This package contains extra scripts necessary to create a local
117  mirror of the Debian BTS and keep a local mirror up to date.