[DRE-commits] [ruby-redis-activesupport] 03/03: Upstream update
Balasankar C
balasankarc-guest at moszumanska.debian.org
Tue Jul 28 12:19:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-redis-activesupport.
commit ed671f9cdd9e69bcb03d1037a6ccd58eed900dc7
Author: Balasankar C <balasankarc at autistici.org>
Date: Tue Jul 28 17:49:02 2015 +0530
Upstream update
---
debian/changelog | 7 +++++++
debian/control | 23 +++++++++++++++++------
2 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d97e217..40482a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-redis-activesupport (4.1.0-1) unstable; urgency=medium
+
+ * Upstream update
+ * Patch incorrect version test
+
+ -- Balasankar C <balasankarc at autistici.org> Tue, 28 Jul 2015 17:26:26 +0530
+
ruby-redis-activesupport (4.0.0-3) unstable; urgency=medium
* Fix homepage field in debian/control.
diff --git a/debian/control b/debian/control
index d0f1cba..f40076c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,14 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb,ruby-redis-store, redis-server, ruby-mocha, ruby-activesupport,procps
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ procps,
+ redis-server,
+ ruby-activesupport,
+ ruby-connection-pool,
+ ruby-mocha,
+ ruby-redis-store
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-redis-activesupport.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-redis-activesupport.git;a=summary
@@ -14,10 +21,14 @@ XS-Ruby-Versions: all
Package: ruby-redis-activesupport
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport, ruby-redis-store
+Depends: ruby | ruby-interpreter,
+ ruby-activesupport,
+ ruby-redis-store,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Redis store for ActiveSupport::Cache
- redis-activesupport provides a cache for ActiveSupport. Redis Store provides a
- full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby
- frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It
- supports object marshalling, timeouts, single or multiple nodes, and
+ redis-activesupport provides a cache for ActiveSupport. Redis Store provides a
+ full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby
+ frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It
+ supports object marshalling, timeouts, single or multiple nodes, and
namespaces.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis-activesupport.git
More information about the Pkg-ruby-extras-commits
mailing list