diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..67a08c0 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: wavemon +Section: net +Priority: extra +Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> +Build-Depends: autotools-dev, libncurses5-dev, + debhelper (>= 9), linux-libc-dev +Standards-Version: 3.9.6 +Homepage: http://www.erg.abdn.ac.uk/ergcms/wavemon/ + +Package: wavemon +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Wireless Device Monitoring Application + Wavemon allows you to watch signal and noise levels, packet + statistics, device configuration and network parameters of your + wireless network hardware. |