From 9ba4863a67b31ae8bdb407f16e9695f5f414d5f5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Jul 2015 22:37:11 +0100 Subject: [PATCH] Add boost regex as a dependency. --- cscript | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cscript b/cscript index 6aba27e05..93847e274 100644 --- a/cscript +++ b/cscript @@ -35,6 +35,7 @@ deb_depends['12.04'] = {'libc6': '2.15', 'libssh-4': '0.5.2', 'libboost-filesystem1.48.0': '1.48.0-3', 'libboost-thread1.48.0': '1.48.0-3', + 'libboost-regex1.48.0': '1.48.0-3', 'libsndfile1': '1.0.25', 'libmagick++4': '8:6.6.9.7', 'libxml++2.6-2': '2.34.1', @@ -49,6 +50,7 @@ deb_depends['14.04'] = {'libc6': '2.19-0ubuntu6', 'libssh-4': '0.6.1-0ubuntu3', 'libboost-filesystem1.54.0': '1.54.0-4ubuntu3', 'libboost-thread1.54.0': '1.54.0-4ubuntu3', + 'libboost-regex1.54.0': '1.54.0-4ubuntu3', 'libsndfile1': '1.0.25-7ubuntu2', 'libmagick++5': '8:6.7.7.10-6ubuntu3', 'libxml++2.6-2': '2.36.0-2ubuntu1', @@ -63,6 +65,7 @@ deb_depends['15.04'] = {'libc6': '2.21-0ubuntu4', 'libssh-4': '0.6.3-3ubuntu3', 'libboost-filesystem1.55.0': '1.55.0+dfsg-3ubuntu2', 'libboost-thread1.55.0': '1.55.0+dfsg-3ubuntu2', + 'libboost-regex1.55.0': '1.55.0+dfsg-3ubuntu2', 'libsndfile1': '1.0.25-9.1', 'libmagick++-6.q16-5': '8:6.8.9.9-5', 'libxml++2.6-2': '2.36.0-2.1', @@ -77,6 +80,7 @@ deb_depends['7'] = {'libc6': '2.13', 'libssh-4': '0.5.4', 'libboost-filesystem1.49.0': '1.49.0', 'libboost-thread1.49.0': '1.49.0', + 'libboost-regex1.49.0': '1.49.0', 'libsndfile1': '1.0.25', 'libmagick++5': '8:6.7.7.10', 'libxml++2.6-2': '2.34.2', @@ -92,6 +96,7 @@ deb_depends['8'] = {'libc6': '2.19-18', 'libboost-filesystem1.55.0': '1.55.0', 'libboost-thread1.55.0': '1.55.0', 'libboost-date-time1.55.0': '1.55.0', + 'libboost-regex1.55.0': '1.55.0', 'libsndfile1': '1.0.25-9.1', 'libmagick++-6.q16-5': '8:6.8.9.9-5', 'libxml++2.6-2': '2.36.0', @@ -108,6 +113,7 @@ deb_depends['unstable'] = {'libc6': '2.13', 'libssh-4': '0.5.4', 'libboost-filesystem1.55.0': '1.55.0', 'libboost-thread1.55.0': '1.55.0', + 'libboost-regex1.55.0': '1.55.0', 'libsndfile1': '1.0.25', 'libmagick++5': '8:6.7.7.10', 'libxml++2.6-2': '2.34.2', -- 2.30.2