summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-07-13 17:06:46 +0200
committerMichael Stapelberg <michael@stapelberg.de>2011-07-13 17:06:46 +0200
commit1e7349e7392004d59419ceefdcd6e64ab5655f23 (patch)
tree6dbbc23477d1c3dfee99630a34a718ccd2660814 /debian
parent4b9a1c94ab8bf6e824c16bdee9b56fc0c0ee8799 (diff)
update debian packaging, update copyright
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control6
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules11
4 files changed, 17 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 55b5566..08bd420 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+i3lock (2.2-1) unstable; urgency=low
+
+ * Render to a pixmap which is used as background for the window instead of
+ copying contents on every expose event
+
+ -- Michael Stapelberg <michael@stapelberg.de> Wed, 13 Jul 2011 16:59:32 +0200
+
i3lock (2.1-1) unstable; urgency=low
* Accept return/backspace when the buffer of 512 bytes is full
diff --git a/debian/control b/debian/control
index 89ed9d2..78a0abc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: utils
Priority: optional
Maintainer: Michael Stapelberg <michael@stapelberg.de>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev
-Standards-Version: 3.9.1
-Homepage: http://i3.zekjur.net/i3lock/
+Build-Depends: debhelper (>= 7), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev, pkg-config
+Standards-Version: 3.9.2
+Homepage: http://i3wm.org/i3lock/
Package: i3lock
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index e4a9b57..4689acc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
This Debian package is based on a tarball downloaded from
-http://i3.zekjur.net/i3lock
+http://i3wm.org/i3lock
Copyright © 2010-2011, Michael Stapelberg
All rights reserved.
diff --git a/debian/rules b/debian/rules
index a9bafe4..c35d829 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,18 +13,19 @@ config.status: configure
dh_testdir
touch $@
-build:
- dh_testdir
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
- # Add here commands to compile the package.
+build-stamp:
+ dh_testdir
$(MAKE)
-
touch $@
clean:
dh_testdir
dh_testroot
- rm -f build
+ rm -f build-stamp
$(MAKE) clean
dh_prep
rm -f debian/files