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