packaging: add dependency to jq 07/17407/2
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 23 Oct 2018 18:45:35 +0000 (20:45 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 23 Oct 2018 21:28:04 +0000 (23:28 +0200)
Change-Id: Ib306a87e03ad34e6cda921134ce7cc35644c1218
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
conf.d/packaging/deb/agl-xds-server.dsc
conf.d/packaging/deb/debian.control
conf.d/packaging/rpm/agl-xds-server.spec

index bc254a2..b3c31ab 100644 (file)
@@ -6,6 +6,7 @@ Version: 0.0.0
 Maintainer: Sebastien Douheret <sebastien@iot.bzh>
 Standards-Version: 3.8.2
 Homepage: https://gerrit.automotivelinux.org/gerrit/p/src/xds/xds-server.git
+Depends: jq
 Build-Depends: debhelper (>= 5),
  unzip
 Debtransform-Tar: xds-server_linux-amd64-*.zip
index f2dcafe..47b9363 100644 (file)
@@ -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
 
index b834822..25a6515 100644 (file)
@@ -18,7 +18,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          Development/Tools/Debuggers
 
 # for now still embedded with xds
-# Requires:       syncthing
+# Requires:       jq syncthing
+Requires:       jq
 
 %description
 xds-server is a web server that allows user to remotely cross build applications.