File: control

package info (click to toggle)
libdancer-plugin-auth-extensible-perl 1.00-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 236 kB
  • ctags: 53
  • sloc: perl: 599; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,435 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
Source: libdancer-plugin-auth-extensible-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcrypt-saltedhash-perl,
                     libdancer-perl (>= 1.3118),
                     libyaml-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdancer-plugin-auth-extensible-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdancer-plugin-auth-extensible-perl.git
Homepage: https://metacpan.org/release/Dancer-Plugin-Auth-Extensible

Package: libdancer-plugin-auth-extensible-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcrypt-saltedhash-perl,
         libdancer-perl (>= 1.3118),
         libyaml-perl
# libunix-passwd-file-perl could go into Recommends if it were packaged
Recommends: libauthen-simple-pam-perl,
            libdancer-plugin-database-perl
Description: module providing extensible authentication framework for Dancer apps
 Dancer::Plugin::Auth::Extensible makes it easy to require a user to be
 logged in to access certain routes, provides role-based access control,
 and supports various authentication  methods/sources (config file, database,
 Unix system users, etc).