diff options
author | John Estabrook <jestabro@vyos.io> | 2022-12-29 08:36:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-29 08:36:35 -0600 |
commit | 13e2fe73a5a02db4e40e7c4e56a7564076767aa2 (patch) | |
tree | 3df1ac8665f02b069b1184af8091042f1502b491 /debian/rules | |
parent | 2da99f7795e08378b4370b3403f556fce864f83d (diff) | |
parent | b8569f0c3e155ee5886b907957d24c268c4d016f (diff) | |
download | vyos-utils-13e2fe73a5a02db4e40e7c4e56a7564076767aa2.tar.gz vyos-utils-13e2fe73a5a02db4e40e7c4e56a7564076767aa2.zip |
Merge pull request #7 from dmbaturin/url-validator
T4761: add a URL value validator
Diffstat (limited to 'debian/rules')
-rw-r--r--[-rwxr-xr-x] | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 09cdd65..73f3805 100755..100644 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ override_dh_auto_build: mkdir -p _build ocamlfind ocamlopt -o _build/numeric -package pcre -linkpkg src/numeric.ml ocamlfind ocamlopt -o _build/file-path -package fileutils -linkpkg src/file_path.ml + ocamlfind ocamlopt -o _build/url -package pcre -linkpkg src/url.ml ocamlfind ocamlopt -o _build/validate-value -package pcre,unix,containers -linkpkg src/validate_value.ml override_dh_auto_install: |