From 23d7beacc4197baeff466de08ac452769e2b25b2 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 11 Aug 2020 15:04:20 +0200 Subject: Tidy up Boost dependencies. --- debian/control | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 877459d8..9f3d5bb0 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,11 @@ Build-Depends: cmake (>= 3.1), cython3, debhelper-compat (= 13), dh-python, - 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-thread-dev (>= 1.56), libboost-timer-dev (>= 1.56), libcgal-dev (>= 5.0), libcgal-qt5-dev (>> 4.11.0), @@ -43,9 +43,11 @@ Package: libgudhi-dev Section: libdevel Architecture: all Multi-Arch: foreign -Depends: libboost-chrono-dev (>= 1.56), - libboost-filesystem-dev (>= 1.56), +Depends: libboost-filesystem-dev (>= 1.56), + libboost-program-options-dev (>= 1.56), libboost-system-dev (>= 1.56), + libboost-test-dev (>= 1.56), + libboost-thread-dev (>= 1.56), libboost-timer-dev (>= 1.56), libcgal-dev (>= 5.0), libeigen3-dev (>= 3.1.0), -- cgit v1.2.3