1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: debbugs
Section: misc
Priority: optional
Maintainer: Debbugs developers <debian-debbugs@lists.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>,
Bill Allombert <ballombe@debian.org>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debbugs-team/debbugs
Vcs-Git: https://salsa.debian.org/debbugs-team/debbugs.git
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: libparams-validate-perl,
libmailtools-perl, libmime-tools-perl, libio-stringy-perl, libmldbm-perl,
liburi-perl, libsoap-lite-perl, libcgi-simple-perl,
libhttp-server-simple-perl, libtest-www-mechanize-perl,
libmail-rfc822-address-perl, libsafe-hole-perl, libuser-perl,
libconfig-simple-perl, libtest-pod-perl, liblist-allutils-perl,
libmail-message-perl,
# used by Debbugs::Libravatar and libravatar.cgi
libfile-libmagic-perl, libgravatar-url-perl, libwww-perl, imagemagick,
libtext-template-perl, graphviz, libtext-iconv-perl, libnet-server-perl,
# used to make the logo
inkscape
Homepage: https://salsa.debian.org/debbugs-team
Package: debbugs
Architecture: all
Depends:
${perl:Depends},
${misc:Depends},
default-mta | mail-transport-agent, lynx,
libdebbugs-perl
Recommends: debbugs-web (>= 2.6~)
Suggests: spamassassin (>= 3.0)
Description: bug tracking system based on the active Debian BTS
Debian has a bug tracking system which files details of bugs reported by
users and developers. Each bug is given a number, and is kept on file until
it is marked as having been dealt with. The system is mainly controlled by
e-mail, but the bug reports can be viewed using the WWW.
.
This version is fully functional, but it does not automatically configure.
See /usr/share/doc/debbugs/README.Debian after installation.
.
Note: there might be various issues with this package, caveat emptor.
Package: libdebbugs-perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends}, libmailtools-perl, ed, libmime-tools-perl,
libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl,
libcgi-simple-perl, libparams-validate-perl, libtext-template-perl,
libsafe-hole-perl, libmail-rfc822-address-perl, liblist-allutils-perl,
libmail-message-perl, libtext-iconv-perl,
# used by Debbugs::Libravatar and libravatar.cgi
libfile-libmagic-perl, libgravatar-url-perl, libwww-perl, imagemagick
Section: perl
Description: modules used by the active Debian BTS
Debian has a bug tracking system which files details of bugs reported by
users and developers. Each bug is given a number, and is kept on file until
it is marked as having been dealt with. The system is mainly controlled by
e-mail, but the bug reports can be viewed using the WWW.
.
This package contains the perl modules used by the bug tracking
system, some of which may be suitable for custom scripts which
interact with local debbugs mirrors.
Package: debbugs-web
Architecture: all
Depends:
${perl:Depends},
${misc:Depends},
libdebbugs-perl, apache2 | httpd
Suggests: libapache2-mod-perl2
Replaces: debbugs (<< 2.4.2)
Breaks: debbugs (<< 2.4.2)
Description: web scripts for the active Debian BTS
Debian has a bug tracking system which files details of bugs reported by
users and developers. Each bug is given a number, and is kept on file until
it is marked as having been dealt with. The system is mainly controlled by
e-mail, but the bug reports can be viewed using the WWW.
.
This package contains the cgi scripts necessary to view bugreports
using the web.
Package: debbugs-local
Architecture: all
Depends:
${perl:Depends},
${misc:Depends},
libdebbugs-perl, debbugs-web, libconfig-simple-perl, libipc-run-perl,
libuser-perl, rsync, libhttp-server-simple-perl, libnet-server-perl,
sensible-utils
Description: Run and maintains a local mirror of the Debian BTS
Debian has a bug tracking system which files details of bugs reported
by users and developers. Each bug is given a number, and is kept on
file until it is marked as having been dealt with. The system is
mainly controlled by e-mail, but the bug reports can be viewed using
the WWW.
.
This package contains extra scripts necessary to create a local
mirror of the Debian BTS and keep a local mirror up to date.
|