]> git.sur5r.net Git - i3/i3lock/blob - debian/control
add .gitignore
[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 (>= 7.0.50~), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev, pkg-config, libev-dev, libxcb-xinerama0-dev
7 Standards-Version: 3.9.3
8 Homepage: http://i3wm.org/i3lock/
9
10 Package: i3lock
11 Architecture: any
12 Section: x11
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: improved screen locker
15  i3lock is a simple screen locker like slock. After starting it, you will
16  see a white screen (you can configure the color/an image). You can return
17  to your screen by entering your password.
18  .
19  i3lock forks so you can combine it with an alias to suspend to RAM.
20  .
21  You can specify either a background color or a PNG image which will be
22  displayed while your screen is locked.
23  .
24  You can specify whether i3lock should bell upon a wrong password.
25  .
26  i3lock uses PAM and therefore is compatible with LDAP etc.