mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-17 15:55:52 -05:00
debian: update packaging
This commit is contained in:
parent
f8b8b54aef
commit
e5f7857bb1
4 changed files with 15 additions and 2 deletions
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,3 +1,14 @@
|
||||||
|
i3lock (2.3-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Implement a visual unlock indicator
|
||||||
|
* Support ISO_Level5_Shift and Caps Lock
|
||||||
|
* Lock the password buffer in memory, clear it in RAM after verifying
|
||||||
|
* Fork after the window is visible, not before
|
||||||
|
* Bugfix: Copy the color depth from parent (root) window instead of
|
||||||
|
hardcoding a depth of 24
|
||||||
|
|
||||||
|
-- Michael Stapelberg <michael@stapelberg.de> Thu, 15 Mar 2012 13:25:23 +0100
|
||||||
|
|
||||||
i3lock (2.2-1) unstable; urgency=low
|
i3lock (2.2-1) unstable; urgency=low
|
||||||
|
|
||||||
* Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
|
* Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
||||||
Maintainer: Michael Stapelberg <michael@stapelberg.de>
|
Maintainer: Michael Stapelberg <michael@stapelberg.de>
|
||||||
DM-Upload-Allowed: yes
|
DM-Upload-Allowed: yes
|
||||||
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
|
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
|
Standards-Version: 3.9.3
|
||||||
Homepage: http://i3wm.org/i3lock/
|
Homepage: http://i3wm.org/i3lock/
|
||||||
|
|
||||||
Package: i3lock
|
Package: i3lock
|
||||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -1,7 +1,7 @@
|
||||||
This Debian package is based on a tarball downloaded from
|
This Debian package is based on a tarball downloaded from
|
||||||
http://i3wm.org/i3lock
|
http://i3wm.org/i3lock
|
||||||
|
|
||||||
Copyright © 2010-2011, Michael Stapelberg
|
Copyright © 2010-2012, Michael Stapelberg
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -5,6 +5,8 @@ DPKG_EXPORT_BUILDFLAGS = 1
|
||||||
-include /usr/share/dpkg/buildflags.mk
|
-include /usr/share/dpkg/buildflags.mk
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
|
build-arch: build-stamp
|
||||||
|
build-indep: build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh build
|
dh build
|
||||||
touch build-stamp
|
touch build-stamp
|
||||||
|
|
Loading…
Add table
Reference in a new issue