Add deps for Ubuntu 16.10.
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 12:34:44 +0000 (12:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 12:34:44 +0000 (12:34 +0000)
cscript

diff --git a/cscript b/cscript
index e8bcf00915c3101fb507c91a588783f90cdb5c8f..a90d8e36a2faeda8a13a2ea80379cd07edd95df6 100644 (file)
--- 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',