This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
debian: update packaging
master
Michael Stapelberg
13 years ago
parent
f8b8b54aef
commit
e5f7857bb1
4 changed files
with
15 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
debian/changelog
+1
-1
debian/control
+1
-1
debian/copyright
+2
-0
debian/rules
+ 11
- 0
debian/changelog
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
* Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
+ 1
- 1
debian/control
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
+ 1
- 1
debian/copyright
View File
@ -1,7 +1,7 @@
This Debian package is based on a tarball downloaded from
http://i3wm.org/i3lock
Copyright © 2010-201
1
, Michael Stapelberg
Copyright © 2010-201
2
, Michael Stapelberg
All rights reserved.
Redistribution and use in source and binary forms, with or without
+ 2
- 0
debian/rules
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
Write
Preview
Loading…
Cancel
Save