[DRE-commits] [ruby-activerecord-session-store] 04/04: update dependencies
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jun 1 01:59:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-activerecord-session-store.
commit 508a4a4492b1d06646a214b9d2e0115a124e90e7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Jun 1 07:24:43 2016 +0530
update dependencies
---
debian/changelog | 2 ++
debian/control | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 355bab5..9f1eadf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ ruby-activerecord-session-store (1.0.0-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release.
* Ignore pre releases in watch.
+ * Add ruby-multi-json as dependency.
+ * Bump standards version to 3.9.8 (no changes).
-- Pirate Praveen <praveen at debian.org> Wed, 01 Jun 2016 07:15:17 +0530
diff --git a/debian/control b/debian/control
index d90dc7b..2a6e617 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,9 @@ Build-Depends: debhelper (>= 9~),
ruby-activerecord (>= 2:4.0.0),
ruby-railties (<< 2:5),
ruby-railties (>= 2:4.0.0),
- ruby-sqlite3
-Standards-Version: 3.9.7
+ ruby-sqlite3,
+ ruby-multi-json (>= 1.11.2~)
+Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-activerecord-session-store.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-activerecord-session-store.git
Homepage: http://www.rubyonrails.org
@@ -30,6 +31,7 @@ Depends: ruby | ruby-interpreter,
ruby-activerecord (>= 2:4.0.0),
ruby-railties (<< 2:5),
ruby-railties (>= 2:4.0.0),
+ ruby-multi-json (>= 1.11.2~),
${misc:Depends},
${shlibs:Depends}
Description: database backend for user sessions in Rails applications
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activerecord-session-store.git
More information about the Pkg-ruby-extras-commits
mailing list