diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/debian/changelog b/debian/changelog index ff3de00..b042309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ i3status (2.2-1) unstable; urgency=low    * wireless: display quality relative to the wireless maximum quality.    * wireless: display connection speed (bitrate)    * wireless: custom colors for link quality -  * Bugfix: Treat an interface as 'down' when it cannot be found in /proc/net/wireless +  * Bugfix: Treat an interface as 'down' when it cannot be found in +    /proc/net/wireless    * Bugfix: Correctly check for interface up/down status   -- Michael Stapelberg <michael@stapelberg.de>  Wed, 22 Sep 2010 20:07:48 +0200 diff --git a/debian/control b/debian/control index f6b9e7d..e6c58fb 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ 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, libcap2-bin, libasound2-dev -Standards-Version: 3.8.4 +Standards-Version: 3.9.1  Homepage: http://i3.zekjur.net/i3status  Package: i3status | 
