diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-23 20:45:35 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-23 23:28:04 +0200 |
commit | 2076b45c1905265b9edae342f8e4f7a3366966cc (patch) | |
tree | a2a081981c8c8343fb24f1963bf911f6bbe2601a /conf.d/packaging/deb/debian.control | |
parent | b33e880f23525b4f75cf35e39aa5082addef0fb7 (diff) |
packaging: add dependency to jq
Change-Id: Ib306a87e03ad34e6cda921134ce7cc35644c1218
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/deb/debian.control')
-rw-r--r-- | conf.d/packaging/deb/debian.control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index f2dcafe..47b9363 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -9,5 +9,6 @@ Homepage: https://gerrit.automotivelinux.org/gerrit/p/src/xds/xds-server.git Package: agl-xds-server Section: libs Architecture: any +Depends: jq Description: agl-xds-server |