]> git.sur5r.net Git - i3/i3lock/blob - debian/control
s/passwords/password (Thanks xeen)
[i3/i3lock] / debian / control
1 Source: i3lock
2 Section: utils
3 Priority: extra
4 Maintainer: Michael Stapelberg <michael@stapelberg.de>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev
7 Standards-Version: 3.8.2
8 Homepage: http://i3.zekjur.net/i3lock/
9
10 Package: i3lock
11 Architecture: any
12 Priority: extra
13 Section: x11
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: improved screen locker
16  i3lock is a simple screen locker like slock. After starting it, you will
17  see a white screen (you can configure the color/an image). You can return
18  to your screen by entering your password.
19  .
20  i3lock forks so you can combine it with an alias to suspend to RAM.
21  .
22  You can specify either a background color or a PNG image which will be
23  displayed while your screen is locked.
24  .
25  You can specify whether i3lock should bell upon a wrong password.
26  .
27  i3lock uses PAM and therefore is compatible with LDAP etc.