File: control

package info (click to toggle)
libauthen-krb5-perl 1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 284 kB
  • sloc: ansic: 3,024; perl: 286; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 1,095 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
Source: libauthen-krb5-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl, libkrb5-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 Ansgar Burchardt <ansgar@debian.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Krb5/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-krb5-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-krb5-perl/

Package: libauthen-krb5-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl interface to Kerberos 5 API
 Authen::Krb5 is a Perl module providing an object-oriented interface to the
 Kerberos 5 API. It rearranges the API slightly to provide an object-oriented
 view, but otherwise closely matches the C interface. Use may require previous
 experience with Kerberos 5 programming or reference to the Kerberos 5 API
 documentation.
 .
 This package is built against the MIT Kerberos 5 libraries.