diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-05-15 17:50:09 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-05-15 17:50:09 +0200 |
commit | 8004920fdc8a55b27c4175293213113423cbb9da (patch) | |
tree | 113eaf60e23d7fdf8288155c5125a056a6e9d7a5 /conf.d/packaging/deb/debian.control | |
parent | fd92acd31442e32047c5eeb6f7968afd4b04a312 (diff) |
Add packaging files
* it's easier to manage native build package.
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/deb/debian.control')
-rw-r--r-- | conf.d/packaging/deb/debian.control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control new file mode 100644 index 0000000..4fd3273 --- /dev/null +++ b/conf.d/packaging/deb/debian.control @@ -0,0 +1,13 @@ +Priority: optional +Maintainer: Sebastien Douheret <sebastien@iot.bzh> +Source: agl-xds-cli +Build-Depends: debhelper (>= 5), + unzip +Standards-Version: 3.8.2 +Homepage: https://github.com/iotbzh/xds-cli.git + +Package: agl-xds-cli +Section: libs +Architecture: any +Description: agl-xds-cli + |