jql: add new package 8.0.9
The goal is to package https://crates.io/crates/jql for Debian. This is related to !1047 (merged)
ITP: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124542.
This MR also adds:
jql-parserjql-runner
Which are dependencies of jql. If this needs to be split, let me know.
autopkg is not finding the integration tests for jql-runner, so test coverage now is a little bit too light. I have manually tested that:
dpkg-deb -x jql_8.0.9-1_arm64.deb jql-test
echo '{"name": "test", "value": 42}' | jql-test/usr/bin/jql '"name"'
Outputs "test"
Edited by Ivan Carvalho