Skip to content

Commit a8e9286

Browse files
committed
Bump minimum boost version in contrib/debian
1 parent 9970219 commit a8e9286

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

contrib/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bitcoin (0.14.1-trusty2) trusty; urgency=medium
2+
3+
* Bump minimum boost version in deps.
4+
5+
-- Matt Corallo (BlueMatt) <[email protected]> Thu, 04 May 2017 17:12:00 -0400
6+
17
bitcoin (0.14.1-trusty1) trusty; urgency=medium
28

39
* New upstream release.

contrib/debian/control

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Build-Depends: debhelper,
1212
libssl-dev,
1313
pkg-config,
1414
libevent-dev,
15-
libboost-system1.48-dev | libboost-system-dev (>> 1.35),
16-
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35),
17-
libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35),
18-
libboost-thread1.48-dev | libboost-thread-dev (>> 1.35),
19-
libboost-test1.48-dev | libboost-test-dev (>> 1.35),
20-
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35),
15+
libboost-system1.48-dev | libboost-system-dev (>> 1.47),
16+
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.47),
17+
libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.47),
18+
libboost-thread1.48-dev | libboost-thread-dev (>> 1.47),
19+
libboost-test1.48-dev | libboost-test-dev (>> 1.47),
20+
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.47),
2121
qt4-qmake,
2222
libqt4-dev,
2323
libqrencode-dev,

0 commit comments

Comments
 (0)