From a20ecc3a1c1cd809e03911ddd3bd053cd8dc432a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 31 Oct 2016 12:34:44 +0000 Subject: Add deps for Ubuntu 16.10. --- cscript | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index e8bcf0091..a90d8e36a 100644 --- a/cscript +++ b/cscript @@ -66,6 +66,18 @@ deb_depends['16.04'].extend(['libboost-filesystem1.58.0', 'libicu55', 'libnettle6']) +deb_depends['16.10'] = copy.deepcopy(deb_depends_base) +deb_depends['16.10'].extend(['libboost-filesystem1.61.0', + 'libboost-thread1.61.0', + 'libboost-regex1.61.0', + 'libmagick++-6.q16-5v5', + 'libxml++2.6-2v5', + 'libboost-date-time1.61.0', + 'libzip4', + 'libwxgtk3.0-0v5', + 'libicu57', + 'libnettle6']) + deb_depends['7'] = copy.deepcopy(deb_depends_base) deb_depends['7'].extend(['libboost-filesystem1.49.0', 'libboost-thread1.49.0', -- cgit v1.2.3