Merge lp://qastaging/~mordred/libmemcached/fix-debian-patches into lp://qastaging/~tangent-org/libmemcached/trunk

Proposed by Monty Taylor
Status: Superseded
Proposed branch: lp://qastaging/~mordred/libmemcached/fix-debian-patches
Merge into: lp://qastaging/~tangent-org/libmemcached/trunk
Diff against target: 5252 lines (+4157/-410)
44 files modified
.quickly (+5/-0)
Makefile.am (+15/-1)
config/autorun.sh (+29/-8)
config/pandora-plugin (+667/-0)
config/uncrustify.cfg (+1112/-0)
configure.ac (+0/-2)
docs/Makefile.am (+4/-2)
docs/memcat.pod (+1/-1)
m4/ac_cxx_header_stdcxx_98.m4 (+22/-6)
m4/acx_pthread.m4 (+68/-73)
m4/gettext.m4 (+379/-0)
m4/iconv.m4 (+180/-0)
m4/pandora_canonical.m4 (+42/-38)
m4/pandora_clock_gettime.m4 (+15/-0)
m4/pandora_drizzle_build.m4 (+4/-2)
m4/pandora_enable_dtrace.m4 (+32/-17)
m4/pandora_ensure_gcc_version.m4 (+39/-16)
m4/pandora_fdatasync.m4 (+2/-2)
m4/pandora_have_boost.m4 (+73/-0)
m4/pandora_have_gcc_atomics.m4 (+2/-2)
m4/pandora_have_libboost_options.m4 (+47/-0)
m4/pandora_have_libcassandra.m4 (+44/-0)
m4/pandora_have_libdrizzle.m4 (+16/-10)
m4/pandora_have_libgtest.m4 (+44/-0)
m4/pandora_have_libhashkit.m4 (+41/-0)
m4/pandora_have_libinnodb.m4 (+64/-0)
m4/pandora_have_libldap.m4 (+73/-0)
m4/pandora_have_libmemcached.m4 (+49/-5)
m4/pandora_have_libmysqlclient.m4 (+146/-0)
m4/pandora_have_libndbclient.m4 (+80/-0)
m4/pandora_have_libtokyocabinet.m4 (+4/-2)
m4/pandora_have_libvbucket.m4 (+40/-0)
m4/pandora_have_thrift.m4 (+45/-0)
m4/pandora_platform.m4 (+5/-0)
m4/pandora_plugins.m4 (+7/-3)
m4/pandora_sasl.m4 (+1/-1)
m4/pandora_stl_hash.m4 (+87/-108)
m4/pandora_use_pipe.m4 (+1/-1)
m4/pandora_vc_build.m4 (+98/-89)
m4/pandora_warnings.m4 (+6/-2)
m4/pandora_with_gettext.m4 (+12/-9)
m4/po.m4 (+449/-0)
m4/progtest.m4 (+92/-0)
tests/include.am (+15/-10)
To merge this branch: bzr merge lp://qastaging/~mordred/libmemcached/fix-debian-patches
Reviewer Review Type Date Requested Status
Brian Aker Needs Fixing
Review via email: mp+26368@code.qastaging.launchpad.net

This proposal has been superseded by a proposal from 2010-06-13.

Description of the change

Merges in spelling fix and non-included-files patches from the debian build.
Updates to latest pandora-build.

To post a comment you must log in.
841. By Brian Aker <brian@gaz>

Fix (though only partial), for connect timeout.

842. By Brian Aker <brian@gaz>

Merge Trond

843. By Brian Aker <brian@gaz>

Merging, with changes, --file for memcat.

844. By Brian Aker <brian@gaz>

Add support for --file for memcat.

Revision history for this message
Brian Aker (brianaker) wrote :
Download full text (208.5 KiB)

Failed on FreeBSD.

On May 29, 2010, at 10:34 AM, Monty Taylor wrote:

> Monty Taylor has proposed merging lp:~mordred/libmemcached/fix-debian-patches into lp:libmemcached.
>
> Requested reviews:
> Brian Aker (brianaker)
>
>
> Merges in spelling fix and non-included-files patches from the debian build.
> Updates to latest pandora-build.
> --
> https://code.launchpad.net/~mordred/libmemcached/fix-debian-patches/+merge/26368
> You are requested to review the proposed merge of lp:~mordred/libmemcached/fix-debian-patches into lp:libmemcached.
> === added file '.quickly'
> --- .quickly 1970-01-01 00:00:00 +0000
> +++ .quickly 2010-05-29 17:34:31 +0000
> @@ -0,0 +1,5 @@
> +project = libmemcached
> +version = 0.4.2
> +template = pandora-build
> +project-type = library
> +pandora-version = 0.131
>
> === modified file 'Makefile.am'
> --- Makefile.am 2010-04-05 16:41:24 +0000
> +++ Makefile.am 2010-05-29 17:34:31 +0000
> @@ -14,7 +14,21 @@
> nobase_include_HEADERS =
> EXTRA_HEADERS =
> BUILT_SOURCES=
> -EXTRA_DIST = README.FIRST
> +EXTRA_DIST= \
> + ${srcdir}/m4/pandora_*.m4 \
> + .quickly \
> + README.FIRST \
> + config/autorun.sh \
> + config/pandora-plugin \
> + config/uncrustify.cfg \
> + m4/ac_cxx_header_stdcxx_98.m4 \
> + m4/acx_pthread.m4 \
> + m4/gettext.m4 \
> + m4/iconv.m4 \
> + m4/pkg.m4 \
> + m4/po.m4 \
> + m4/progtest.m4
> +
>
> SUBDIRS = docs
>
>
> === modified file 'config/autorun.sh'
> --- config/autorun.sh 2009-09-16 09:02:26 +0000
> +++ config/autorun.sh 2010-05-29 17:34:31 +0000
> @@ -1,5 +1,32 @@
> #!/bin/sh
> -# Taken from lighthttpd server (BSD). Thanks Jan!
> +#
> +# Copyright (c) 2006 Jan Kneschke
> +# Copyright (c) 2009 Sun Microsystems
> +# All rights reserved.
> +#
> +# Redistribution and use in source and binary forms, with or without
> +# modification, are permitted provided that the following conditions are met:
> +#
> +# 1. Redistributions of source code must retain the above copyright
> +# notice, this list of conditions and the following disclaimer.
> +# 2. Redistributions in binary form must reproduce the above copyright
> +# notice, this list of conditions and the following disclaimer in the
> +# documentation and/or other materials provided with the distribution.
> +# 3. The name of the author may not be used to endorse or promote products
> +# derived from this software without specific prior written permission.
> +#
> +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
> +# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
> +# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
> +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
> +# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
> +# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
> +# NEGLIGENCE OR OTHERWISE) ...

845. By Brian Aker <brian@gaz>

Added libmemcached_ping() to memcached utility library.

846. By Brian Aker <brian@gaz>

Adding support for libmemcached_ping().

847. By Brian Aker <brian@gaz>

Fix makedist, up the value on the library interface/version

Revision history for this message
Brian Aker (brianaker) wrote :

This is still not compiling.

Cheers,
   -Brian

review: Needs Fixing
855. By Monty Taylor

Added FreeBSD gmake note.

856. By Monty Taylor

Updated pandora-build files to version 0.134

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: