File: control

package info (click to toggle)
ruby-saml 1.13.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 568 kB
  • sloc: ruby: 2,847; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,163 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
Source: ruby-saml
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,
               ruby-nokogiri,
               ruby-uuid,
               ruby-timecop,
               ruby-mocha
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-saml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-saml
Homepage: https://github.com/onelogin/ruby-saml
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-saml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-nokogiri (>= 1.10.5~),
         ruby-uuid,
         ${misc:Depends},
         ${shlibs:Depends}
Description: SAML toolkit for Ruby on Rails
 The Ruby SAML library is for implementing the  client side of a SAML
 authorization, i.e. it provides a means for managing authorization
 initialization and confirmation requests from identity providers.
 .
 SAML authorization is a two step process and you are expected to implement
 support for both.