File: control

package info (click to toggle)
libauthen-krb5-simple-perl 0.43-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 120 kB
  • sloc: perl: 153; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 1,138 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
Source: libauthen-krb5-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libdevel-checklib-perl,
               libkrb5-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-krb5-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-krb5-simple-perl.git
Homepage: https://metacpan.org/release/Authen-Krb5-Simple
Rules-Requires-Root: no

Package: libauthen-krb5-simple-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl module for authentication using Kerberos 5
 Authen::Krb5::Simple is a Perl module that provides a way to authenticate a
 username/password combination using Kerberos 5. Simply use this module and
 call its authentication function (or user@KRB_REALM) and a password.