File: control

package info (click to toggle)
python-pam 0.4.2-10.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 96 kB
  • ctags: 52
  • sloc: ansic: 517; python: 50; makefile: 42
file content (18 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-pam
Section: python
Priority: optional
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), libpam0g-dev
Maintainer: Dima Barsky <dima@debian.org>
Standards-Version: 3.6.0

Package: python-pam
Architecture: any
Depends: ${python:Depends}
Conflicts: python2.3-pam, python2.4-pam
Replaces: python2.3-pam, python2.4-pam
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A Python interface to the PAM library
 This module makes the PAM (Pluggable Authentication Modules) functions
 available in Python. With this module you can write Python applications
 that implement authentication services using PAM.