File: control

package info (click to toggle)
ruby-devise-two-factor 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 252 kB
  • sloc: ruby: 466; makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,470 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
Source: ruby-devise-two-factor
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@debian.org>
Build-Depends: debhelper (>= 12),
               gem2deb,
               rake,
               ruby-activemodel,
               ruby-activesupport,
               ruby-attr-encrypted (>= 3.0.0~),
               ruby-devise (>= 4.0~),
               ruby-faker,
               ruby-railties,
               ruby-rotp (>= 2~),
               ruby-rspec,
               ruby-timecop
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-devise-two-factor.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-devise-two-factor
Homepage: https://github.com/tinfoil/devise-two-factor
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-devise-two-factor
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activesupport,
         ruby-attr-encrypted (>= 3.0.0~),
         ruby-devise (>= 4.0~),
         ruby-railties,
         ruby-rotp (>= 2~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Barebones two-factor authentication with Devise
 Devise-two-factor is a minimalist extension to Devise which offers support for
 two-factor authentication, through the TOTP scheme. It allows you to
 incorporate two-factor authentication into your existing models.