101 lines
4.1 KiB
Text
101 lines
4.1 KiB
Text
Source: pam
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
|
|
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
XSBC-Original-Maintainer: Sam Hartman <hartmans@debian.org>
|
|
Bugs: mailto:maintainers@lists.progress-linux.org
|
|
Standards-Version: 4.6.2
|
|
Build-Depends: debhelper-compat (= 13), dh-exec, flex, libcrypt-dev, libdb-dev, libselinux1-dev [linux-any], libsystemd-dev [linux-any] <!stage1>, po-debconf, meson, libaudit-dev [linux-any] <!stage1>, pkgconf, libfl-dev, libfl-dev:native
|
|
Build-Depends-Indep: docbook-xsl-ns, docbook5-xml, xsltproc, libxml2-utils, w3m, fop
|
|
Build-Conflicts: libdb4.2-dev, libxcrypt-dev
|
|
Vcs-Browser: https://git.progress-linux.org/horok/pam
|
|
Vcs-Git: https://git.progress-linux.org/horok/pam
|
|
XSBC-Original-Vcs-Browser: https://salsa.debian.org/vorlon/pam
|
|
XSBC-Original-Vcs-Git: https://salsa.debian.org/vorlon/pam.git
|
|
Homepage: http://www.linux-pam.org/
|
|
Rules-Requires-Root: binary-targets
|
|
|
|
Package: libpam0g
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Replaces: libpam0g-util, libpam0t64 (<< 1.5.3-5)
|
|
Breaks: libpam0t64 (<< 1.5.3-5)
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Suggests: libpam-doc
|
|
Description: Pluggable Authentication Modules library
|
|
Contains the shared library for Linux-PAM, a library that enables the
|
|
local system administrator to choose how applications authenticate users.
|
|
In other words, without rewriting or recompiling a PAM-aware application,
|
|
it is possible to switch between the authentication mechanism(s) it uses.
|
|
One may entirely upgrade the local authentication system without touching
|
|
the applications themselves.
|
|
|
|
Package: libpam-modules
|
|
Section: admin
|
|
Priority: required
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Pre-Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
libpam-modules-bin (= ${binary:Version})
|
|
Conflicts: libpam-motd, libpam-mkhomedir, libpam-umask
|
|
Replaces: libpam0g-util, libpam-umask
|
|
Provides: libpam-motd, libpam-mkhomedir, libpam-umask
|
|
Description: Pluggable Authentication Modules for PAM
|
|
This package completes the set of modules for PAM. It includes the
|
|
pam_unix.so module as well as some specialty modules.
|
|
|
|
Package: libpam-modules-bin
|
|
Section: admin
|
|
Priority: required
|
|
Architecture: any
|
|
Multi-Arch: foreign
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Replaces: libpam-modules (<< 1.5.2-5~)
|
|
Description: Pluggable Authentication Modules for PAM - helper binaries
|
|
This package contains helper binaries used by the standard set of PAM
|
|
modules in the libpam-modules package.
|
|
|
|
Package: libpam-runtime
|
|
Section: admin
|
|
Priority: required
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6)
|
|
Replaces: libpam-modules (<< 1.7.0), libpam-modules-bin (<< 1.7.0)
|
|
Breaks: libpam-modules (<< 1.7.0), libpam-modules-bin (<< 1.7.0)
|
|
Description: Runtime support for the PAM library
|
|
Contains configuration files and directories required for
|
|
authentication to work on Debian systems. This package is required
|
|
on almost all installations.
|
|
|
|
Package: libpam0g-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: ${misc:Depends}, libpam0g (= ${binary:Version}), libc6-dev|libc-dev
|
|
Provides: libpam-dev
|
|
Recommends: libpam-doc
|
|
Description: Development files for PAM
|
|
Contains C header files and development libraries for libpam, the Pluggable
|
|
Authentication Modules, a library that enables the local system
|
|
administrator to choose how applications authenticate users.
|
|
.
|
|
PAM decouples applications from the authentication mechanism, making it
|
|
possible to upgrade the authentication system without recompiling or
|
|
rewriting the applications.
|
|
|
|
Package: libpam-doc
|
|
Provides: pam-doc
|
|
Build-Profiles: <!nodoc>
|
|
Section: doc
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Multi-Arch: foreign
|
|
Replaces: libpam0g-dev (<= 1.7.0)
|
|
Breaks: libpam0g-dev (<= 1.7.0)
|
|
Description: Documentation of PAM
|
|
Contains documentation (in HTML, ASCII, and PostScript format) for libpam,
|
|
the Pluggable Authentication Modules library, a library that enables the
|
|
local system administrator to choose how applications authenticate users.
|