summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2021-03-30 13:04:18 +0100
committerDebian Janitor <janitor@jelmer.uk>2021-03-30 13:04:18 +0100
commita44e62e24bcd46a53be92abbe2883c9a2504dea5 (patch)
treedcb5b69a941b4eea42ab88a06620f1e44025103d
parent71f8245a6aab25cf697e44b9c0b9ede9bdff3004 (diff)
Remove constraints unnecessary since stretch.
* Build-Depends: Drop versioned constraint on cmake. Changes-By: deb-scrub-obsolete
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 685b80c..b245fd1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Section: math
Priority: optional
Standards-Version: 4.5.1
Build-Depends: catch2,
- cmake (>= 3.5.1),
+ cmake,
debhelper-compat (= 13),
libboost-dev
Rules-Requires-Root: no
@@ -29,4 +29,3 @@ Description: Utilities built from the Hera library
Some simple utilities for efficient bottleneck and Wasserstein
distances between persistence diagrams built from the Hera library
(see libhera-dev).
-