File: control

package info (click to toggle)
python-pam 0.4.2-16
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: ansic: 550; python: 50; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: python-pam
Section: python
Priority: optional
Build-Depends: debhelper (>= 13), python3-all-dev, libpam0g-dev, dh-python
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0

Package: python3-pam
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python3-pam-dbg
Description: Python interface to the PAM library
 This module makes the PAM (Pluggable Authentication Modules) functions
 available in Python 3. With this module you can write Python 3 applications
 that implement authentication services using PAM.