[DRE-commits] [ruby-openid-connect] 01/01: Add Build-Depends

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Aug 23 15:48:08 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository ruby-openid-connect.

commit 81a7ebb38381bb6818fc224dc622bb72becc4c45
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue Aug 23 21:17:55 2016 +0530

    Add Build-Depends
---
 debian/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 9cc9a5d..dabf233 100644
--- a/debian/control
+++ b/debian/control
@@ -12,11 +12,13 @@ Build-Depends: debhelper (>= 9~),
                ruby-json-jwt (>= 1.5.0),
                ruby-rack-oauth2 (>= 1.3.1),
                ruby-rspec,
+               ruby-rspec-its,
                ruby-swd (>= 1.0.0),
                ruby-tzinfo,
                ruby-validate-email,
                ruby-validate-url,
-               ruby-webfinger (>= 1.0.1)
+               ruby-webfinger (>= 1.0.1),
+               ruby-webmock
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-openid-connect.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-openid-connect.git
@@ -41,15 +43,15 @@ Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: OpenID Connect Server & Client Library
- OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 
- protocol. It allows Clients to verify the identity of the End-User based on 
+ OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0
+ protocol. It allows Clients to verify the identity of the End-User based on
  the authentication performed by an Authorization Server, as well as to obtain
  basic profile information about the End-User in an interoperable and REST-like
  manner.
  .
- OpenID Connect allows clients of all types, including Web-based, mobile, and 
- JavaScript clients, to request and receive information about authenticated 
- sessions and end-users. The specification suite is extensible, allowing 
- participants to use optional features such as encryption of identity data, 
+ OpenID Connect allows clients of all types, including Web-based, mobile, and
+ JavaScript clients, to request and receive information about authenticated
+ sessions and end-users. The specification suite is extensible, allowing
+ participants to use optional features such as encryption of identity data,
  discovery of OpenID Providers, and session management, when it makes sense
  for them.

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



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