File: control

package info (click to toggle)
libwww-bugzilla-perl 1.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 232 kB
  • sloc: perl: 811; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download | duplicates (2)
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
Source: libwww-bugzilla-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libwww-mechanize-perl,
                     libclass-methodmaker-perl,
                     libparams-validate-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-bugzilla-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-bugzilla-perl.git
Homepage: https://metacpan.org/release/WWW-Bugzilla

Package: libwww-bugzilla-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libwww-mechanize-perl,
         libclass-methodmaker-perl,
         libparams-validate-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.