X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=3ffe4e79fd8f3ce6f8be8c0f1685418a1f0ebffc;hb=24a08c87eac98a24df7f44154b202a2731543ba2;hp=7f4ec9171426c04963d529e19e689cc912714f6c;hpb=05d6dd6ff632328c46cd2d9f8d5a64bac8872def;p=debbugs.git diff --git a/debian/control b/debian/control index 7f4ec91..3ffe4e7 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,33 @@ Source: debbugs Section: misc -Priority: optional +Priority: extra Maintainer: Debbugs developers -Uploaders: Josip Rodin , Colin Watson -Standards-Version: 3.2.1 -Build-Depends-Indep: debhelper, libparams-validate-perl, libmailtools-perl, libmime-perl, libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl, libcgi-simple-perl +Uploaders: Colin Watson , Don Armstrong +Standards-Version: 3.9.4 +Vcs-Browser: http://bugs.debian.org/debbugs-source/mainline +Vcs-Git: http://bugs.debian.org/debbugs-source/debbugs.git +Build-Depends: debhelper (>= 9) +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-moreutils-perl, + # used by Debbugs::Libravatar and libravatar.cgi + libfile-libmagic-perl, libgravatar-url-perl, libwww-perl, imagemagick, + libtext-template-perl, graphviz +Homepage: http://wiki.debian.org/Teams/Debbugs Package: debbugs Architecture: all -Depends: perl5 | perl, exim4 | mail-transport-agent, libmailtools-perl, ed, libmime-perl, libio-stringy-perl, libmldbm-perl, liburi-perl, libsoap-lite-perl, libcgi-simple-perl -Recommends: httpd, links | lynx +Depends: + ${perl:Depends}, + ${misc:Depends}, + exim4 | mail-transport-agent, + libdebbugs-perl +Recommends: debbugs-web (>= 2.6~) Suggests: spamassassin (>= 3.0), libcgi-alert-perl -Description: The bug tracking system based on the active Debian BTS +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 @@ -21,3 +37,60 @@ Description: The bug tracking system based on the active Debian BTS 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-moreutils-perl, + libtext-template-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: libcgi-alert-perl, 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, + libuser-perl, rsync, libhttp-server-simple-perl, libnet-server-perl +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.