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