File: control

package info (click to toggle)
pykerberos 1.1%2Bsvn4895-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 125
  • sloc: ansic: 1,204; python: 336; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download | duplicates (3)
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: pykerberos
Section: python
Priority: optional
Maintainer: Calendarserver Maintainers <calendarserver-maintainers@lists.alioth.debian.org>
Uploaders: Guido Günther <agx@sigxcpu.org>
Build-Depends: cdbs, debhelper (>= 5), libkrb5-dev, python-all-dev, python-support (>= 0.3)
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/calendarserver/pykerberos.git
Vcs-Browser: http://git.debian.org/?p=calendarserver/pykerberos.git

Package: python-kerberos
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Replaces: python2.4-kerberos (<= 0.0.svn55-1)
Conflicts: python2.4-kerberos (<= 0.0.svn55-1)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A GSSAPI interface module for Python
 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.