File: control

package info (click to toggle)
pam-python 1.0.9-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: ansic: 2,524; python: 687; makefile: 172; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,199 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
Source: pam-python
Section: admin
Priority: optional
Maintainer: Russell Stuart <russell-debian@stuart.id.au>
Build-Depends: debhelper (>= 12),
  python2, python2-dev (>= 2.2), python2-doc,
  python3, python3-sphinx,
  libpam0g-dev | libpam-dev
Standards-Version: 4.5.0
Homepage:  http://pam-python.sourceforge.net/

Package: libpam-python
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: libpam-python-doc
Description: Enables PAM modules to be written in Python
 This PAM module runs the Python interpreter, thus allowing PAM
 modules to be written in Python.  As a Python incurs a considerable
 overhead its intended audience is SysAdmins writing one off PAM
 modules.  If you are doing that, you should probably install
 the documentation in libpam-python-doc as well.

Package: libpam-python-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore, sphinx-common
Recommends: libpam-python
Description: Documentation for the bindings provided by libpam-python
 The libpam-python PAM module runs the Python interpreter, thus allowing
 PAM modules to be written in Python.  This package documents the bindings
 provided by libpam-python.