[DRE-commits] [ruby-omniauth-openid] 01/04: Bump debhelper compat

Balasankar C balasankarc-guest at moszumanska.debian.org
Mon Sep 7 21:09:55 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-omniauth-openid.

commit f5dc6d7d5a437b6b5ed0193c6e20b75b0e56aa16
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue Sep 8 02:29:58 2015 +0530

    Bump debhelper compat
---
 debian/compat  |  2 +-
 debian/control | 18 ++++++++++++++----
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index b4167f7..841ff44 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,15 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-rspec, ruby-rack-openid,
- ruby-omniauth, ruby-rack-test, ruby-webmock, ruby-safe-yaml
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9.0),
+               gem2deb (>= 0.7.5~),
+               ruby-omniauth,
+               ruby-rack-openid,
+               ruby-rack-test,
+               ruby-rspec,
+               ruby-safe-yaml,
+               ruby-webmock
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-openid.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-omniauth-openid.git;a=summary
 Homepage: https://github.com/intridea/omniauth-openid
@@ -14,7 +20,11 @@ XS-Ruby-Versions: all
 Package: ruby-omniauth-openid
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-omniauth, ruby-rack-openid
+Depends: ruby | ruby-interpreter,
+         ruby-omniauth,
+         ruby-rack-openid,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: openid strategy for OmniAuth
  Provides strategies for authenticating to providers using the OpenID standard.
  .

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



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