File: control

package info (click to toggle)
libauthen-simple-kerberos-perl 0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 29; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,063 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
Source: libauthen-simple-kerberos-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libauthen-krb5-simple-perl,
                     libauthen-simple-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-simple-kerberos-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-simple-kerberos-perl.git
Homepage: https://metacpan.org/release/Authen-Simple-Kerberos

Package: libauthen-simple-kerberos-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libauthen-krb5-simple-perl,
         libauthen-simple-perl
Recommends: krb5-config
Description: module to allow the use of simple Kerberos authentication methods
 Authen::Simple::Kerberos allows the use of Kerberos authentication methods.
 .
 It uses the libauthen-simple-perl framework.