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