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