File: control

package info (click to toggle)
ruby-omniauth-cas3 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 168 kB
  • sloc: ruby: 643; xml: 34; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,369 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 (>= 11~),
               gem2deb,
               rake,
               ruby-addressable (>= 2.3~),
               ruby-awesome-print,
               ruby-nokogiri (>= 1.7.1~),
               ruby-omniauth (>= 1.2~),
               ruby-rack-test,
               ruby-rspec,
               ruby-webmock
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-cas3.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-cas3
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.7.1~),
         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.