diff options
author | Haakon Nessjoen <haakon.nessjoen@gmail.com> | 2010-11-02 13:02:30 +0100 |
---|---|---|
committer | Haakon Nessjoen <haakon.nessjoen@gmail.com> | 2010-11-02 13:02:30 +0100 |
commit | a0316461bda85882821a1777a88953797f78292c (patch) | |
tree | e865b45b8ef5282707c695da697ba911987bee18 /debian/control | |
parent | 7f6c0cd059d6d913842f625da204801f9c5b67f1 (diff) | |
parent | a993f53f4ab8e08bfa2c198d9375f85686e87c9f (diff) | |
download | MAC-Telnet-a0316461bda85882821a1777a88953797f78292c.tar.gz MAC-Telnet-a0316461bda85882821a1777a88953797f78292c.zip |
Merge remote branch 'origin/master' into mactelnet-osx
Conflicts:
mactelnet.c
mactelnetd.c
protocol.c
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 04cf8f5..9cac6cb 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ 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) +Build-Depends: debhelper (>= 7), linux-libc-dev (>= 2.6) 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) +Depends: libc6 (>= 2.9) Description: MAC-Telnet client for Linux A linux console tool for connecting to MikroTik RouterOS devices via their ethernet address. |