From 4724a609660eabbb9ad63e005db35cd1256418a9 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 23 Oct 2019 12:10:42 +0200 Subject: Require boost 1.56. --- debian/control | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index ee72ac56..e73d1b2d 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ Build-Depends: cmake (>= 3.1), cython3, debhelper (>= 12), dh-python, - libboost-chrono-dev, - libboost-filesystem-dev, - libboost-program-options-dev, - libboost-system-dev, - libboost-test-dev, - libboost-timer-dev, + libboost-chrono-dev (>= 1.56), + libboost-filesystem-dev (>= 1.56), + libboost-program-options-dev (>= 1.56), + libboost-system-dev (>= 1.56), + libboost-test-dev (>= 1.56), + libboost-timer-dev (>= 1.56), libcgal-dev (>> 4.11.0), libcgal-qt5-dev (>> 4.11.0), libeigen3-dev, @@ -36,12 +36,12 @@ Package: libgudhi-dev Section: libdevel Architecture: all Multi-Arch: foreign -Depends: libboost-chrono-dev (>= 1.48), - libboost-filesystem-dev (>= 1.48), - libboost-program-options-dev (>= 1.48), - libboost-system-dev (>= 1.48), - libboost-test-dev (>= 1.48), - libboost-timer-dev (>= 1.48), +Depends: libboost-chrono-dev (>= 1.56), + libboost-filesystem-dev (>= 1.56), + libboost-program-options-dev (>= 1.56), + libboost-system-dev (>= 1.56), + libboost-test-dev (>= 1.56), + libboost-timer-dev (>= 1.56), libcgal-dev (>> 4.11.0), libeigen3-dev (>= 3.1.0), libgmp-dev (>= 4.2), -- cgit v1.2.3