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: libapache-authenhook-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
Ivan Kohler <ivan-debian@420.am>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: apache2-dev,
debhelper-compat (= 13),
libapache2-mod-perl2-dev,
libperl-dev,
libtest-pod-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-authenhook-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-authenhook-perl.git
Homepage: https://metacpan.org/release/Apache-AuthenHook
Rules-Requires-Root: no
Package: libapache-authenhook-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libapache2-mod-perl2
Description: Perl API for Apache 2.1 authentication
Apache::AuthenHook offers access to the 2.1 Apache authentication
API in Perl. This is different than the authentication API
from Apache 1.3 or even Apache 2.0, but in its differences lies
strength.
|