File: control

package info (click to toggle)
libcatalyst-authentication-credential-authen-simple-perl 0.09-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: perl: 305; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,532 bytes parent folder | download | duplicates (2)
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: libcatalyst-authentication-credential-authen-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libauthen-simple-perl,
                     libcatalyst-perl,
                     libcatalyst-plugin-authentication-perl,
                     libtest-exception-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-authentication-credential-authen-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-authentication-credential-authen-simple-perl.git
Homepage: https://metacpan.org/release/Catalyst-Authentication-Credential-Authen-Simple

Package: libcatalyst-authentication-credential-authen-simple-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libauthen-simple-perl,
         libcatalyst-perl,
         libcatalyst-plugin-authentication-perl
Breaks: libcatalyst-modules-perl (<< 48~)
Replaces: libcatalyst-modules-perl (<< 48~)
Description: Catalyst plugin for verifying credentials with the Authen::Simple framework
 Catalyst::Authentication::Credential::Authen::Simple helps a Cataylst
 application authenticate against all credential databases supported by the
 Authen::Simple framework.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.