Name Status Project Last Modified Last Commit
lp:~clint-fewbar/gearman-interface/debian-packaging bug 1 Development gearman-interface 2011-07-13 20:08:32 UTC
18. d/rules, d/patches/use_ax_pkg_swig.pa...

Author: Clint Byrum
Revision Date: 2011-07-13 20:08:32 UTC

d/rules, d/patches/use_ax_pkg_swig.patch: Use latest
ax_pkg_swig from autoconf-archive instead of broken pandora swig
included in upstream. (Closes: #631820)

lp:~clint-fewbar/gearman-interface/python-libgearman-debian 1 Development gearman-interface 2010-06-30 18:58:26 UTC
2. * new upstream fixes private API link...

Author: Clint Byrum
Revision Date: 2010-06-30 18:57:23 UTC

* new upstream fixes private API linking issues
* adding watch file
* specifying 3.0 quilt source format
* source package automatically created by stdeb 0.5.1
* Initial Release (closes #587469)

lp:gearman-interface
Series: trunk
1 Development gearman-interface 2013-04-02 18:02:46 UTC
58. Fixed for upstream include file locat...

Author: Monty Taylor
Revision Date: 2013-04-02 18:02:46 UTC

Fixed for upstream include file location changes.

lp:~gearman-developers/gearman-interface/packaging 1 Development gearman-interface 2013-07-05 14:23:02 UTC
8. * d/control: Update standards to 3.9....

Author: Clint Byrum
Revision Date: 2013-07-05 14:23:02 UTC

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

lp:~arunsk-tec/gearman-java/dev 1 Development gearman-java 2010-09-12 03:27:08 UTC This branch has not been pushed to yet.
lp:~elambert/gearman-java/mergejgs (Linked to a blueprint) 1 Development gearman-java 2010-09-10 20:00:13 UTC
56. updatw change log for release 0.04 re...

Author: Eric Lambert
Revision Date: 2010-09-10 19:10:38 UTC

updatw change log for release 0.04 release date

lp:~elambert/gearman-java/rejected_exec 1 Development gearman-java 2011-05-05 05:54:49 UTC
75. reset session if job submitt times out

Author: Eric Lambert
Revision Date: 2011-05-05 05:52:17 UTC

reset session if job submitt times out

lp:gearman-java
Series: trunk
bug 1 Development gearman-java 2014-09-09 06:27:19 UTC
97. merge

Author: Eric Lambert
Revision Date: 2014-09-09 06:27:19 UTC

merge

lp:~infonorby/gearman-java/norberto_branch 1 Development gearman-java 2010-01-26 11:09:53 UTC This branch has not been pushed to yet.
lp:~omry/gearman-java/reconnect-bug bug 1 Development gearman-java 2011-03-31 10:39:07 UTC
77. merged from trunk

Author: omry
Revision Date: 2011-03-31 10:39:07 UTC

merged from trunk

lp:~elambert/gearman-java/multi-conn-type 0 Experimental gearman-java 2012-01-27 06:53:06 UTC
79. Started decoupling the ClientImpl, Se...

Author: Eric Lambert
Revision Date: 2012-01-27 06:43:52 UTC

Started decoupling the ClientImpl, Session and WorkerImpl from the
GearmanNIOJobServerConnection. This is the first step in getting these
to work with different types of connection types as well simplfying
these components.

Currently, system compiles but the tests are in tatters.

lp:~rogelio-hern/gearman-jms/dev 1 Development gearman-jms 2009-08-06 15:55:54 UTC
78. adding assorted test

Author: Rogelio Hernandez
Revision Date: 2009-08-06 15:55:54 UTC

adding assorted test

lp:~rogelio-hern/gearman-jms/johndev 1 Development gearman-jms 2009-06-24 00:44:09 UTC This branch is empty.
lp:~rogelio-hern/gearman-jms/rogelio-dev1 1 Development gearman-jms 2009-07-28 03:02:46 UTC
38. Merge from recent change

Author: Rogelio Hernandez
Revision Date: 2009-07-28 03:02:46 UTC

Merge from recent change

lp:~cmooney/gearman-mail-db/dev 1 Development gearman-mail-db 2009-03-26 20:49:52 UTC
25. Updates so that it compiles, and one ...

Author: Christopher Mooney
Revision Date: 2009-03-26 20:49:52 UTC

Updates so that it compiles, and one bug fix.

lp:gearman-php-ext 1 Development gearman-php-ext 2012-05-04 16:31:38 UTC
45. Preparation for pecl/gearman 1.0.2 re...

Author: hradtke
Revision Date: 2012-03-06 06:26:55 UTC

Preparation for pecl/gearman 1.0.2 release.

lp:~jluedke/gearman-php-ext/jml-dev 1 Development gearman-php-ext 2009-09-30 13:55:06 UTC
102. some older changes for release 0.5.0

Author: James M. Luedke
Revision Date: 2009-09-30 13:55:06 UTC

some older changes for release 0.5.0

lp:~lujupeng/gearman.net/LULU (Has a merge proposal) 2 Mature gearman.net 2010-03-28 07:41:33 UTC This branch has not been pushed to yet.
lp:~oxan/gearman.net/bugfix (Has a merge proposal) 2 Mature gearman.net 2010-09-09 18:05:58 UTC
24. Use incremental receiving. Socket.Rec...

Author: Oxan van Leeuwen
Revision Date: 2010-09-01 19:57:09 UTC

Use incremental receiving. Socket.Receive doesn't guarant that it reads all bytes you specify, it just reads at least 1 byte. If the payload is big, we need to call Receive multiple times to read the whole payload.

lp:gearman.net
Series: trunk
1 Development gearman.net 2009-12-18 16:00:24 UTC
23. Re-organized the packets into sub-cla...

Author: John Ewart
Revision Date: 2009-12-18 16:00:24 UTC

Re-organized the packets into sub-classes of Packet, one sub-class per packet type, with per-packet-type parsing and extra attributes. Each sub-class uses the general Packet constructor to parse the common header data, and then parses the extended data itself. Wrote a few sample applications (found in 'apps'), and added a few more unit tests (some overlap there between the tests and the apps). Additional improvements include the addition of a 'Job' class that is now the only parameter passed to a callback function which contains references to the worker it came from and the job packet itself, along with some convenience attributes and data.

lp:gearmand/1.0
Series: 1.0
bug 2 Mature gearmand 2014-12-23 11:58:10 UTC
801. Merge lp:~tangent-org/gearmand/1.0-bu...

Author: Tangent.Org Continuous Integration
Revision Date: 2013-05-06 08:02:02 UTC

Merge lp:~tangent-org/gearmand/1.0-build/ Build: jenkins-Gearmand-545

lp:~1-infe-w/gearmand/1.0 bug(Has a merge proposal) 1 Development gearmand 2015-05-29 09:43:17 UTC
806. unique size assertion in memcache cal...

Author: palik
Revision Date: 2015-05-29 09:43:17 UTC

unique size assertion in memcache callback_loade avoids restart if unique keys weren't use

lp:~1-infe-w/gearmand/gearmand bug(Has a merge proposal) 1 Development gearmand 2015-09-15 13:29:16 UTC
911. bad request line, or bad http method ...

Author: palik
Revision Date: 2015-09-15 13:29:06 UTC

bad request line, or bad http method kills gearmand

lp:~1-infe-w/gearmand/gearmand-1.1.12-bugfix-1348865 1 Development gearmand 2015-09-15 13:42:01 UTC
911. bad request line, or bad http method ...

Author: palik
Revision Date: 2015-09-15 13:29:06 UTC

bad request line, or bad http method kills gearmand

lp:~brianaker/gearmand/734663 bug 1 Development gearmand 2011-03-14 18:44:07 UTC
398. This fixes issue where we were not co...

Author: Brian Aker
Revision Date: 2011-03-14 18:44:07 UTC

This fixes issue where we were not copying the data out of libdrizzle before
we passed it on during replay.

lp:~brianaker/gearmand/connection (Has a merge proposal) 1 Development gearmand 2013-11-12 22:22:42 UTC
898. Flip test type so that we can see fai...

Author: Brian Aker
Revision Date: 2013-11-12 22:22:42 UTC

Flip test type so that we can see failed output.

lp:~brianaker/gearmand/current-osx-fixes (Has a merge proposal) 1 Development gearmand 2014-04-16 12:48:55 UTC
915. Extend signal to tell which test blew...

Author: Brian Aker
Revision Date: 2014-04-16 12:46:45 UTC

Extend signal to tell which test blew up. Additionally in case where we run out of memory don't try allocating for strsignal.

lp:~brianaker/gearmand/refactor-connect 1 Development gearmand 2013-11-20 09:32:39 UTC
893. Refactor error trail for async connec...

Author: Brian Aker
Revision Date: 2013-11-20 09:31:55 UTC

Refactor error trail for async connections. Add GEARMAN_SERVER enviro variable.

lp:~brianlmoon/gearmand/better_error_message 1 Development gearmand 2009-01-13 05:15:56 UTC
42. Added more verbose error message for ...

Author: Brian Moon
Revision Date: 2009-01-13 05:14:21 UTC

Added more verbose error message for failed bind. Would be a common error for users and more information will help them find the problem themselves.

lp:~chjgcn/gearmand/gearmand 1 Development gearmand 2015-03-15 07:34:38 UTC
908. Merge bzr://soup.haus/ Build: jenkins...

Author: Tangent.Org Continuous Integration
Revision Date: 2014-02-16 05:44:23 UTC

Merge bzr://soup.haus/ Build: jenkins-Gearmand-1031

lp:~chrisvaughn/gearmand/devel bug(Has a merge proposal) 1 Development gearmand 2012-02-05 05:42:01 UTC
490. fixes postgres bug and adds testing

Author: root
Revision Date: 2012-02-05 05:40:05 UTC

fixes postgres bug and adds testing

lp:~clint-fewbar/gearmand/document-protocol bug(Has a merge proposal) 1 Development gearmand 2015-04-16 00:10:15 UTC
910. Add documentation for the purpose of ...

Author: Clint Byrum
Revision Date: 2015-04-16 00:10:15 UTC

Add documentation for the purpose of Unique ID

lp:~clint-fewbar/gearmand/fix-postgresql-path bug(Has a merge proposal) 1 Development gearmand 2012-04-18 21:27:18 UTC
534. fix libpq include paths

Author: Clint Byrum
Revision Date: 2012-04-18 21:24:44 UTC

fix libpq include paths

lp:~clint-fewbar/gearmand/fix-sql-regression bug(Has a merge proposal) 1 Development gearmand 2011-04-28 16:33:21 UTC
429. Incorporating patch from Pierre-Luc B...

Author: Clint Byrum
Revision Date: 2011-04-26 14:14:08 UTC

Incorporating patch from Pierre-Luc Brunet with fixes

lp:~clint-fewbar/gearmand/listen-only-once bug(Has a merge proposal) 1 Development gearmand 2012-01-19 18:40:05 UTC
484. revert accidental change to ltversion.m4

Author: Clint Byrum
Revision Date: 2012-01-19 18:40:05 UTC

revert accidental change to ltversion.m4

lp:~convissor/gearmand/fix-make-install_bug-1401857 bug(Has a merge proposal) 1 Development gearmand 2015-02-24 05:11:17 UTC
909. Add "install" target to docs so gearm...

Author: Daniel Convissor
Revision Date: 2015-02-24 04:48:33 UTC

Add "install" target to docs so gearman "make install" works (Fixes #1401857)

lp:~erreina/gearmand/client_free_workload 1 Development gearmand 2009-08-17 18:40:21 UTC
215. Bug fixed the the use of non-existing...

Author: Ernesto Rodriguez Reina
Revision Date: 2009-08-17 18:40:21 UTC

Bug fixed the the use of non-existing constant GEARMAN_TASK_FREE_DATA instead of GEARMAN_PACKET_FREE_DATA.

lp:~erreina/gearmand/gearman_client_clear_tasks 1 Development gearmand 2009-08-11 20:35:42 UTC
214. Added gearman_client_clear_tasks func...

Author: Ernesto Rodriguez Reina
Revision Date: 2009-08-11 20:34:58 UTC

Added gearman_client_clear_tasks function.

lp:~eskil/gearmand/gearmand 1 Development gearmand 2012-09-21 23:26:55 UTC
651. Fixes sqlite3 queue replay to not loo...

Author: <email address hidden>
Revision Date: 2012-09-21 23:09:29 UTC

Fixes sqlite3 queue replay to not loop.

The sqlite3 replay would call it's own insert on every row found,
this causes it to loop indefinitely if there's even 1 job in the queue.

This patch reintroduces the "old" add_fn argument by piggybacking
it with the server structure. Not sure that the intent was and how
the new C++ queues are supposed to handle this, so consider this a
patch, not The Right Solution.

lp:~flameeyes/gearmand/gcc47 bug(Has a merge proposal) 1 Development gearmand 2012-06-21 14:59:05 UTC
572. Fix building with GCC 4.7. unistd.h ...

Author: Diego Elio Pettenò
Revision Date: 2012-06-21 14:54:00 UTC

Fix building with GCC 4.7.

unistd.h is required for access() and unlink() functions to be
declared.

lp:~flameeyes/gearmand/gentoo-fixes (Has a merge proposal) 1 Development gearmand 2010-04-08 01:13:53 UTC
352. Fix PostgreSQL queue manager building...

Author: Diego Elio Pettenò
Revision Date: 2010-04-08 01:08:39 UTC

Fix PostgreSQL queue manager building on Gentoo and other platforms.

When the includes are installed in non-standard positions, and especially
when libpq-fe.h is available without -I directives, but pg_config_manual.h
isn't, you cannot rely on just finding one to get the other.

What you have to do in this case is use the pg_config script shipped with
PostgreSQL to get the right include directory, and use the simple basename
for the include headers.

Also, on modern (glibc-2.10) systems, using simply pg_config_manual.h
without pg_config.h or without adding further checks in configure, the
build will fail with this error:

In file included from libgearman-server/queue_libpq.c:19:
/usr/include/postgresql-8.4/pg_config_manual.h:128:5: error: "HAVE_DECL_POSIX_FADVISE" is not defined
make[1]: *** [libgearman-server/libgearman_server_libgearman_server_la-queue_libpq.lo] Error 1

So include the PostgreSQL headers first thing, undefine package-specific
entries, and proceed.

lp:~fractalcat/gearmand/docfixes (Has a merge proposal) 1 Development gearmand 2014-05-07 01:33:56 UTC
909. Fix typo in protocol docs

Author: Sharif Olorin
Revision Date: 2014-05-07 01:14:45 UTC

Fix typo in protocol docs

lp:~gasol-wu/gearmand/trunk 1 Development gearmand 2012-06-22 03:30:32 UTC
573. fix some logic in prepare statement

Author: Gasol Wu
Revision Date: 2012-06-22 03:30:32 UTC

fix some logic in prepare statement

lp:~hermanradtke/gearmand/trunk (Has a merge proposal) 1 Development gearmand 2012-01-23 19:59:52 UTC
485. Added support for logging to stderr. ...

Author: Herman J. Radtke III
Revision Date: 2012-01-23 19:57:38 UTC

Added support for logging to stderr. If no log file is specified and logging to
syslog is not enabled, gearmand will log to stderr.

lp:~jewart/gearmand/work bug 1 Development gearmand 2009-12-02 19:34:29 UTC
227. Added a change to use AM_CONDITIONAL ...

Author: John Ewart
Revision Date: 2009-12-02 19:31:54 UTC

Added a change to use AM_CONDITIONAL in m4/pandora_header_assert.m4 to set DISABLE_ASSERT if --disable-assert is used, and then in tests/Makefile.am to skip compiling the tests if DISABLE_ASSERT is set

lp:~johnogle/gearmand/queue_flatfile 1 Development gearmand 2009-06-03 17:41:21 UTC
73. Implemented flatfile replay for revie...

Author: John Ogle
Revision Date: 2009-06-03 17:41:21 UTC

Implemented flatfile replay for review. Needs error checking added

lp:~kalikiana/gearmand/localhostVariable 1 Development gearmand 2015-11-05 20:52:18 UTC
909. Use server from variable instead of h...

Author: Cris Dywan
Revision Date: 2015-11-05 20:48:50 UTC

Use server from variable instead of hard-coding localhost

lp:~kalikiana/gearmand/redis-server-arg (Has a merge proposal) 1 Development gearmand 2015-11-05 20:56:35 UTC
909. Redis Queue Plugin: use --redis-serve...

Author: Cris Dywan
Revision Date: 2015-11-05 20:54:41 UTC

Redis Queue Plugin: use --redis-server command line argument

lp:~marc-wz6bk/gearmand/mongodb-queue-adapter (Linked to a blueprint) 1 Development gearmand 2012-04-09 17:10:35 UTC
522. Added the unit tests for the mongodb ...

Author: Marc Easen
Revision Date: 2012-04-09 17:10:35 UTC

Added the unit tests for the mongodb queue adapter

lp:~mm-yuhu/gearmand/mm-dev 1 Development gearmand 2010-03-21 01:21:19 UTC
335. Added more restrictions to rmfunc. No...

Author: HackMan
Revision Date: 2010-03-21 01:21:19 UTC

Added more restrictions to rmfunc. Now you can't remove a function that has jobs currently executing.
Changed the check for zerofunc.
You would not want to have currently executing jobs while you are clearing the job counter for a function.

lp:~mm-yuhu/gearmand/server-funcs (Linked to a blueprint)(Has a merge proposal) 1 Development gearmand 2010-03-11 14:24:38 UTC
332. Added rmfunc server command

Author: HackMan
Revision Date: 2010-03-11 12:19:42 UTC

Added rmfunc server command

lp:~mordred/gearmand/cancel-job 1 Development gearmand 2013-03-12 17:00:47 UTC
705. Add first step in a cancel operation.

Author: Monty Taylor
Revision Date: 2013-03-12 16:59:50 UTC

Add first step in a cancel operation.

lp:~mordred/gearmand/fix-1.0-build (Has a merge proposal) 1 Development gearmand 2010-07-01 01:29:16 UTC
360. Merged in no-error removal.

Author: Monty Taylor
Revision Date: 2010-07-01 01:29:16 UTC

Merged in no-error removal.

lp:~mordred/gearmand/update-build (Has a merge proposal) 1 Development gearmand 2011-04-15 21:49:34 UTC
432. Added newly needed canonical target o...

Author: Monty Taylor
Revision Date: 2011-04-15 21:49:34 UTC

Added newly needed canonical target option.

lp:~schkovich/gearmand/gearmand (Has a merge proposal) 1 Development gearmand 2013-05-12 19:17:05 UTC
672. Merge from main branch

Author: Goran Miskovic
Revision Date: 2013-05-12 19:17:05 UTC

Merge from main branch

lp:gearmand
Series: 1.2
(Has a merge proposal) 1 Development gearmand 2014-12-15 11:18:03 UTC
908. Merge bzr://soup.haus/ Build: jenkins...

Author: Tangent.Org Continuous Integration
Revision Date: 2014-02-16 05:44:23 UTC

Merge bzr://soup.haus/ Build: jenkins-Gearmand-1031

lp:~tgates/gearmand/nuodb-queue-adapter (Linked to a blueprint)(Has a merge proposal) 1 Development gearmand 2014-01-10 17:53:03 UTC
895. Add support for NuoDB persistent queues

Author: Tom Gates
Revision Date: 2014-01-10 17:57:55 UTC

Add support for NuoDB persistent queues

lp:~chenryhabana/gearmand/Round-Robin 0 Experimental gearmand 2009-08-17 15:09:14 UTC
2. gearman_worker_grab_job comment out C...

Author: chenryhabana
Revision Date: 2009-08-17 15:09:14 UTC

gearman_worker_grab_job comment out
Cleaned

lp:~kent/gearmand/KBDocsEdit 0 Experimental gearmand 2011-06-10 02:28:32 UTC This branch has not been pushed to yet.
lp:~kent/gearmand/kbdocs 0 Experimental gearmand 2011-04-14 21:18:34 UTC This branch has not been pushed to yet.
lp:~tangent-org/gearmand/build (Has a merge proposal) 0 Experimental gearmand 2013-05-06 08:02:02 UTC
801. Merge lp:~tangent-org/gearmand/1.0-bu...

Author: Tangent.Org Continuous Integration
Revision Date: 2013-05-06 08:02:02 UTC

Merge lp:~tangent-org/gearmand/1.0-build/ Build: jenkins-Gearmand-545

lp:~urda/gearmand/log_patch 0 Experimental gearmand 2010-01-20 20:45:12 UTC This branch has not been pushed to yet.
lp:~virgilp/gearmand/elastic_workers 0 Experimental gearmand 2012-05-03 13:08:21 UTC
541. merge

Author: Tangent.Org Continuous Integration
Revision Date: 2012-05-01 06:02:45 UTC

merge

lp:~elambert/gearmanij/c1_demo 1 Development gearmanij 2009-06-23 05:10:00 UTC
108. Merge Eric

Author: Trond Norbye
Revision Date: 2009-05-30 11:39:03 UTC

Merge Eric

lp:~elambert/gearmanij/client 1 Development gearmanij 2009-05-30 15:56:24 UTC
111. rewrite JobExecTest, last version fla...

Author: Eric Lambert
Revision Date: 2009-05-30 15:56:24 UTC

rewrite JobExecTest, last version flapped a lot

lp:~elambert/gearmanij/client_trunk_merge 1 Development gearmanij 2009-06-17 02:52:38 UTC
122. merge with trunk

Author: Eric Lambert
Revision Date: 2009-06-17 02:52:38 UTC

merge with trunk

lp:~elambert/gearmanij/gearman_java_library 1 Development gearmanij 2009-07-14 20:07:43 UTC
161. merge from GearmanJavaLibrary

Author: Eric Lambert
Revision Date: 2009-07-14 20:07:43 UTC

merge from GearmanJavaLibrary

lp:gearmanij
Series: trunk
1 Development gearmanij 2009-07-18 18:39:12 UTC
131. make ant tests fork and 'clonevm' to ...

Author: Eric Herman
Revision Date: 2009-07-18 18:39:12 UTC

make ant tests fork and 'clonevm' to get the CLASSPATH for the multi-vm tests

lp:~trond-norbye/gearmanij/client 1 Development gearmanij 2009-05-30 11:39:03 UTC
108. Merge Eric

Author: Trond Norbye
Revision Date: 2009-05-30 11:39:03 UTC

Merge Eric

lp:gearmanxs
Series: trunk
bug 1 Development gearmanxs 2013-06-11 14:30:30 UTC
195. Merge lp:~brianaker/gearmanxs/udpate-...

Author: Tangent.Org Continuous Integration
Revision Date: 2013-06-11 14:30:30 UTC

Merge lp:~brianaker/gearmanxs/udpate-pport/ Build: jenkins-Gearman-XS-17

lp:~margol/gearmanxs/gearman-0.37 bug 1 Development gearmanxs 2012-10-17 13:14:11 UTC
193. Updated error message for timeout

Author: Issac Goldstand
Revision Date: 2012-10-17 12:54:15 UTC

Updated error message for timeout

lp:~plu/gearmanxs/fix-module-install (Has a merge proposal) 1 Development gearmanxs 2009-08-19 07:17:57 UTC
115. Removed "^inc/" from MANIFEST.SKIP - ...

Author: Johannes Plunien
Revision Date: 2009-08-19 07:15:25 UTC

Removed "^inc/" from MANIFEST.SKIP - this M::I modules in inc/ need to be included in the dist for CPAN

lp:pggearman
Series: trunk
1 Development pggearman 2009-09-29 23:39:18 UTC
8. Updated UDFs to work with new 0.10 re...

Author: Eric Day
Revision Date: 2009-09-29 23:39:18 UTC

Updated UDFs to work with new 0.10 release.

lp:~gearman-developers/pkg-gearman/hardy bug 1 Development pkg-gearman 2009-10-01 08:24:10 UTC
18. * Added doc-base entries for document...

Author: Monty Taylor
Revision Date: 2009-10-01 08:23:02 UTC

* Added doc-base entries for documentation.
* Added lintian-override for arch-dep-package-has-big-usr-share. The files
  are all manpages, which do in fact need to be in the package.
* New upstream version.
* Removed postgres include path hack.

lp:~gearman-developers/pkg-gearman/intrepid bug 1 Development pkg-gearman 2009-10-01 08:13:11 UTC
18. * Added doc-base entries for document...

Author: Monty Taylor
Revision Date: 2009-10-01 08:12:39 UTC

* Added doc-base entries for documentation.
* Added lintian-override for arch-dep-package-has-big-usr-share. The files
  are all manpages, which do in fact need to be in the package.
* New upstream version.
* Removed postgres include path hack.

lp:~gearman-developers/pkg-gearman/jaunty bug 1 Development pkg-gearman 2009-10-11 19:03:40 UTC
29. * Fixed an empty libgearman-server-de...

Author: Monty Taylor
Revision Date: 2009-10-11 19:03:40 UTC

* Fixed an empty libgearman-server-dev package.
* Added a patch to prevent writing test files into /tmp.
* Removed lintian override now that the manpages are split.

lp:~gearman-developers/pkg-gearman/karmic bug 1 Development pkg-gearman 2009-10-11 18:49:56 UTC
35. * Fixed an empty libgearman-server-de...

Author: Monty Taylor
Revision Date: 2009-10-11 18:49:56 UTC

* Fixed an empty libgearman-server-dev package.
* Added a patch to prevent writing test files into /tmp.
* Removed lintian override now that the manpages are split.

lp:pkg-gearman
Series: trunk
bug 1 Development pkg-gearman 2010-05-14 04:49:03 UTC
335. New upstream release. (Closes: #581517)

Author: Monty Taylor
Revision Date: 2010-05-14 04:49:03 UTC

New upstream release. (Closes: #581517)

178 of 78 results