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