update description, deps and uncomment vcs
Praveen Arimbrathodiyil
10 years ago
2 | 2 | Priority: optional |
3 | 3 | Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> |
4 | 4 | Uploaders: Praveen Arimbrathodiyil <praveen@debian.org> |
5 | Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~) | |
5 | Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), rake, ruby-rspec, ruby-multi-json, | |
6 | ruby-omniauth-oauth, ruby-webmock, ruby-rack-test, ruby-patron | |
6 | 7 | Standards-Version: 3.9.4 |
7 | #Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-twitter.git | |
8 | #Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-omniauth-twitter.git;a=summary | |
8 | Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-twitter.git | |
9 | Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-omniauth-twitter.git;a=summary | |
9 | 10 | Homepage: https://github.com/arunagw/omniauth-twitter |
10 | 11 | XS-Ruby-Versions: all |
11 | 12 | |
13 | 14 | Architecture: all |
14 | 15 | XB-Ruby-Versions: ${ruby:Versions} |
15 | 16 | Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter |
16 | # multi_json (~> 1.3), omniauth-oauth (~> 1.0), rspec (~> 2.7, development), rack-test (>= 0, development), simplecov (>= 0, development), webmock (>= 0, development) | |
17 | 17 | Description: OmniAuth strategy for Twitter |
18 | OmniAuth strategy for Twitter | |
18 | Twitter offers a few different methods of integration. This strategy implements | |
19 | the browser variant of the "Sign in with Twitter" flow. | |
20 | . | |
21 | Twitter uses OAuth 1.0a. Twitter's developer area contains ample documentation | |
22 | on how it implements this, so if you are really interested in the details, go | |
23 | check that out for more. |