File: control

package info (click to toggle)
python-krbv 1.0.90-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,456 kB
  • ctags: 189
  • sloc: sh: 10,115; ansic: 3,559; python: 326; makefile: 41; awk: 10
file content (27 lines) | stat: -rw-r--r-- 921 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
Source: python-krbv
Section: python
Priority: extra
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@ubuntu.com>
Build-Depends: debhelper (>= 8.0.0),
 python-dev (>= 2.6.6-3~),
 libkrb5-dev,
 gawk,
 quilt,
 dh-autoreconf,
Standards-Version: 3.9.3
X-Python-Version: >= 2.7
Homepage: https://fedorahosted.org/python-krbV/
Vcs-Git: git://git.debian.org/pkg-freeipa/python-krbv.git
Vcs-Browser: http://git.debian.org/?p=pkg-freeipa/python-krbv.git;a=summary

Package: python-krbv
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python extension module for Kerberos 5
 python-krbV allows Python programs to use Kerberos 5 authentication and
 security.
 .
 It is designed to be a thin wrapper around the krb5 C API. Familiarity with
 the C API will be of great help when using this module.