summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-06-03 09:29:22 +0200
committerGard Spreemann <gspr@nonempty.org>2020-06-03 09:29:22 +0200
commitb4280cc2e3e1caf90d4372399cb89e020483301c (patch)
tree10596f7cd1f2680b2d6c919c99e5fafc9ac19c8d
parentef141880d9515589bc66045ae2eade507dcba65d (diff)
catch2 build-dep.
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4e5868d..a9c96e0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: math
Priority: optional
Standards-Version: 4.5.0.2
-Build-Depends: cmake (>= 3.5.1),
+Build-Depends: catch2,
+ cmake (>= 3.5.1),
debhelper (>= 12),
libboost-dev
Rules-Requires-Root: no