diff options
| author | Matt Corallo <[email protected]> | 2017-05-04 17:13:41 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-05-04 17:16:01 -0400 |
| commit | a8e928699a6ab612459e836ba24af143eae37b0f (patch) | |
| tree | b766229b5a0026ded7be4b9ea312dcea0935e8d7 /contrib/debian/control | |
| parent | Update contrib/debian to latest Ubuntu PPA upload. (diff) | |
| download | discoin-a8e928699a6ab612459e836ba24af143eae37b0f.tar.xz discoin-a8e928699a6ab612459e836ba24af143eae37b0f.zip | |
Bump minimum boost version in contrib/debian
Diffstat (limited to 'contrib/debian/control')
| -rw-r--r-- | contrib/debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index 8cb703e1b..53dd4faf4 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -12,12 +12,12 @@ Build-Depends: debhelper, libssl-dev, pkg-config, libevent-dev, - libboost-system1.48-dev | libboost-system-dev (>> 1.35), - libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35), - libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35), - libboost-thread1.48-dev | libboost-thread-dev (>> 1.35), - libboost-test1.48-dev | libboost-test-dev (>> 1.35), - libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35), + libboost-system1.48-dev | libboost-system-dev (>> 1.47), + libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.47), + libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.47), + libboost-thread1.48-dev | libboost-thread-dev (>> 1.47), + libboost-test1.48-dev | libboost-test-dev (>> 1.47), + libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.47), qt4-qmake, libqt4-dev, libqrencode-dev, |