From 4aa302a05fad95f3d13eb2ff20bbfee88c32e7ff Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 10 May 2022 15:04:28 +0300 Subject: T4421: only allow numbers that look like an integer part with an optional fractional part --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 4d3db35..c6e8920 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ DIR := debian/tmp override_dh_auto_build: eval `opam env` mkdir -p _build - ocamlfind ocamlopt -o _build/numeric src/numeric.ml + ocamlfind ocamlopt -o _build/numeric -package pcre -linkpkg src/numeric.ml ocamlfind ocamlopt -o _build/validate-value -package pcre,unix,containers -linkpkg src/validate_value.ml override_dh_auto_install: -- cgit v1.2.3