Add dependencies for Ubuntu 17.04.
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Apr 2017 21:15:01 +0000 (22:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Apr 2017 21:15:01 +0000 (22:15 +0100)
cscript

diff --git a/cscript b/cscript
index a41e788efd3bc01251c055304823313d48d3449d..5a8ed359d3f645939eb56a11d5aa1635cab76ba4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -100,6 +100,19 @@ deb_depends['16.10'].extend(['libboost-filesystem1.61.0',
                              'libnettle6',
                              'libssh-4'])
 
+deb_depends['17.04'] = copy.deepcopy(deb_depends_base)
+deb_depends['17.04'].extend(['libboost-filesystem1.62.0',
+                             'libboost-thread1.62.0',
+                             'libboost-regex1.62.0',
+                             'libmagick++-6.q16-7',
+                             'libxml++2.6-2v5',
+                             'libboost-date-time1.62.0',
+                             'libzip4',
+                             'libwxgtk3.0-0v5',
+                             'libicu57',
+                             'libnettle6',
+                             'libssh-4'])
+
 deb_depends['7'] = copy.deepcopy(deb_depends_base)
 deb_depends['7'].extend(['libboost-filesystem1.49.0',
                              'libboost-thread1.49.0',