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
|
Source: golang-github-msteinert-pam
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Taavi Väänänen <taavi@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-term-dev <!nocheck>,
libpam0g-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/msteinert/pam
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-msteinert-pam
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-msteinert-pam.git
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/msteinert/pam
Package: golang-github-msteinert-pam-dev
Architecture: all
Depends: libpam0g-dev,
${misc:Depends},
${shlibs:Depends},
Description: Go wrapper module for the PAM API
This library provides a wrapper for the Pluggable Authentication
Modules (PAM) API. This wrapper includes session management,
authentication, account management, etc.
.
Documentation: https://godoc.org/github.com/msteinert/pam
|