File: control

package info (click to toggle)
libgearman-client-perl 2.004.015-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 360 kB
  • sloc: perl: 1,938; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,876 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: libgearman-client-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: gearman-server,
                     libfile-which-perl,
                     libio-socket-ssl-perl,
                     liblist-moreutils-perl,
                     libproc-guard-perl,
                     libstring-crc32-perl,
                     libtest-exception-perl,
                     libtest-tcp-perl (>= 2.17),
                     libtest-timer-perl,
                     netbase,
                     perl (>= 5.19.8) | libio-socket-ip-perl,
                     perl
Build-Conflicts: gearman-server (<< 1.11)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgearman-client-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgearman-client-perl.git
Homepage: https://metacpan.org/release/Gearman

Package: libgearman-client-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-socket-ssl-perl,
         liblist-moreutils-perl,
         libstring-crc32-perl,
         perl (>= 5.19.8) | libio-socket-ip-perl
Breaks: gearman-server (<< 1.11)
Description: client for the Gearman distributed job system
 Gearman is a system to farm out work to other machines, dispatching function
 calls to machines that are better suited to do work, to do work in parallel,
 to load balance lots of function calls, or to call functions between
 languages.
 .
 This package contains the Gearman::Client module, a client class for the
 Gearman distributed job system, providing a framework for sending jobs to one
 or more Gearman servers. For more information, see
 <URL:http://www.danga.com/gearman/>.