File: control

package info (click to toggle)
liblwp-authen-negotiate-perl 0.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, forky, sid, trixie
  • size: 72 kB
  • sloc: perl: 68; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,206 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
Source: liblwp-authen-negotiate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Maximilian Wilhelm <max@rfc2324.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: libgssapi-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblwp-authen-negotiate-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblwp-authen-negotiate-perl.git
Rules-Requires-Root: no
Homepage: https://metacpan.org/release/LWP-Authen-Negotiate

Package: liblwp-authen-negotiate-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libgssapi-perl,
         libwww-perl
Description: Perl module for GSSAPI based Authentication Plugin for LWP
 This is the CPAN Perl module LWP::Authen::Negotiate.
 .
 LWP::Authen::Negotiate is a transparent authentication plugin for LWP.
 The LWP::UserAgent will do authentication transparently based on your
 GSSAPI installation (MIT Kerberos or Heimdal).