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
|
Source: kwallet-pam
Section: admin
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Scarlett Moore <sgmoore@kde.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
cmake (>= 3.16~),
extra-cmake-modules (>= 6.10.0~),
libgcrypt20-dev (>= 1.5.0~),
libkf6wallet-dev (>= 6.10.0~),
libpam0g-dev,
libxkbcommon-dev,
pkgconf,
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/plasma/kwallet-pam
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kwallet-pam
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kwallet-pam.git
Rules-Requires-Root: no
Package: libpam-kwallet-common
Architecture: all
Depends: socat, ${misc:Depends},
Description: KWallet integration with PAM (common files)
The KDE Wallet system provides a secure way to store passwords and other
secret information, allowing the user to remember only a single KDE Wallet
password instead of numerous different passwords and credentials.
.
This package provides a the common files needed by all versions
of the PAM integration.
Package: libpam-kwallet5
Architecture: any
Depends: kwallet6,
libpam-kwallet-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: KWallet integration with PAM
The KDE Wallet system provides a secure way to store passwords and other
secret information, allowing the user to remember only a single KDE Wallet
password instead of numerous different passwords and credentials.
.
This package provides a simple PAM integration for KWallet, so you can log in
to open a KWallet.
|