Source: pam-wrapper
Priority: optional
Maintainer: Debian SSSD Team <pkg-sssd-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper (>=11),
 cmake,
 libpam0g-dev,
 python-dev,
 python3-dev,
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.6
Standards-Version: 4.1.3
Section: libs
Homepage: https://cwrap.org/pam_wrapper.html
Vcs-Git: https://salsa.debian.org/sssd-team/pam-wrapper.git
Vcs-Browser: https://salsa.debian.org/sssd-team/pam-wrapper.git

Package: libpam-wrapper
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tool to test PAM applications and PAM modules
 This component of cwrap allows you to either test your PAM (Linux-PAM
 and OpenPAM) application or module.
 .
 For testing PAM applications, simple PAM module called pam_matrix is
 included. If you plan to test a PAM module you can use the pamtest library,
 which simplifies testing of modules. You can combine it with the cmocka
 unit testing framework or you can use the provided Python bindings to
 write tests for your module in Python.

Package: python-pypamtest
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
Description: Tool to test PAM applications and PAM modules -- Python bindings
 This component of cwrap allows you to either test your PAM (Linux-PAM
 and OpenPAM) application or module.
 .
 This package includes bindings for Python 2.

Package: python3-pypamtest
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
Description: Tool to test PAM applications and PAM modules -- Python3 bindings
 This component of cwrap allows you to either test your PAM (Linux-PAM
 and OpenPAM) application or module.
 .
 This package includes bindings for Python 3.
