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