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