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