Source: python-pam Section: python Priority: optional Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), libpam0g-dev, dh-python Maintainer: Dima Barsky Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Package: python-pam Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Conflicts: python2.3-pam, python2.4-pam Replaces: python2.3-pam, python2.4-pam Provides: ${python:Provides} Description: 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.