[DRE-commits] [ruby-redis-store] 02/03: Upstream update
Balasankar C
balasankarc-guest at moszumanska.debian.org
Sat Jul 4 19:30:34 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-store.
commit 741810074a5396cc3a8e69c5e1dde009d2888a99
Author: Balasankar C <balasankarc at autistici.org>
Date: Sun Jul 5 00:23:34 2015 +0530
Upstream update
---
debian/changelog | 6 ++++++
debian/control | 20 +++++++++++++++-----
2 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 69f5aae..bb7f1ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-redis-store (1.1.5-1) unstable; urgency=medium
+
+ * Upstream update
+
+ -- Balasankar C <balasankarc at autistici.org> Sun, 28 Jun 2015 11:17:48 +0530
+
ruby-redis-store (1.1.4-2) unstable; urgency=medium
* Moved the start and stop scripts of redis-server to ruby-tests.rake
diff --git a/debian/control b/debian/control
index cbd7e98..ba1442f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ 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-mocha, ruby-redis, redis-server, procps
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ procps,
+ redis-server,
+ ruby-minitest,
+ ruby-mocha,
+ ruby-redis
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-redis-store.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-redis-store.git;a=summary
@@ -14,9 +20,13 @@ XS-Ruby-Versions: all
Package: ruby-redis-store
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,ruby-redis, redis-server
+Depends: redis-server,
+ ruby | ruby-interpreter,
+ ruby-redis,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: redis stores for Ruby frameworks
- 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 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-store.git
More information about the Pkg-ruby-extras-commits
mailing list