debian/0000755000000000000000000000000012266200134007162 5ustar debian/rules0000755000000000000000000000145412266173517010264 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby version = $(shell dpkg-parsechangelog | awk '{ if($$1 == "Version:") { print $$2 }}') override_dh_installman: help2man --name 'display statistics about a memcached server' --no-info --version-string='$(version)' bin/memcached_top > debian/memcached_top.1 dh_installman debian/memcached_top.1 override_dh_installchangelogs: dh_installchangelogs History.rdoc debian/docs0000644000000000000000000000004211724505551010042 0ustar README.rdoc FAQ.rdoc History.rdoc debian/watch0000644000000000000000000000016311724505551010224 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/memcache-client .*/memcache-client-(.*).tar.gz debian/source/0000755000000000000000000000000012266172614010475 5ustar debian/source/format0000644000000000000000000000001411724505551011701 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000002711724505551010177 0ustar debian/memcached_top.1 debian/copyright0000644000000000000000000000357211724505551011135 0ustar Upstream source location: http://rubyforge.org/frs/?group_id=1513 Files: * Copyright: (c) 2005-2007, Bob Cottrell, Eric Hodel, The Robot Co-op License: MIT All original code copyright 2005, 2006, 2007 Bob Cottrell, Eric Hodel, The Robot Co-op. 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. Neither the names of the authors nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: (c) 2008, Roberto C. Sanchez License: MIT It is assumed that all contributors release their packaging works under the same term as the module itself. debian/control0000644000000000000000000000171712266172614010606 0ustar Source: ruby-memcache-client Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Antonio Terceiro Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-flexmock, ruby-eventmachine, help2man Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-memcache-client.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-memcache-client.git;a=summary Homepage: http://github.com/mperham/memcache-client XS-Ruby-Versions: all Package: ruby-memcache-client Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby client library for memcached This is intended to provide access to basic memcached functionality. It does not attempt to be complete implementation of the entire API, but it is approaching a complete implementation. debian/patches/0000755000000000000000000000000011724505551010622 5ustar debian/patches/series0000644000000000000000000000006511724505551012040 0ustar 0001-Remove-unecessary-explicit-Rubygems-usage.patch debian/patches/0001-Remove-unecessary-explicit-Rubygems-usage.patch0000644000000000000000000000223311724505551022351 0ustar From 76e14a7d33534b37dfb111c52913b513c2c46ad6 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 1 Mar 2012 22:52:25 -0300 Subject: [PATCH 1/3] Remove unecessary explicit Rubygems usage --- test/test_benchmark.rb | 3 +-- test/test_mem_cache.rb | 2 -- 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/test/test_benchmark.rb b/test/test_benchmark.rb index 71066ce..4e7872b 100644 --- a/test/test_benchmark.rb +++ b/test/test_benchmark.rb @@ -1,4 +1,3 @@ -require 'rubygems' require 'benchmark' require 'test/unit' @@ -139,4 +138,4 @@ class TestBenchmark < Test::Unit::TestCase end end -end \ No newline at end of file +end diff --git a/test/test_mem_cache.rb b/test/test_mem_cache.rb index b5d3a0d..f420927 100644 --- a/test/test_mem_cache.rb +++ b/test/test_mem_cache.rb @@ -1,5 +1,4 @@ # encoding: utf-8 -require 'rubygems' require 'logger' require 'stringio' require 'test/unit' @@ -7,7 +6,6 @@ $TESTING = true require 'memcache' begin - gem 'flexmock' require 'flexmock/test_unit' rescue LoadError => e puts "Some tests require flexmock, please run `gem install flexmock`" -- 1.7.9.1 debian/ruby-memcache-client.docs0000644000000000000000000000002512266173571014044 0ustar README.rdoc FAQ.rdoc debian/compat0000644000000000000000000000000211724505551010371 0ustar 7 debian/README.source0000644000000000000000000000036311724505551011354 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/changelog0000644000000000000000000000470612266200134011043 0ustar ruby-memcache-client (1.8.5-3) unstable; urgency=low [ Cédric Boutillier ] * Team upload. * debian/control - remove obsolete DM-Upload-Allowed flag - use canonical URI in Vcs-* fields * Ship the FAQ and the upstream changelog in the binary package [ Jonas Genannt ] * d/control - removed transitional packages - bumped standards version to 3.9.5 (no changes needed) -- Jonas Genannt Thu, 16 Jan 2014 16:50:32 +0100 ruby-memcache-client (1.8.5-2) unstable; urgency=low * Team upload. * Rebuild with newer gem2deb -- Vincent Fourmond Mon, 25 Jun 2012 21:52:47 +0200 ruby-memcache-client (1.8.5-1) unstable; urgency=low * New upstream release * Convert to new naming convention, migrate to gem2deb -- Antonio Terceiro Thu, 01 Mar 2012 22:42:05 -0300 libmemcache-client-ruby (1.7.8-2) unstable; urgency=low * Bump standards version to 3.9.1 (no changes) * Switch to dpkg-source 3.0 (quilt) format * Fix path of VERSION.yml and install VERSION.yml; thanks to Nobuhiro Iwamatsu for the patch (Closes: #587697) -- Roberto C. Sanchez Sat, 31 Jul 2010 21:43:25 -0400 libmemcache-client-ruby (1.7.8-1) unstable; urgency=low * New upstream release * Update watchfile to use githubredir.debian.net * debian/patches/no-rubygems.diff: Refresh patch * Add missing README.source -- Roberto C. Sanchez Thu, 08 Apr 2010 16:18:17 -0400 libmemcache-client-ruby (1.5.0-3) unstable; urgency=low * std-ver -> 3.8.4. no changes needed. * Switch to Ruby 1.9.1. Closes: #569850. * Add patch: no-rubygems: drop require on rubygems. -- Lucas Nussbaum Sat, 20 Feb 2010 23:01:57 +0100 libmemcache-client-ruby (1.5.0-2) unstable; urgency=low [ Roberto C. Sanchez ] * Update package section to ruby to comply with new archive layout. * Bump standards version to 3.8.3 (no changes) * Make lintian happy: + Have Build-Depends satisfy requirements for 'debian/rules clean' + Add missing ${misc:Depends} dependency for each binary package [ Lucas Nussbaum ] * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change. -- Roberto C. Sanchez Thu, 27 Aug 2009 18:59:35 -0400 libmemcache-client-ruby (1.5.0-1) unstable; urgency=low * Initial release (Closes: #499906) -- Roberto C. Sanchez Tue, 23 Sep 2008 11:29:09 -0400 debian/ruby-tests.rb0000644000000000000000000000016011724505551011636 0ustar exec(ENV['RUBY_TEST_BIN'], '-Idebian/ruby-memcache-client/usr/lib/ruby/vendor_ruby' , 'test/test_mem_cache.rb')