tags 658405 + patch
tags 658405 + pending
thanks

Dear maintainer,

I've prepared an NMU for pgmemcache (versioned as 2.0.6-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   
diff -Nru pgmemcache-2.0.6/debian/changelog pgmemcache-2.0.6/debian/changelog
--- pgmemcache-2.0.6/debian/changelog	2011-10-05 16:35:51.000000000 +0200
+++ pgmemcache-2.0.6/debian/changelog	2012-03-13 19:01:49.000000000 +0100
@@ -1,3 +1,12 @@
+pgmemcache (2.0.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with libmemcached-dev-1.0.3-1": add patch
+    libmemcached-1.0.patch from Michael Fladischer; make build dependency on
+    libmemcached-dev versioned. (Closes: #658405)
+
+ -- gregor herrmann <gre...@debian.org>  Tue, 13 Mar 2012 19:01:16 +0100
+
 pgmemcache (2.0.6-1) unstable; urgency=low
 
   * Initial release (Closes: #621729)
diff -Nru pgmemcache-2.0.6/debian/control pgmemcache-2.0.6/debian/control
--- pgmemcache-2.0.6/debian/control	2011-10-05 16:37:58.000000000 +0200
+++ pgmemcache-2.0.6/debian/control	2012-03-13 19:02:30.000000000 +0100
@@ -2,7 +2,7 @@
 Section: database
 Priority: extra
 Maintainer: Marco Nenciarini <mnen...@debian.org>
-Build-Depends: debhelper (>= 8), postgresql-server-dev-all (>= 118), libmemcached-dev, libsasl2-dev
+Build-Depends: debhelper (>= 8), postgresql-server-dev-all (>= 118), libmemcached-dev (>= 1), libsasl2-dev
 Standards-Version: 3.9.2
 Homepage: http://pgfoundry.org/projects/pgmemcache/
 Vcs-Git: git://git.debian.org/pkg-postgresql/pgmemcache.git
diff -Nru pgmemcache-2.0.6/debian/control.in pgmemcache-2.0.6/debian/control.in
--- pgmemcache-2.0.6/debian/control.in	2011-10-05 16:35:51.000000000 +0200
+++ pgmemcache-2.0.6/debian/control.in	2012-03-13 19:01:14.000000000 +0100
@@ -2,7 +2,7 @@
 Section: database
 Priority: extra
 Maintainer: Marco Nenciarini <mnen...@debian.org>
-Build-Depends: debhelper (>= 8), postgresql-server-dev-all (>= 118), libmemcached-dev, libsasl2-dev
+Build-Depends: debhelper (>= 8), postgresql-server-dev-all (>= 118), libmemcached-dev (>= 1), libsasl2-dev
 Standards-Version: 3.9.2
 Homepage: http://pgfoundry.org/projects/pgmemcache/
 Vcs-Git: git://git.debian.org/pkg-postgresql/pgmemcache.git
diff -Nru pgmemcache-2.0.6/debian/patches/libmemcached-1.0.patch pgmemcache-2.0.6/debian/patches/libmemcached-1.0.patch
--- pgmemcache-2.0.6/debian/patches/libmemcached-1.0.patch	1970-01-01 01:00:00.000000000 +0100
+++ pgmemcache-2.0.6/debian/patches/libmemcached-1.0.patch	2012-03-13 18:59:43.000000000 +0100
@@ -0,0 +1,32 @@
+--- a/pgmemcache.c
++++ b/pgmemcache.c
+@@ -28,6 +28,7 @@
+ static char *memcache_sasl_authentication_username = "";
+ static char *memcache_sasl_authentication_password = "";
+ 
++#if 0
+ static sasl_callback_t sasl_callbacks[] =
+ {
+   { SASL_CB_USER, &get_sasl_username, NULL},
+@@ -35,6 +36,7 @@
+   { SASL_CB_PASS, &get_sasl_password, NULL},
+   { SASL_CB_LIST_END, NULL, NULL}
+ };
++#endif
+ 
+ void _PG_init(void)
+ {
+--- a/pgmemcache.h
++++ b/pgmemcache.h
+@@ -23,10 +23,8 @@
+ #include "utils/guc.h"
+ #include "utils/memutils.h"
+ #include "utils/lsyscache.h"
+-#include <libmemcached/sasl.h>
+-#include <libmemcached/memcached.h>
+-#include <libmemcached/server.h>
+ #include <sasl/sasl.h>
++#include <libmemcached/memcached.h>
+ 
+ #undef PACKAGE_BUGREPORT
+ #undef PACKAGE_NAME
diff -Nru pgmemcache-2.0.6/debian/patches/series pgmemcache-2.0.6/debian/patches/series
--- pgmemcache-2.0.6/debian/patches/series	2011-10-05 16:35:51.000000000 +0200
+++ pgmemcache-2.0.6/debian/patches/series	2012-03-13 18:59:18.000000000 +0100
@@ -1 +1,2 @@
 9.1-extension.patch
+libmemcached-1.0.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to