[DRE-commits] [ruby-remcached] 02/03: Bump Standards-Version to 3.9.5; bump version dependencies on ruby-eventmachine and gem2deb

Cédric Boutillier boutil at moszumanska.debian.org
Sat Apr 26 00:26:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-remcached.

commit 7a433cf36b59eb2d2a53ea57efbdffc54722ec92
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Apr 26 02:17:01 2014 +0200

    Bump Standards-Version to 3.9.5; bump version dependencies on ruby-eventmachine and gem2deb
---
 debian/control | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 807387b..31f6942 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,13 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), 
- memcached, rake, ruby-rspec, ruby-eventmachine
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.7.5~),
+               memcached,
+               rake,
+               ruby-eventmachine (>= 1.0.3-6),
+               ruby-rspec
+Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-remcached.git
 Vcs-Browser: http://anonscm.debian.org/pkg-ruby-extras/ruby-remcached.git
 Homepage: http://github.com/astro/remcached/
@@ -14,7 +18,7 @@ XS-Ruby-Versions: all
 Package: ruby-remcached
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
 Description: Ruby EventMachine memcached client
  Ruby EventMachine memCACHED client implementation
  .
@@ -23,7 +27,7 @@ Description: Ruby EventMachine memcached client
  Uses the memcached `binary protocol`_ to reduce parsing overhead on
  the server side (requires memcached >= 1.3)
  .
- Supports multiple servers with simple round-robin key hashing in a 
+ Supports multiple servers with simple round-robin key hashing in a
  fault-tolerant way
  .
  Writing your own abstraction layer is recommended

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-remcached.git



More information about the Pkg-ruby-extras-commits mailing list