File: control

package info (click to toggle)
python-kdcproxy 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: python: 1,035; makefile: 10
file content (59 lines) | stat: -rw-r--r-- 1,645 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: python-kdcproxy
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 libkrb5-3,
 python-all (>= 2.6.6-3),
 python-coverage,
 python-dnspython,
 python-mock,
 python-pyasn1,
 python-pytest,
 python-pytest-cov,
 python-setuptools,
 python-webtest,
 python3-all,
 python3-coverage,
 python3-dnspython,
 python3-mock,
 python3-pyasn1,
 python3-pytest,
 python3-pytest-cov,
 python3-setuptools,
 python3-webtest,
 tox,
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 4.1.2
Homepage: http://github.com/latchset/kdcproxy
Vcs-Git: https://salsa.debian.org/freeipa-team/python-kdcproxy.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/python-kdcproxy

Package: python-kdcproxy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-dnspython,
 python-pyasn1,
Description: Kerberos KDC HTTP proxy WSGI module for python
 This package contains a WSGI module for proxying KDC requests over HTTP by
 following the [MS-KKDCP] protocol. It aims to be simple to deploy, with
 minimal configuration.
 .
 This package includes the python2 version.

Package: python3-kdcproxy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-dnspython,
 python3-pyasn1,
Description: Kerberos KDC HTTP proxy WSGI module for python3
 This package contains a WSGI module for proxying KDC requests over HTTP by
 following the [MS-KKDCP] protocol. It aims to be simple to deploy, with
 minimal configuration.
 .
 This package includes the python3 version.