debian: update packaging

pull/1/head
Michael Stapelberg 2012-03-15 13:28:07 +01:00
parent f8b8b54aef
commit e5f7857bb1
4 changed files with 15 additions and 2 deletions

11
debian/changelog vendored
View File

@ -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
* Dont re-grab pointer/keyboard on MappingNotify. In some rare situations,

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Michael Stapelberg <michael@stapelberg.de>
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
Standards-Version: 3.9.2
Standards-Version: 3.9.3
Homepage: http://i3wm.org/i3lock/
Package: i3lock

2
debian/copyright vendored
View File

@ -1,7 +1,7 @@
This Debian package is based on a tarball downloaded from
http://i3wm.org/i3lock
Copyright © 2010-2011, Michael Stapelberg
Copyright © 2010-2012, Michael Stapelberg
All rights reserved.
Redistribution and use in source and binary forms, with or without

2
debian/rules vendored
View File

@ -5,6 +5,8 @@ DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
build: build-stamp
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh build
touch build-stamp