File: control

package info (click to toggle)
libcatalyst-plugin-authentication-credential-openid-perl 0.03%2Brp-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 63; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,382 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
Source: libcatalyst-plugin-authentication-credential-openid-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8),
    libmodule-install-perl
Build-Depends-Indep: liblwpx-paranoidagent-perl,
 libnet-openid-consumer-perl,
 libtest-base-perl,
 libuniversal-require-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-plugin-authentication-credential-openid-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-authentication-credential-openid-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Authentication-Credential-OpenID
Testsuite: autopkgtest-pkg-perl

Package: libcatalyst-plugin-authentication-credential-openid-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 liblwpx-paranoidagent-perl,
 libnet-openid-consumer-perl,
 libuniversal-require-perl
Replaces: libcatalyst-modules-extra-perl (<< 9~)
Breaks: libcatalyst-modules-extra-perl (<< 9~)
Description: OpenID credential for Catalyst::Auth framework
 Catalyst::Plugin::Authentication::Credential::OpenID is an OpenID credential
 for Catalyst::Plugin::Authentication framework.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.