File: control

package info (click to toggle)
python-pampy 1.8.2-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 41
  • sloc: python: 150; makefile: 4
file content (48 lines) | stat: -rw-r--r-- 1,555 bytes parent folder | download | duplicates (2)
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
Source: python-pampy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>
Build-Depends:
 cdbs (>= 0.4.90~),
 debhelper (>= 9),
 python-all (>= 2.6.6-3~),
 python-setuptools,
 python3-all,
 python3-setuptools,
 dh-python,
Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/pam
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.2
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pampy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pampy/trunk/

Package: python-pampy
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: Python module for simple PAM authentications (Python 2)
 Provide an authenticate() function that will allow the caller to
 authenticate a user against the Pluggable Authentication Modules
 (PAM) on the system.
 .
 The module pam.py is a single file, implemented using ctypes, so
 no compilation is necessary. This package provides the pam.py
 module for Python 2.

Package: python3-pampy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python module for simple PAM authentications (Python 3)
 Provide an authenticate() function that will allow the caller to
 authenticate a user against the Pluggable Authentication Modules
 (PAM) on the system.
 .
 The module pam.py is a single file, implemented using ctypes, so
 no compilation is necessary. This package provides the pam.py
 module for Python 3.