File: control

package info (click to toggle)
ruby-omniauth-cas3 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 176 kB
  • ctags: 44
  • sloc: ruby: 643; xml: 34; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: ruby-omniauth-cas3
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-addressable (>= 2.3),
               ruby-nokogiri (>= 1.6.6),
               ruby-omniauth (>= 1.2),
               ruby-awesome-print,
               ruby-rspec,
               ruby-rack-test,
               ruby-webmock
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-omniauth-cas3.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-cas3.git
Homepage: https://github.com/tduehr/omniauth-cas3
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-omniauth-cas3
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-addressable (>= 2.3),
         ruby-nokogiri (>= 1.6.6),
         ruby-omniauth (>= 1.2),
         ${misc:Depends},
         ${shlibs:Depends}
Description: CAS 3.0 Strategy for OmniAuth
 This is a OmniAuth 1.0 compatible port of the previously available [OmniAuth
 CAS strategy][old_omniauth_cas] that was bundled with OmniAuth 0.3. This
 strategy has also been updated for CAS protocol version 3.0 and patched to
 deal with namespace issues.