From 058560ff274acac2e2ff2ac9d403c6adbf7deaf3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Dec 2017 23:17:18 +0000 Subject: [PATCH] Add 17.04/17.10 dependencies. --- cscript | 28 ++++++++++++++++++++++++++++ test/data | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/cscript b/cscript index 2338b0ab9..9a7fc8497 100644 --- a/cscript +++ b/cscript @@ -82,6 +82,34 @@ deb_depends['16.10'].extend(['libssh-4', 'libicu57', 'libnettle6']) +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', + 'libx264-148']) + +deb_depends['17.10'] = copy.deepcopy(deb_depends_base) +deb_depends['17.10'].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', + 'libx264-148']) + deb_depends['7'] = copy.deepcopy(deb_depends_base) deb_depends['7'].extend(['libssh-4', 'libboost-filesystem1.49.0', diff --git a/test/data b/test/data index b0c5a330f..cfcc6d6e4 160000 --- a/test/data +++ b/test/data @@ -1 +1 @@ -Subproject commit b0c5a330fcb42082ff4f22c245721f3f88f9d74f +Subproject commit cfcc6d6e4e145614460a6c4194d7a9f88cd7b85d -- 2.30.2