File: control

package info (click to toggle)
gearman-server 1.130.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: perl: 1,084; sh: 52; makefile: 17
file content (36 lines) | stat: -rw-r--r-- 1,236 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
Source: gearman-server
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
 Nick Morrott <knowledgejunkie@gmail.com>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libdanga-socket-perl <!nocheck>,
 libgearman-client-perl <!nocheck>,
 libtest-script-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/gearman-server
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/gearman-server.git
Homepage: https://metacpan.org/release/Gearman-Server

Package: gearman-server
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libdanga-socket-perl,
 libgearman-client-perl,
Breaks:
 libgearman-client-perl (<< 2.004.015-2),
Description: Gearman distributed job server and Perl interface
 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 even to call functions between
 languages.
 .
 This package contains both the Gearman server as well as the corresponding
 Perl bindings.