diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-21 00:28:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-21 00:28:19 +0100 |
| commit | 802528ae46befd81bde9f3fb87210d9b79d5207d (patch) | |
| tree | 15935ef9b8310b1bdc54a6fb73361270e7a742c5 /cscript | |
| parent | b4658a3d140a352bce9ab345dbca851b0a6d0884 (diff) | |
Add deps for 16.04.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -62,6 +62,17 @@ deb_depends['15.10'].extend(['libboost-filesystem1.58.0', 'libwxgtk3.0-0v5', 'libicu55']) +deb_depends['16.04'] = copy.deepcopy(deb_depends_base) +deb_depends['16.04'].extend(['libboost-filesystem1.58.0', + 'libboost-thread1.58.0', + 'libboost-regex1.58.0', + 'libmagick++-6.q16-5v5', + 'libxml++2.6-2v5', + 'libboost-date-time1.58.0', + 'libzip4', + 'libwxgtk3.0-0v5', + 'libicu55']) + deb_depends['7'] = copy.deepcopy(deb_depends_base) deb_depends['7'].extend(['libboost-filesystem1.49.0', 'libboost-thread1.49.0', |
