File: control

package info (click to toggle)
ruby-omniauth-ldap 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: ruby: 709; makefile: 3
file content (42 lines) | stat: -rw-r--r-- 1,578 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
37
38
39
40
41
42
Source: ruby-omniauth-ldap
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-net-ldap (>= 0.16~),
               ruby-ntlm (>= 0.5~),
               ruby-omniauth (>= 1.3~),
               ruby-rack-test,
               ruby-rspec,
               ruby-sasl (>= 0.0.3.3~)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-omniauth-ldap.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-omniauth-ldap
Homepage: https://gitlab.com/gitlab-org/omniauth-ldap
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-omniauth-ldap
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-net-ldap (>= 0.16~),
         ruby-ntlm (>= 0.5~),
         ruby-omniauth (>= 1.3~),
         ruby-sasl (>= 0.0.3.3~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: LDAP strategy for Ruby OmniAuth library
 OmniAuth is a Ruby library that standardizes multi-provider
 authentication for web applications. It was created to be powerful,
 flexible, and do as little as possible. Any developer can create
 strategies for OmniAuth that can authenticate users via disparate
 systems. OmniAuth strategies have been created for everything from
 Facebook to LDAP.
 .
 This package contains LDAP strategy for OmniAuth
 .
 This version has been patched for use with GITLAB.