Run wrap-and-sort on packaging files
Cédric Boutillier
7 years ago
2 | 2 |
Priority: optional
|
3 | 3 |
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
|
4 | 4 |
Uploaders: Nitesh A Jain <niteshjain92@gmail.com>
|
5 | |
Build-Depends: debhelper (>= 9~), gem2deb, ruby-omniauth-oauth2 (>= 1.2~), ruby-mocha, ruby-minitest
|
|
5 |
Build-Depends: debhelper (>= 9~),
|
|
6 |
gem2deb,
|
|
7 |
ruby-minitest,
|
|
8 |
ruby-mocha,
|
|
9 |
ruby-omniauth-oauth2 (>= 1.2~)
|
6 | 10 |
Standards-Version: 3.9.7
|
7 | 11 |
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-facebook.git
|
8 | 12 |
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-facebook.git
|
|
12 | 16 |
Package: ruby-omniauth-facebook
|
13 | 17 |
Architecture: all
|
14 | 18 |
XB-Ruby-Versions: ${ruby:Versions}
|
15 | |
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-omniauth-oauth2 (>= 1.2~)
|
|
19 |
Depends: ruby | ruby-interpreter,
|
|
20 |
ruby-omniauth-oauth2 (>= 1.2~),
|
|
21 |
${misc:Depends},
|
|
22 |
${shlibs:Depends}
|
16 | 23 |
Description: Oauth2 facebook strategy for OmniAuth
|
17 | 24 |
This gem contains a OAuth2 facebook strategy for OmniAuth. It supports the
|
18 | 25 |
OAuth 2.0 server-side and client-side flows.
|
4 | 4 |
Files: *
|
5 | 5 |
Copyright: 2012 Mark Dodwell <apps@mkdynamic.co.uk>
|
6 | 6 |
License: Expat
|
7 | |
|
|
7 |
|
8 | 8 |
Files: debian/*
|
9 | 9 |
Copyright: 2013 Nitesh A Jain <niteshjain92@gmail.com>
|
10 | 10 |
License: Expat
|
|
25 | 25 |
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
26 | 26 |
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
27 | 27 |
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
28 | |
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
28 |
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
29 | 29 |
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
30 | |
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
|
30 |
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
31 | 31 |
OR OTHER DEALINGS IN THE SOFTWARE.
|