[DRE-commits] [ruby-oauth2] 02/06: wrap and sort

Cédric Boutillier boutil at moszumanska.debian.org
Tue May 6 20:53:03 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-oauth2.

commit a1e7ef98296db7a6ae095d098784962575fff481
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 6 22:19:39 2014 +0200

    wrap and sort
---
 debian/control | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 0bc0e32..14f044f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,17 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~),
- ruby-faraday, ruby-httpauth, ruby-multi-json, ruby-multi-xml, ruby-rack, ruby-jwt,
- ruby-rspec, rake, ruby-addressable
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.3.1~),
+               rake,
+               ruby-addressable,
+               ruby-faraday,
+               ruby-httpauth,
+               ruby-jwt,
+               ruby-multi-json,
+               ruby-multi-xml,
+               ruby-rack,
+               ruby-rspec
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-oauth2.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-oauth2.git;a=summary
@@ -15,8 +23,15 @@ XS-Ruby-Versions: all
 Package: ruby-oauth2
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-faraday, ruby-httpauth, ruby-multi-json, ruby-multi-xml, ruby-rack, ruby-jwt
+Depends: ruby | ruby-interpreter,
+         ruby-faraday,
+         ruby-httpauth,
+         ruby-jwt,
+         ruby-multi-json,
+         ruby-multi-xml,
+         ruby-rack,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: ruby wrapper for the OAuth 2.0 protocol
  A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the
  original OAuth spec.

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



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