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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: kscreenlocker
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Norbert Preining <norbert@preining.info>,
Patrick Franz <deltaone@debian.org>,
Scarlett Moore <sgmoore@kde.org>,
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.102.0~),
gettext,
libkf5config-dev (>= 5.94~),
libkf5crash-dev (>= 5.102.0~),
libkf5declarative-dev (>= 5.102.0~),
libkf5globalaccel-dev (>= 5.102.0~),
libkf5i18n-dev (>= 5.102.0~),
libkf5idletime-dev (>= 5.102.0~),
libkf5kcmutils-dev (>= 5.102.0~),
libkf5kio-dev (>= 5.102.0~),
libkf5notifications-dev (>= 5.102.0~),
libkf5screen-dev,
libkf5solid-dev (>= 5.102.0~),
libkf5wayland-dev (>= 4:5.102.0~),
libkf5windowsystem-dev (>= 5.102.0~),
libkf5xmlgui-dev (>= 5.102.0~),
liblayershellqtinterface-dev (>= 5.27.5~),
libpam0g-dev,
libqt5x11extras5-dev (>= 5.15.2~),
libwayland-dev (>= 1.3~),
libx11-dev,
libxcb-keysyms1-dev,
libxcb-xtest0-dev,
libxcb1-dev,
libxcursor-dev,
libxi-dev,
pkg-config,
pkg-kde-tools,
qtbase5-dev (>= 5.15.2~),
qtdeclarative5-dev (>= 5.15.2~),
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/plasma/kscreenlocker
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kscreenlocker.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kscreenlocker
Rules-Requires-Root: no
Package: kde-config-screenlocker
Architecture: any
Depends: libkscreenlocker5 (= ${binary:Version}),
systemsettings,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: KCM Module for kscreenlocker
KDE systemsettings module to configure kscreenlocker.
.
kscreenlocker can be configured to support the PAM ("Pluggable Authentication
Modules") system for password checking (for unlocking the display).
.
PAM is a flexible application-transparent configurable user-authentication
system found on FreeBSD, Solaris, and Linux (and maybe other unixes).
.
Information about PAM may be found on its homepage
http://www.kernel.org/pub/linux/libs/pam/
(Despite the location, this information is NOT Linux-specific.)
.
This package contains the KCM settings module for kscreenlocker.
Package: kscreenlocker-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkscreenlocker5 (= ${binary:Version}), ${misc:Depends},
Description: Development files for kscreenlocker
KDE systemsettings module to configure kscreenlocker.
.
kscreenlocker can be configured to support the PAM ("Pluggable Authentication
Modules") system for password checking (for unlocking the display).
.
PAM is a flexible application-transparent configurable user-authentication
system found on FreeBSD, Solaris, and Linux (and maybe other unixes).
.
Information about PAM may be found on its homepage
http://www.kernel.org/pub/linux/libs/pam/
(Despite the location, this information is NOT Linux-specific.)
.
This package contains development files for kscreenlocker.
Package: libkscreenlocker5
Architecture: any
Pre-Depends: psmisc,
Depends: ${misc:Depends}, ${shlibs:Depends},
Breaks: kwin-common (<< 4:5.26.70~), kwin-common (>> 4:5.27.70~),
Recommends: kde-config-screenlocker,
Multi-Arch: same
Description: Secure lock screen architecture
KDE systemsettings module to configure kscreenlocker.
.
kscreenlocker can be configured to support the PAM ("Pluggable Authentication
Modules") system for password checking (for unlocking the display).
.
PAM is a flexible application-transparent configurable user-authentication
system found on FreeBSD, Solaris, and Linux (and maybe other unixes).
.
Information about PAM may be found on its homepage
http://www.kernel.org/pub/linux/libs/pam/
(Despite the location, this information is NOT Linux-specific.)
.
This package contains the library files for kscreenlocker.
|