]> git.donarmstrong.com Git - debbugs.git/blob - debian/control
add missing graphviz and libuser-perl dependency
[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-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 Section: perl
56 Description: modules used by the active Debian BTS
57  Debian has a bug tracking system which files details of bugs reported by
58  users and developers. Each bug is given a number, and is kept on file until
59  it is marked as having been dealt with. The system is mainly controlled by
60  e-mail, but the bug reports can be viewed using the WWW.
61  .
62  This package contains the perl modules used by the bug tracking
63  system, some of which may be suitable for custom scripts which
64  interact with local debbugs mirrors.
65
66 Package: debbugs-web
67 Architecture: all
68 Depends:
69  ${perl:Depends},
70  ${misc:Depends},
71  libdebbugs-perl, apache2 | httpd
72 Suggests: libcgi-alert-perl, libapache2-mod-perl2
73 Replaces: debbugs (<< 2.4.2)
74 Breaks: debbugs (<< 2.4.2)
75 Description: web scripts for the active Debian BTS
76  Debian has a bug tracking system which files details of bugs reported by
77  users and developers. Each bug is given a number, and is kept on file until
78  it is marked as having been dealt with. The system is mainly controlled by
79  e-mail, but the bug reports can be viewed using the WWW.
80  .
81  This package contains the cgi scripts necessary to view bugreports
82  using the web.
83
84 Package: debbugs-local
85 Architecture: all
86 Depends:
87  ${perl:Depends},
88  ${misc:Depends},
89  libdebbugs-perl, debbugs-web, libconfig-simple-perl,
90  libuser-perl, rsync, libhttp-server-simple-perl, libnet-server-perl
91 Description: Run and maintains a local mirror of the Debian BTS
92  Debian has a bug tracking system which files details of bugs reported
93  by users and developers. Each bug is given a number, and is kept on
94  file until it is marked as having been dealt with. The system is
95  mainly controlled by e-mail, but the bug reports can be viewed using
96  the WWW.
97  .
98  This package contains extra scripts necessary to create a local
99  mirror of the Debian BTS and keep a local mirror up to date.