diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-05 00:07:20 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-05 00:07:20 +0200 |
commit | 7b0347285ecb0b78ce0b699a1a6c9e50e22f7f07 (patch) | |
tree | 7623ea1524ff044b9af279dcfc9735c483b74be7 /debian/control | |
parent | 5bd380b35e7b8f6acca24635f393d216e92cb2b5 (diff) | |
download | MAC-Telnet-7b0347285ecb0b78ce0b699a1a6c9e50e22f7f07.tar.gz MAC-Telnet-7b0347285ecb0b78ce0b699a1a6c9e50e22f7f07.zip |
Added files for packaging mactelnet for debian/ubuntuv0.1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..04cf8f5 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: mactelnet +Section: net +Priority: extra +Maintainer: Haakon Nessjoen <haakon.nessjoen@gmail.com> +Build-Depends: debhelper (>= 7), linux-libc-dev (>= 2.6), libssl-dev (>= 0.9.8g-9) +Standards-Version: 3.8.0 +Homepage: http://github.com/haakonnessjoen/MAC-Telnet/ + +Package: mactelnet +Architecture: any +Depends: libssl0.9.8 (>= 0.9.8g-9), libc6 (>= 2.9) +Description: MAC-Telnet client for Linux + A linux console tool for connecting to MikroTik RouterOS devices via their ethernet address. + |