aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2016-10-18 13:52:04 +0200
committerBalint Reczey <balint@balintreczey.hu>2016-10-20 23:04:41 +0000
commit511e80128e15be8ce2bcdca912d599217fa8ebd6 (patch)
tree52baf58abce533f2489ce615a96be6ecd781f6a7 /tools
parent3fb32662a861fffbdda802a0bb7fd359f2a837fd (diff)
debian: Ship ciscodump and sshdump
Both binaries use libssh. Libssh can be linked to OpenSSL or to Libgcrypt. Since the ciscodump and sshdump executables are covered by GPL-2+ the Debian package build depends on the libssh flavor built with libgcrypt. Change-Id: If2dd85beb08e4b04f0c3aac46966fce67828b473 Reviewed-on: https://code.wireshark.org/review/18263 Petri-Dish: Anders Broman <a.broman58@gmail.com> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debian-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debian-setup.sh b/tools/debian-setup.sh
index 96b57339e0..aeb03d1472 100755
--- a/tools/debian-setup.sh
+++ b/tools/debian-setup.sh
@@ -40,7 +40,7 @@ ADDITIONAL_LIST="libnl-3-dev qttools5-dev qttools5-dev-tools libgtk-3-dev \
libc-ares-dev libssh-dev libkrb5-dev libqt5svg5-dev lynx libsmi2-dev \
portaudio19-dev asciidoc libgcrypt-dev libsbc-dev libgeoip-dev \
libgnutls-dev qtmultimedia5-dev liblua5.2-dev libnl-cli-3-dev \
- libparse-yapp-perl qt5-default cmake libcap-dev"
+ libparse-yapp-perl qt5-default cmake libcap-dev libssh-gcrypt-dev"
# Check for lsb_release command in $PATH
if ! which lsb_release > /dev/null; then