diff --git a/debian/changelog b/debian/changelog index 15d00e3..a4d87d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 15 Mar 2012 13:25:23 +0100 + i3lock (2.2-1) unstable; urgency=low * Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations, diff --git a/debian/control b/debian/control index d496038..371b928 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Michael Stapelberg 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 diff --git a/debian/copyright b/debian/copyright index 4689acc..f00df2d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 diff --git a/debian/rules b/debian/rules index 2729083..7f8918b 100755 --- a/debian/rules +++ b/debian/rules @@ -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