Permalink
Browse files

Bump minimum boost version in contrib/debian

Github-Pull: #10328
Rebased-From: a8e9286
  • Loading branch information...
1 parent c94e262 commit 2ea035832f0ba56db046eff318d3b91f097e1ca4 @TheBlueMatt TheBlueMatt committed with luke-jr May 4, 2017
Showing with 12 additions and 6 deletions.
  1. +6 −0 contrib/debian/changelog
  2. +6 −6 contrib/debian/control
View
@@ -1,3 +1,9 @@
+bitcoin (0.14.1-trusty2) trusty; urgency=medium
+
+ * Bump minimum boost version in deps.
+
+ -- Matt Corallo (BlueMatt) <matt@mattcorallo.com> Thu, 04 May 2017 17:12:00 -0400
+
bitcoin (0.14.1-trusty1) trusty; urgency=medium
* New upstream release.
View
@@ -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,

0 comments on commit 2ea0358

Please sign in to comment.