diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-11-01 23:06:26 +0100 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-11-01 23:06:26 +0100 |
commit | 50d04396d84bcf0adf1b44223c4d751562639225 (patch) | |
tree | dbf9f18afbbcbcafcd29184441a77fc4b45b6cf7 /debian/control | |
parent | f241a46d9901f6c6c679838b35c90cc3619167be (diff) | |
download | MAC-Telnet-50d04396d84bcf0adf1b44223c4d751562639225.tar.gz MAC-Telnet-50d04396d84bcf0adf1b44223c4d751562639225.zip |
Removed dependency of libssl/crypto. Added L. Peter Deutsch's implementation of MD5 instead.
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. |