summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-11-03 16:49:24 +0100
committerGard Spreemann <gspr@nonempty.org>2022-11-03 16:49:24 +0100
commit23fbf54eb491d99b106546e20c13b70fe44b9dd7 (patch)
tree1ed1f4cc2fffec25ac85c7ec88e100fc1fb7ce09 /debian/control
parentec339239a11601510ce9324a3498f45610ce5eac (diff)
Bump CGAL dependency to >=5.5.1, and drop patchdebian/3.6.0+dfsg-3
From CGAL 5.5.1, the CGAL 5.5 compatibility patch is no longer needed. The underlying issue (upstream issue #6799) has been fixed upstream.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index dfc375ae..be36102c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends: cmake (>= 3.5),
libboost-test-dev (>= 1.66),
libboost-thread-dev (>= 1.66),
libboost-timer-dev (>= 1.66),
- libcgal-dev (>= 5.0),
- libcgal-qt5-dev (>= 5.0),
+ libcgal-dev (>= 5.5.1),
+ libcgal-qt5-dev (>= 5.5.1),
libeigen3-dev,
libgmp-dev,
libhera-dev (>= 1.0.0),
@@ -50,7 +50,7 @@ Depends: libboost-filesystem-dev (>= 1.66),
libboost-test-dev (>= 1.66),
libboost-thread-dev (>= 1.66),
libboost-timer-dev (>= 1.66),
- libcgal-dev (>= 5.0),
+ libcgal-dev (>= 5.5.1),
libeigen3-dev (>= 3.1.0),
libgmp-dev (>= 4.2),
libtbb-dev,