File: control

package info (click to toggle)
libwww-bugzilla-perl 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 148 kB
  • ctags: 27
  • sloc: perl: 805; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 1,205 bytes parent folder | download
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
Source: libwww-bugzilla-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libwww-mechanize-perl (>= 1.20),
 libclass-methodmaker-perl (>= 1.08), libparams-validate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>, Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-bugzilla-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-bugzilla-perl/
Homepage: http://search.cpan.org/dist/WWW-Bugzilla/

Package: libwww-bugzilla-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libwww-mechanize-perl,
 libclass-methodmaker-perl
Recommends: libcrypt-ssleay-perl
Description: Perl module to manipulate a Bugzilla database
 WWW::Bugzilla is a Perl module that handles submission and updating of bug
 reports submitted to arbitrary Bugzilla installations. It supports many of
 the most common operations, including updating bug properties (severity,
 status, attachments) and creating new reports. It uses WWW::Mechanize to
 do its thing.