X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=debian%2Fcontrol;h=d496038729b14f357c3b0368f6e335626931bfb0;hb=0a09aeec6f4e9b0514fd1917c8deb052f2f94f47;hp=baf3f33f0fb71c37a2d4ffc174d3ac5dfacebb75;hpb=199cf45c6028c13bd512fd94243fb3d8b650194c;p=i3%2Fi3lock diff --git a/debian/control b/debian/control index baf3f33..d496038 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,27 @@ Source: i3lock Section: utils -Priority: extra +Priority: optional Maintainer: Michael Stapelberg DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libxext-dev -Standards-Version: 3.8.1 -Homepage: http://i3.zekjur.net/i3lock/ +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 +Standards-Version: 3.9.2 +Homepage: http://i3wm.org/i3lock/ Package: i3lock Architecture: any -Priority: extra +Priority: optional Section: x11 Depends: ${shlibs:Depends}, ${misc:Depends} -Description: a slightly improved version of slock - i3lock improves slock by making it fork() and therefore combinable with - commands to suspend your computer. Additionally, instead of turning off - your screen via DPMS and/or displaying a black screen, i3lock displays a - white screen so you can see if your computer failed to resume from suspend - or if your screen is just locked. Also, when entering a wrong password, - i3lock does not call XBell(). This is important because i3lock/slock think - you've entered a password when resuming from suspend, at least sometimes. +Description: improved screen locker + i3lock is a simple screen locker like slock. After starting it, you will + see a white screen (you can configure the color/an image). You can return + to your screen by entering your password. + . + i3lock forks so you can combine it with an alias to suspend to RAM. + . + You can specify either a background color or a PNG image which will be + displayed while your screen is locked. + . + You can specify whether i3lock should bell upon a wrong password. + . + i3lock uses PAM and therefore is compatible with LDAP etc.