Package: gearman-job-server Version: 0.41-1 Severity: wishlist Tags: patch Hi Stig! Thanks for all your work on gearman in Debian. Here's a simple patch which will enable mysql persistence.
-- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-18-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gearman-job-server depends on: ii adduser 3.113+nmu1ubuntu1 ii libc6 2.15-0ubuntu20 pn libdrizzle0 <none> ii libevent-1.4-2 1.4.14b-stable-0ubuntu1 pn libgearman4 <none> pn libmemcached5 <none> ii libpq5 9.1.6-1ubuntu1 ii libsqlite3-0 3.7.13-1 ii libuuid1 2.20.1-5.1ubuntu2 Versions of packages gearman-job-server recommends: pn memcached <none> gearman-job-server suggests no packages.
>From 5f5f4c2a8d313f6a4150b5d89e91f19841a03938 Mon Sep 17 00:00:00 2001 From: Clint Byrum <spam...@debian.org> Date: Tue, 27 Nov 2012 14:42:07 -0800 Subject: [PATCH] d/control: Build-Dep on libmysqlclient to enable mysql persistence --- debian/changelog | 6 +++++- debian/control | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d26a9cf..ac6dc08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ gearmand (1.0.1-1) UNRELEASED; urgency=low + [ Stig Sandbeck Mathisen ] * New upstream release - -- Stig Sandbeck Mathisen <s...@debian.org> Tue, 27 Nov 2012 13:05:44 +0100 + [ Clint Byrum ] + * d/control: Build-Dep on libmysqlclient to enable mysql persistence + + -- Clint Byrum <spam...@debian.org> Tue, 27 Nov 2012 14:22:38 -0800 gearmand (0.41-1) experimental; urgency=low diff --git a/debian/control b/debian/control index eea4e77..99e3530 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libevent-dev, libltdl-dev, libmemcached-dev (>= 1.0), + libmysqlclient-dev, libsasl2-dev, libsqlite3-dev (>= 3.0.0), libtool, -- 1.7.10.4