File: control

package info (click to toggle)
gearman-interface 0.13.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,432 kB
  • ctags: 1,528
  • sloc: sh: 10,756; ansic: 6,769; python: 244; makefile: 124; ruby: 45
file content (38 lines) | stat: -rw-r--r-- 1,892 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
Source: gearman-interface
Priority: extra
Maintainer: Clint Byrum <clint@ubuntu.com>
Build-Depends: python-setuptools (>= 0.6b3), python, python3 (>= 3.1.2-6~), python3-all-dev, python-all-dev, debhelper (>= 7.0.50~), python-support (>= 0.8.4), libgearman-dev (>= 0.13), swig, uuid-dev
Standards-Version: 3.9.1
Section: python
Homepage: https://launchpad.net/gearman-interface
Vcs-Bzr: https://code.launchpad.net/~gearman-developers/gearman-interface/gearman-interface

Package: python-gearman.libgearman
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python wrapper of libgearman
 This package contains a Python wrapper of libgearman.
 .
 Gearman provides a generic application framework to farm out work to
 other machines or processes that are better suited to do the work. It
 allows you to do work in parallel, to load balance processing, and to
 call functions between languages. It can be used in a variety of
 applications, from high-availability web sites to the transport of
 database replication events. In other words, it is the nervous system
 for how distributed processing communicates

Package: python3-gearman.libgearman
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Python 3 wrapper of libgearman
 This package contains a Python 3 wrapper of libgearman.
 .
 Gearman provides a generic application framework to farm out work to
 other machines or processes that are better suited to do the work. It
 allows you to do work in parallel, to load balance processing, and to
 call functions between languages. It can be used in a variety of
 applications, from high-availability web sites to the transport of
 database replication events. In other words, it is the nervous system
 for how distributed processing communicates