]> git.sur5r.net Git - i3/i3lock/blob - debian/control
df3bf8aafaf518016e47029a65c63bcc3a439efb
[i3/i3lock] / debian / control
1 Source: i3lock
2 Section: utils
3 Priority: optional
4 Maintainer: Michael Stapelberg <michael@stapelberg.de>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libxext-dev
7 Standards-Version: 3.8.1
8 Homepage: http://i3.zekjur.net/i3lock/
9
10 Package: i3lock
11 Architecture: any
12 Priority: optional
13 Section: x11
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: a slightly improved version of slock
16  i3lock improves slock by making it fork() and therefore combinable with
17  commands to suspend your computer. Additionally, instead of turning off
18  your screen via DPMS and/or displaying a black screen, i3lock displays a
19  white screen so you can see if your computer failed to resume from suspend
20  or if your screen is just locked. Also, when entering a wrong password,
21  i3lock does not call XBell(). This is important because i3lock/slock think
22  you've entered a password when resuming from suspend, at least sometimes.