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