File: control

package info (click to toggle)
pykerberos 1.1.14-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: ansic: 1,536; python: 208; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,148 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: pykerberos
Section: python
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Uploaders: Dr. Torge Szczepanek <debian@cygnusnetworks.de>,
Build-Depends: debhelper (>= 9),
               dh-python,
               libkrb5-dev,
               python3-all-dev,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: https://pypi.python.org/pypi/pykerberos
Vcs-Git: https://salsa.debian.org/agx/pykerberos.git
Vcs-Browser: https://salsa.debian.org/agx/pykerberos

Package: python3-kerberos
Architecture: any
Depends: lsb-release, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: GSSAPI interface module - Python 3.x
 This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
 The goal is to avoid having to build a module that wraps the entire
 Kerberos.framework, and instead offer a limited set of functions that do what
 is needed for client/server Kerberos authentication based on
 <http://www.ietf.org/rfc/rfc4559.txt>.
 .
 Much of the C-code here is adapted from Apache's mod_auth_kerb-5.0rc7.
 .
 This package contains the Python 3.x module.