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