summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-06 11:43:20 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-06 11:43:20 +0100
commitad3918837f36928554932a6dd6e8ed9bc5fb9eb9 (patch)
treeaf163321de5b8be8521a7c7bdfda8d7702ebba73 /cscript
parentd51488fc72a212c359c83658fb13774c6c418462 (diff)
Add debian 9 dependencies.
Diffstat (limited to 'cscript')
-rw-r--r--cscript27
1 files changed, 20 insertions, 7 deletions
diff --git a/cscript b/cscript
index 3310b811f..ad1a5a211 100644
--- a/cscript
+++ b/cscript
@@ -140,16 +140,29 @@ deb_depends['8'].extend(['libboost-filesystem1.55.0',
'libssh-4',
'libx264-142'])
+deb_depends['9'] = copy.deepcopy(deb_depends_base)
+deb_depends['9'].extend(['libboost-filesystem1.62.0',
+ 'libboost-thread1.62.0',
+ 'libboost-regex1.62.0',
+ 'libboost-date-time1.62.0',
+ 'libmagick++-6.q16-7',
+ 'libxml++2.6-2v5',
+ 'libgtk2.0-0',
+ 'libzip4',
+ 'libicu57',
+ 'libnettle6',
+ 'libx264-148'])
+
deb_depends['unstable'] = copy.deepcopy(deb_depends_base)
-deb_depends['unstable'].extend(['libboost-filesystem1.58.0',
- 'libboost-thread1.58.0',
- 'libboost-regex1.58.0',
- 'libmagick++-6.q16-5v5',
+deb_depends['unstable'].extend(['libboost-filesystem1.62.0',
+ 'libboost-thread1.62.0',
+ 'libboost-regex1.62.0',
+ 'libboost-date-time1.62.0',
+ 'libmagick++-6.q16-7',
'libxml++2.6-2v5',
'libgtk2.0-0',
- 'libboost-date-time1.58.0',
- 'libzip2',
- 'libicu52',
+ 'libzip4',
+ 'libicu57',
'libnettle6',
'libx264-148'])