gearman-interface 0.13.2-3 source package in Ubuntu

Changelog

gearman-interface (0.13.2-3) unstable; urgency=low


  [ Clint Byrum ]
  * d/control: Point Vcs-Bzr at packaging branch. (Closes: #596794)
  * Added examples. Thanks Francois Marier! (Closes: #609754)

  [ Peter Michael Green ]
  * use automake 1.11 explicitly to hopefully fix build failure. (Closes: #713304)

  [ Clint Byrum ]
  * d/control: Update standards to 3.9.4. No changes necessary.
  * d/control: Change maintainer email address to debian.org email.

 -- Clint Byrum <email address hidden>  Fri, 05 Jul 2013 07:25:25 -0700

Upload details

Uploaded by:
Clint Byrum
Uploaded to:
Sid
Original maintainer:
Clint Byrum
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gearman-interface_0.13.2-3.dsc 1.8 KiB 37fbc653123cbbbbfc432ac5b8176f590b26e5439ae032aab89fb7ecbc60a025
gearman-interface_0.13.2.orig.tar.gz 465.8 KiB 1a68568c3f029d2ec01b73e33ef542710d2c0a6f54c3195230634f86b9dcae2a
gearman-interface_0.13.2-3.debian.tar.gz 7.1 KiB 6f82a42fb03b9137174a171c471f5c395f996e12bec376cc6b98a7d79e986662

No changes file available.

Binary packages built by this source

python-gearman.libgearman: No summary available for python-gearman.libgearman in ubuntu saucy.

No description available for python-gearman.libgearman in ubuntu saucy.

python3-gearman.libgearman: 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