mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-17 15:55:52 -05:00
debian: change priority to optional
This commit is contained in:
parent
a850b52953
commit
bf31c90a5f
2 changed files with 8 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
i3lock (2.0-2) unstable; urgency=low
|
||||
|
||||
* change priority to optional
|
||||
|
||||
-- Michael Stapelberg <michael@stapelberg.de> Sun, 05 Sep 2010 18:19:15 +0200
|
||||
|
||||
i3lock (2.0-1) unstable; urgency=low
|
||||
|
||||
* Complete rewrite of i3lock. Now using xcb instead of Xlib.
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -1,6 +1,6 @@
|
|||
Source: i3lock
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Priority: optional
|
||||
Maintainer: Michael Stapelberg <michael@stapelberg.de>
|
||||
DM-Upload-Allowed: yes
|
||||
Build-Depends: debhelper (>= 7), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev
|
||||
|
@ -9,7 +9,7 @@ Homepage: http://i3.zekjur.net/i3lock/
|
|||
|
||||
Package: i3lock
|
||||
Architecture: any
|
||||
Priority: extra
|
||||
Priority: optional
|
||||
Section: x11
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: improved screen locker
|
||||
|
|
Loading…
Add table
Reference in a new issue