diff options
| author | Michael Stapelberg | 2009-10-01 17:43:32 +0200 | 
|---|---|---|
| committer | Michael Stapelberg | 2009-10-01 17:43:32 +0200 | 
| commit | b2292e770ef96c8abe8cc7134e8defb0b49e902f (patch) | |
| tree | 204e7161df0e09f6af8fb8bfb145b70244e58a6d /debian | |
| parent | Bugfix: Don’t show colors in wireless info if colors are disabled (Thanks s... (diff) | |
Implement getting the wireless ESSID
This adds a dependency for libiw
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index 2591831..76971c0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils  Priority: extra  Maintainer: Michael Stapelberg <michael@stapelberg.de>  DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), libiw-dev  Standards-Version: 3.8.2  Homepage: http://i3.zekjur.net/i3status | 
