summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control8
2 files changed, 6 insertions, 3 deletions
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 <gspr@nonempty.org> 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),