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
|
Source: physlock
Section: utils
Priority: optional
Maintainer: Michael Prokop <mika@debian.org>
Build-Depends:
debhelper (>= 10),
libpam0g-dev,
libsystemd-dev,
Rules-Requires-Root: binary-targets
Standards-Version: 4.3.0
Homepage: https://github.com/muennich/physlock
Vcs-git: https://salsa.debian.org/mika/physlock.git
Vcs-Browser: https://salsa.debian.org/mika/physlock
Package: physlock
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: lightweight Linux console locking tool
physlock is an alternative to vlock, it is equivalent to
`vlock -an'. It is written because vlock blocks some Linux
kernel mechanisms like hibernate and suspend and can therefore
only be used with some limitations. physlock is designed to be
more lightweight and it does not have a plugin interface.
|