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