diff options
Diffstat (limited to 'conf.d/packaging/deb')
-rw-r--r-- | conf.d/packaging/deb/agl-xds-agent.dsc | 6 | ||||
-rw-r--r-- | conf.d/packaging/deb/debian.control | 2 | ||||
-rw-r--r-- | conf.d/packaging/deb/debian.rules | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/conf.d/packaging/deb/agl-xds-agent.dsc b/conf.d/packaging/deb/agl-xds-agent.dsc index 7034c51..36c4e93 100644 --- a/conf.d/packaging/deb/agl-xds-agent.dsc +++ b/conf.d/packaging/deb/agl-xds-agent.dsc @@ -2,10 +2,10 @@ Format: 1.0 Source: agl-xds-agent Binary: agl-xds-agent Architecture: any -Version: 1.1.1 +Version: 0.0.0 Maintainer: Sebastien Douheret <sebastien@iot.bzh> Standards-Version: 3.8.2 -Homepage: https://github.com/iotbzh/xds-agent.git +Homepage: https://gerrit.automotivelinux.org/gerrit/p/src/xds/xds-agent.git Build-Depends: debhelper (>= 5), unzip -Debtransform-Tar: xds-agent_linux-amd64-v1.1.1_2018-04-05_112625.zip +Debtransform-Tar: xds-agent_linux-amd64-*.zip diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index afe4157..7fa3a5d 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -4,7 +4,7 @@ Source: agl-xds-agent Build-Depends: debhelper (>= 5), unzip Standards-Version: 3.8.2 -Homepage: https://github.com/iotbzh/xds-agent.git +Homepage: https://gerrit.automotivelinux.org/gerrit/p/src/xds/xds-agent.git Package: agl-xds-agent Section: libs diff --git a/conf.d/packaging/deb/debian.rules b/conf.d/packaging/deb/debian.rules index c6c7bd3..ee3eef5 100644 --- a/conf.d/packaging/deb/debian.rules +++ b/conf.d/packaging/deb/debian.rules @@ -78,6 +78,7 @@ postinst: install if [ -f "/etc/xds-agent/config.json" ]; then install -b -S .rpmsave /etc/xds-agent/config.json /etc/xds/agent/agent-config.json fi + echo "[XDS Agent] To enable the service with your user session: systemctl --user enable xds-agent" prerm: rm -f /etc/xds-agent/*.rpm* |