diff --git a/debian/control b/debian/control index 7a32769..4ed5f3c 100644 --- a/debian/control +++ b/debian/control @@ -4,17 +4,17 @@ Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 9~), - gem2deb, - rake, - ruby-rspec, - ruby-multi-json, - ruby-omniauth-oauth (>= 1.1), - ruby-omniauth-oauth (<< 2.0), - ruby-webmock, - ruby-rack-test, - ruby-safe-yaml (>= 1.0.4), - ruby-json (>= 1.3), - ruby-json (<< 2.0) + gem2deb, + rake, + ruby-json (<< 2.0), + ruby-json (>= 1.3), + ruby-multi-json, + ruby-omniauth-oauth (<< 2.0), + ruby-omniauth-oauth (>= 1.1), + ruby-rack-test, + ruby-rspec, + ruby-safe-yaml (>= 1.0.4), + ruby-webmock Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-twitter.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-twitter.git @@ -24,11 +24,13 @@ Package: ruby-omniauth-twitter Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, - ruby-omniauth-oauth (>= 1.1), - ruby-omniauth-oauth (<< 2.0), - ruby-json (>= 1.3), - ruby-json (<< 2.0) +Depends: ruby | ruby-interpreter, + ruby-json (<< 2.0), + ruby-json (>= 1.3), + ruby-omniauth-oauth (<< 2.0), + ruby-omniauth-oauth (>= 1.1), + ${misc:Depends}, + ${shlibs:Depends} Description: OmniAuth strategy for Twitter Twitter offers a few different methods of integration. This strategy implements the browser variant of the "Sign in with Twitter" flow.