[DRE-commits] [ruby-omniauth-google-oauth2] 09/10: debian/control: update build and runtime dependencies
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Wed Jun 22 13:34:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a commit to branch master
in repository ruby-omniauth-google-oauth2.
commit 9f390b633b5f79a5792d3ff2740cb8a7915b78c7
Author: Lucas Kanashiro <kanashiro at debian.org>
Date: Tue Jun 21 14:05:51 2016 -0300
debian/control: update build and runtime dependencies
---
debian/changelog | 1 +
debian/control | 13 ++++++++++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4955aa6..91bc986 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ ruby-omniauth-google-oauth2 (0.4.1-1) UNRELEASED; urgency=medium
* Update years of upstream copyright
* Update Debian packaging copyright
* Declare compliance with Debian policy 3.9.8
+ * debian/control: update build and runtime dependencies
-- Cédric Boutillier <boutil at moszumanska.debian.org> Tue, 21 Jun 2016 12:12:51 -0300
diff --git a/debian/control b/debian/control
index dd1557a..35e4386 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,11 @@ Uploaders: Nitesh A Jain <niteshjain92 at gmail.com>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
- ruby-omniauth-oauth2,
- ruby-rspec
+ ruby-jwt (>= 1.5.2),
+ ruby-multi-json,
+ ruby-omniauth,
+ ruby-omniauth-oauth2 (>= 1.3.1),
+ ruby-rspec (>= 2.14.0)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-google-oauth2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-google-oauth2.git
@@ -19,7 +22,11 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ ruby-jwt (>= 1.5.2),
+ ruby-multi-json,
+ ruby-omniauth,
+ ruby-omniauth-oauth2 (>= 1.3.1)
Description: Google OAuth2 strategy for OmniAuth 1.x
This gem allows one to authenticate with Google via OAuth2 in OmniAuth
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-google-oauth2.git
More information about the Pkg-ruby-extras-commits
mailing list