debian/0000755000000000000000000000000012160720127007164 5ustar debian/ruby-tests.rb0000644000000000000000000000017012160717343011636 0ustar # start redis-server and daemonize, run tests, kill redis-server exec("redis-server & rake ; pkill -KILL redis-server") debian/copyright0000644000000000000000000000253112160706722011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: em-hiredis Homepage: http://github.com/mloughran/em-hiredis Files: * Copyright: 2011-2013 Martyn Loughran License: MIT Files: debian/* Copyright: 2013 Per Andersson License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000325712160717343010604 0ustar Source: ruby-em-hiredis Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Per Andersson Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), bundler, procps, rake, redis-server, ruby-em-spec, ruby-rspec, ruby-hiredis Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-em-hiredis.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-em-hiredis.git Homepage: http://github.com/mloughran/em-hiredis XS-Ruby-Versions: ruby1.9.1 Package: ruby-em-hiredis Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-hiredis Suggests: ruby-em-hiredis-doc, Description: fast and simple Redis client for EventMachine A Redis client for EventMachine designed to be fast and simple. . Features: * uses the C hiredis library to parse redis replies * convenient API for pubsub * expose the state of underlying redis connections so that custom failover logic can be written outside the library Package: ruby-em-hiredis-doc Architecture: all Section: doc Depends: ${misc:Depends}, libjs-jquery Suggests: ruby-em-hiredis Description: fast and simple Redis client for EventMachine (documentation) A Redis client for EventMachine designed to be fast and simple. . Features: * uses the C hiredis library to parse redis replies * convenient API for pubsub * expose the state of underlying redis connections so that custom failover logic can be written outside the library . This package contains examples and html documentation for ruby-em-hiredis. debian/ruby-em-hiredis-doc.doc-base0000644000000000000000000000110312160707657014343 0ustar Document: ruby-em-hiredis-doc Title: Debian ruby-em-hiredis manual Author: Martyn Loughran Abstract: fast and simple Redis client for EventMachine A Redis client for EventMachine designed to be fast and simple. . Features: * uses the C hiredis library to parse redis replies * convenient API for pubsub * expose the state of underlying redis connections so that custom failover logic can be written outside the library Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-em-hiredis-doc/html/index.html Files: /usr/share/doc/ruby-em-hiredis-doc/html/* debian/patches/0000755000000000000000000000000012160707753010625 5ustar debian/patches/0001-Remove-git-calls-in-gemspec.patch0000644000000000000000000000155412160707753017370 0ustar From: Per Andersson Date: Fri, 21 Jun 2013 01:27:25 +0200 Subject: Remove git calls in gemspec --- em-hiredis.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/em-hiredis.gemspec b/em-hiredis.gemspec index 694c388..66d5339 100644 --- a/em-hiredis.gemspec +++ b/em-hiredis.gemspec @@ -20,8 +20,8 @@ Gem::Specification.new do |s| s.rubyforge_project = "em-hiredis" - s.files = `git ls-files`.split("\n") - s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") - s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } +# s.files = `git ls-files`.split("\n") +# s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") +# s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end debian/patches/series0000644000000000000000000000004712160707753012043 0ustar 0001-Remove-git-calls-in-gemspec.patch debian/changelog0000644000000000000000000000024012160717343011040 0ustar ruby-em-hiredis (0.2.1-1) unstable; urgency=low * Initial release (Closes: #712942) -- Per Andersson Fri, 21 Jun 2013 01:12:47 +0200 debian/rules0000755000000000000000000000206412160712233010245 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 BINARY_PKG := ruby-em-hiredis %: dh $@ --buildsystem=ruby --with ruby override_dh_auto_clean: dh_auto_clean rm -rf doc override_dh_auto_build: dh_auto_build # build documentation rdoc --main=README.md lib rm -f doc/js/jquery.js override_dh_auto_install: # use utf-8 locale so test cases work LC_ALL=C.UTF-8 dh_auto_install dh_installchangelogs CHANGELOG.md override_dh_install: # install docs dh_install --package=$(BINARY_PKG)-doc doc/* \ usr/share/doc/$(BINARY_PKG)-doc/html/ override_dh_link: # link to jquery.js dh_link --package=$(BINARY_PKG)-doc usr/share/javascript/jquery/jquery.js \ usr/share/doc/$(BINARY_PKG)-doc/html/js/jquery.js debian/ruby-em-hiredis.docs0000644000000000000000000000001212156371613013043 0ustar README.md debian/watch0000644000000000000000000000012412160706244010216 0ustar version=3 http://githubredir.debian.net/github/mloughran/em-hiredis/ v(.*)\.tar\.gz debian/source/0000755000000000000000000000000012156371524010474 5ustar debian/source/format0000644000000000000000000000001412156371512011677 0ustar 3.0 (quilt) debian/ruby-em-hiredis-doc.examples0000644000000000000000000000001312156371367014503 0ustar examples/* debian/compat0000644000000000000000000000000212156371531010370 0ustar 7