diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-03 10:06:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-03 10:06:06 +0100 |
| commit | 710622cbcff295ec0894ade5a79ed28d5060db7a (patch) | |
| tree | 0164f9434e9f1c29f0759cf948dfd76d70523603 /cscript | |
| parent | 0e32b80e8aaf0ac6befc0a0c3e9af26a4f8a6351 (diff) | |
libsoxr deps in .debs.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -59,7 +59,8 @@ deb_depends['14.04'] = {'libc6': '2.19-0ubuntu6', 'libxmlsec1-openssl': '1.2.18-2ubuntu1', 'libboost-date-time1.54.0': '1.54.0-4ubuntu3', 'libcurl3': '7.35.0-1ubuntu2', - 'libzip2': '0.10.1-1.2'} + 'libzip2': '0.10.1-1.2', + 'libsoxr0': '0.1.1-1'} deb_depends['15.04'] = {'libc6': '2.21-0ubuntu4', 'libssh-4': '0.6.3-3ubuntu3', @@ -75,7 +76,8 @@ deb_depends['15.04'] = {'libc6': '2.21-0ubuntu4', 'libboost-date-time1.55.0': '1.55.0+dfsg-3ubuntu2', 'libcurl3': '7.38.0-3ubuntu2', 'libzip2': '0.11.2-1.2', - 'libwxgtk3.0-0': '3.0.2-1'} + 'libwxgtk3.0-0': '3.0.2-1', + 'libsoxr0': '0.1.1-1'} deb_depends['7'] = {'libc6': '2.13', 'libssh-4': '0.5.4', @@ -110,7 +112,8 @@ deb_depends['8'] = {'libc6': '2.19-18', 'libzip2': '0.11.2', 'libwxgtk3.0-0': '3.0.2', 'libxcb-xfixes0': '1.10', - 'libxcb-shape0': '1.10'} + 'libxcb-shape0': '1.10', + 'libsoxr0': '0.1.1-1'} deb_depends['unstable'] = {'libc6': '2.13', 'libssh-4': '0.5.4', @@ -125,7 +128,8 @@ deb_depends['unstable'] = {'libc6': '2.13', 'libboost-date-time1.55.0': '1.55.0', 'libxmlsec1-openssl': '1.2.18', 'libcurl3': '7.26.0', - 'libzip2': '0.10.1'} + 'libzip2': '0.10.1', + 'libsoxr0': '0.1.1-1'} def packages(name, packages, f): |
