Codebase list ruby-omniauth-twitter / lintian-fixes/main debian / control
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

control @lintian-fixes/main

891fccd
 
 
c47768a
4d5bc46
2c49cfd
9f178f8
 
2e723f5
9f178f8
 
e7a6808
9f178f8
e7a6808
b21bf12
0cec9e9
891fccd
6f26786
891fccd
 
 
 
 
9f178f8
5394979
2e723f5
9f178f8
 
891fccd
7427a75
 
 
 
 
 
Source: ruby-omniauth-twitter
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-omniauth-oauth,
               ruby-rack-test,
               ruby-rspec,
               ruby-simplecov,
               ruby-webmock
Standards-Version: 4.0.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-twitter.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-twitter
Homepage: https://github.com/arunagw/omniauth-twitter
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-omniauth-twitter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rack,
         ruby-omniauth-oauth,
         ${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.
 .
 Twitter uses OAuth 1.0a. Twitter's developer area contains ample documentation
 on how it implements this, so if you are really interested in the details, go
 check that out for more.