[DRE-commits] [ruby-openid-connect] 03/03: Lintian clean

Sruthi Chandran srud-guest at moszumanska.debian.org
Tue Aug 23 15:10:01 UTC 2016


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

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

commit 392fbc07070d5aa3b29bbf0cdd1b0b89a2168ac2
Author: Sruthi <srud at openmailbox.org>
Date:   Tue Aug 23 20:32:02 2016 +0530

    Lintian clean
---
 debian/changelog |  4 ++--
 debian/control   | 13 ++++++++++++-
 debian/copyright | 43 ++++++++++++++++++++-----------------------
 3 files changed, 34 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7bb15f6..c7f8eda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-openid-connect (0.12.0-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #835201)
 
- -- Sruthi Chandran <srud at disroot.org>  Tue, 23 Aug 2016 20:12:21 +0530
+ -- Sruthi Chandran <srud at disroot.org>  Mon, 22 Aug 2016 21:24:04 +0530
diff --git a/debian/control b/debian/control
index 579b93a..9cc9a5d 100644
--- a/debian/control
+++ b/debian/control
@@ -41,4 +41,15 @@ Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: OpenID Connect Server & Client Library
- 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 
+ 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, 
+ discovery of OpenID Providers, and session management, when it makes sense
+ for them.
diff --git a/debian/copyright b/debian/copyright
index 888b9a6..b59c191 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,30 @@ Upstream-Name: openid_connect
 Source: https://github.com/nov/openid_connect
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2011 nov matake
+License: MIT
 
 Files: debian/*
 Copyright: 2016 Sruthi Chandran <srud at disroot.org>
-License: GPL-2+ (FIXME)
+License: MIT
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

-- 
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