From 6770bf05cfeefbc3e9dcb50301b0a27ca015e3da Mon Sep 17 00:00:00 2001
From: Michael Stapelberg <michael@stapelberg.de>
Date: Sun, 11 Apr 2010 00:00:58 +0200
Subject: debian: update packaging

---
 debian/control           | 4 +---
 debian/i3status.postinst | 2 ++
 debian/watch             | 2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 debian/watch

diff --git a/debian/control b/debian/control
index 134690f..ae41418 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,11 @@ Priority: extra
 Maintainer: Michael Stapelberg <michael@stapelberg.de>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 5), libiw-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libconfuse-dev, asciidoc, xmlto
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://i3.zekjur.net/i3status
 
 Package: i3status
 Architecture: any
-Priority: extra
-Section: utils
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: dzen2 | xmobar
 Enhances: dzen2, xmobar
diff --git a/debian/i3status.postinst b/debian/i3status.postinst
index bf67a48..7a385c8 100644
--- a/debian/i3status.postinst
+++ b/debian/i3status.postinst
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # Allow users to get the speed of ethernet interfaces. This is not a security
 # issue as i3status only queries the speed, it does not change any
 # configuration.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9a08a32
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://i3.zekjur.net/i3status/	.*/i3status/i3status-(\d[\d_.-]+)\.tar\.bz2$
-- 
cgit v1.2.3