summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
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),