diff options
| author | Michael Stapelberg <michael@stapelberg.de> | 2010-04-11 00:00:58 +0200 | 
|---|---|---|
| committer | Michael Stapelberg <michael@stapelberg.de> | 2010-04-11 00:00:58 +0200 | 
| commit | 6770bf05cfeefbc3e9dcb50301b0a27ca015e3da (patch) | |
| tree | d79da2abb09faad51729c9b2fdc3455f550f80e0 | |
| parent | 15969ba680f5723038ad6d1b8bb204348108a2dc (diff) | |
debian: update packaging2.1
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/i3status.postinst | 2 | ||||
| -rw-r--r-- | debian/watch | 2 | 
3 files changed, 5 insertions, 3 deletions
| 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$ | 
