aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2017-05-04 17:13:41 -0400
committerLuke Dashjr <[email protected]>2017-06-03 21:59:36 +0000
commit2ea035832f0ba56db046eff318d3b91f097e1ca4 (patch)
tree39a843b898d3f1a6e13c1c23624b7e5dbe55dc92
parentUpdate contrib/debian to latest Ubuntu PPA upload. (diff)
downloaddiscoin-2ea035832f0ba56db046eff318d3b91f097e1ca4.tar.xz
discoin-2ea035832f0ba56db046eff318d3b91f097e1ca4.zip
Bump minimum boost version in contrib/debian
Github-Pull: #10328 Rebased-From: a8e928699a6ab612459e836ba24af143eae37b0f
-rw-r--r--contrib/debian/changelog6
-rw-r--r--contrib/debian/control12
2 files changed, 12 insertions, 6 deletions
diff --git a/contrib/debian/changelog b/contrib/debian/changelog
index 4f73f6042..f38d6da83 100644
--- a/contrib/debian/changelog
+++ b/contrib/debian/changelog
@@ -1,3 +1,9 @@
+bitcoin (0.14.1-trusty2) trusty; urgency=medium
+
+ * Bump minimum boost version in deps.
+
+ -- Matt Corallo (BlueMatt) <[email protected]> Thu, 04 May 2017 17:12:00 -0400
+
bitcoin (0.14.1-trusty1) trusty; urgency=medium
* New upstream release.
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,