From 9141af3ee5292d17be7021617c9f468bc239966f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Aug 2016 16:23:00 +0100 Subject: [PATCH] Try to add nettle dep to .deb packages. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 9459b1dfe..25b49920c 100644 --- a/cscript +++ b/cscript @@ -28,7 +28,7 @@ deb_build_depends = {'debhelper', 'python', 'g++', 'pkg-config', 'libssh-dev', ' deb_depends = dict() -deb_depends_base = ['libc6', 'libssh-4', 'libsndfile1', 'libsamplerate0', 'libxmlsec1', 'libxmlsec1-openssl', 'libcurl3', 'libgtk2.0-0'] +deb_depends_base = ['libc6', 'libssh-4', 'libsndfile1', 'libsamplerate0', 'libxmlsec1', 'libxmlsec1-openssl', 'libcurl3', 'libgtk2.0-0', 'nettle-dev'] deb_depends['12.04'] = copy.deepcopy(deb_depends_base) deb_depends['12.04'].extend(['libboost-filesystem1.48.0', -- 2.30.2