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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: pam-wrapper
Priority: optional
Maintainer: Debian SSSD Team <pkg-sssd-devel@alioth-lists.debian.net>
Uploaders:
Timo Aaltonen <tjaalton@debian.org>,
Simon Josefsson <simon@josefsson.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
cmake,
libpam0g-dev,
python3-dev,
python3-setuptools,
X-Python3-Version: >= 3.6
Standards-Version: 4.7.2
Section: devel
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
Rules-Requires-Root: no
Package: libpam-wrapper
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Tool to test PAM applications
This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM)
application.
.
For testing PAM applications, simple PAM module called pam_matrix is
included.
Package: libpamtest0
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Replaces:
libpam-wrapper (<< 1.0.7-3),
Breaks:
libpam-wrapper (<< 1.0.7-3),
Description: Library to test PAM modules
This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM)
module.
.
For testing 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.
.
This package provides shared libraries.
Package: libpamtest0-dev
Architecture: any
Multi-Arch: same
Depends:
libpamtest0 (= ${binary:Version}),
${misc:Depends},
Replaces:
libpam-wrapper (<< 1.0.7-3),
Breaks:
libpam-wrapper (<< 1.0.7-3),
Description: Development files for library to test PAM modules
This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM)
module.
.
For testing 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.
.
This package provides development headers.
Package: python3-pypamtest
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${python3:Depends},
${shlibs: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.
|