diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-07 22:53:21 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-07 22:53:21 +0200 |
commit | 2fa60c0ae3008b3dcf8e15a733fda64efea3fc8a (patch) | |
tree | 332ffd2055ce8228760f221b6437cca4b1b87399 /conf.d/packaging/deb | |
parent | b79e2a08a58bef2121463ecaa8e902be7850ccc7 (diff) |
Fix/Update packaging
Change-Id: Ida4a102472c92492cf7d4f0eab301b37ee991cef
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/deb')
-rw-r--r-- | conf.d/packaging/deb/agl-xds-gdb.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, 4 insertions, 5 deletions
diff --git a/conf.d/packaging/deb/agl-xds-gdb.dsc b/conf.d/packaging/deb/agl-xds-gdb.dsc index 72f5ac3..44d5df3 100644 --- a/conf.d/packaging/deb/agl-xds-gdb.dsc +++ b/conf.d/packaging/deb/agl-xds-gdb.dsc @@ -2,10 +2,10 @@ Format: 1.0 Source: agl-xds-gdb Binary: agl-xds-gdb Architecture: any -Version: 1.0.2-0 +Version: 0.0.0 Maintainer: Sebastien Douheret <sebastien@iot.bzh> Standards-Version: 3.8.2 -Homepage: https://github.com/iotbzh/xds-gdb.git +Homepage: https://gerrit.automotivelinux.org/gerrit/p/src/xds/xds-gdb.git Build-Depends: debhelper (>= 5), unzip -Debtransform-Tar: xds-gdb_linux-amd64-v1.0.2_2018-04-05_131503.zip +Debtransform-Tar: xds-gdb_linux-amd64-*.zip diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index cdf2269..9bc739e 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -4,7 +4,7 @@ Source: agl-xds-gdb Build-Depends: debhelper (>= 5), unzip Standards-Version: 3.8.2 -Homepage: https://github.com/iotbzh/xds-gdb.git +Homepage: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-gdb.git Package: agl-xds-gdb Section: libs diff --git a/conf.d/packaging/deb/debian.rules b/conf.d/packaging/deb/debian.rules index cb72153..5c5a654 100644 --- a/conf.d/packaging/deb/debian.rules +++ b/conf.d/packaging/deb/debian.rules @@ -68,7 +68,6 @@ install: build # Move all files in their corresponding package dh_install --list-missing -s --sourcedir=debian/tmp - # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. |