diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-24 22:48:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-24 22:48:13 +0100 |
| commit | e00acf99009749508223639454e4e4ab6ed567c9 (patch) | |
| tree | 91979f4d39025142820fcb04245e25c494771ff5 /cscript | |
| parent | 1427c9e3a9642e613ea0e894d0986ef67d99a4be (diff) | |
More attempts to build on Debian unstable.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -97,6 +97,21 @@ deb_depends['7'] = {'libc6': '2.13', 'libcurl3': '7.26.0', 'libzip2': '0.10.1'} +deb_depends['unstable'] = {'libc6': '2.13', + 'libssh-4': '0.5.4', + 'libboost-filesystem1.49.0': '1.49.0', + 'libboost-thread1.49.0': '1.49.0', + 'libsndfile1': '1.0.25', + 'libmagick++5': '8:6.7.7.10', + 'libxml++2.6-2': '2.34.2', + 'libgtk2.0-0': '2.24.10', + 'libxmlsec1': '1.2.18', + 'libboost-date-time1.49.0': '1.49.0', + 'libxmlsec1-openssl': '1.2.18', + 'libcurl3': '7.26.0', + 'libzip2': '0.10.1'} + + def packages(name, packages, f): s = '%s: ' % name for p in packages: |
