diff options
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. |