summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-30 16:23:00 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-30 16:23:00 +0100
commit9141af3ee5292d17be7021617c9f468bc239966f (patch)
treee2c1da751115c879c38a138fd6abf2125a24c5d4 /cscript
parent45725245d528e9c564ab27d4b61c1c830308cc1c (diff)
Try to add nettle dep to .deb packages.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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',