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/changelog | 1 + debian/control | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index acc08785..97c4f177 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ gudhi (3.3.0+dfsg-1) unstable; urgency=medium * Drop 0008-Don-t-try-to-install-Hera.patch, no longer needed. * Install collapse utilities. * Move git to Salsa. + * Tidy up Boost dependencies. -- Gard Spreemann Tue, 11 Aug 2020 13:58:59 +0200 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