File: control

package info (click to toggle)
xsecurelock 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,108 kB
  • sloc: ansic: 4,343; sh: 1,609; makefile: 259
file content (40 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download
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
Source: xsecurelock
Section: x11
Priority: optional
Maintainer: Markus Teich <mteich@google.com>
Uploaders: Rudolf Polzer <rpolzer@google.com>
Build-Depends: debhelper (>= 12),
  libc6,
  libpam-dev,
  libx11-dev,
  libxcomposite-dev,
  libxext-dev,
  libxfixes-dev,
  libxft-dev,
  libxmuu-dev,
  libxrandr-dev,
  libxss-dev,
  pandoc,
  x11proto-core-dev
Standards-Version: 4.3.0
Homepage: https://github.com/google/xsecurelock
Vcs-Browser: https://github.com/google/xsecurelock/tree/debian
Vcs-Git: https://github.com/google/xsecurelock.git -b debian

Package: xsecurelock
Architecture: any
Depends: dash, x11-xserver-utils, ${shlibs:Depends}, ${misc:Depends}
Suggests: mplayer,
  mpv,
  xscreensaver-data,
  xscreensaver-data-extra,
  xscreensaver-gl,
  xscreensaver-gl-extra
Description: X11 screen lock utility with the primary goal of security
 Screen lock utilities are widespread. However, in the past they often had
 security issues regarding authentication bypass (a crashing screen locker
 would unlock the screen), information disclosure (notifications may appear on
 top of the screen saver), or sometimes even worse.
 .
 In XSecureLock, security is achieved using a modular design to avoid the usual
 pitfalls of screen locking utility design on X11.