i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit e5f7857bb1eb9ecce4ce5bab8761a006eb541c94
parent f8b8b54aefa9445725413ff41665c43eb0f0c634
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Thu, 15 Mar 2012 13:28:07 +0100

debian: update packaging

Diffstat:
Mdebian/changelog | 11+++++++++++
Mdebian/control | 2+-
Mdebian/copyright | 2+-
Mdebian/rules | 2++
4 files changed, 15 insertions(+), 2 deletions(-)
diff --git 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 <michael@stapelberg.de>  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
@@ -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
diff --git 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
@@ -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