]> git.sur5r.net Git - i3/i3lock/commitdiff
debian: update packaging
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 15 Mar 2012 12:28:07 +0000 (13:28 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 15 Mar 2012 12:28:07 +0000 (13:28 +0100)
debian/changelog
debian/control
debian/copyright
debian/rules

index 15d00e39b37b6a6ec1d4e25729e45b2485387c0e..a4d87d30ddf5822d2bd4f5c30c658efa6fc59889 100644 (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
 
   * Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
 i3lock (2.2-1) unstable; urgency=low
 
   * Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
index d496038729b14f357c3b0368f6e335626931bfb0..371b928231cdd7306ad649cddceb387f241946f1 100644 (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
 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
 Homepage: http://i3wm.org/i3lock/
 
 Package: i3lock
index 4689acc107cc98243baafbf956f113dc4133d269..f00df2dc3da5d65d2b9e2864ddb41d77cb04f6b2 100644 (file)
@@ -1,7 +1,7 @@
 This Debian package is based on a tarball downloaded from
 http://i3wm.org/i3lock
 
 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
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 272908327c41127783c4127ccf2c97735b566d36..7f8918b30d7e303f6006a1102502c29e11487502 100755 (executable)
@@ -5,6 +5,8 @@ DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
 
 build: build-stamp
 -include /usr/share/dpkg/buildflags.mk
 
 build: build-stamp
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
        dh build
        touch build-stamp
 build-stamp:
        dh build
        touch build-stamp