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