diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-05-15 17:59:14 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-05-15 17:59:14 +0200 |
commit | a098df593027d6f68612e05c4317287520794a1a (patch) | |
tree | 9486ec20627e53c37f4e6c87879c9cbc23b1ca57 /conf.d/packaging/deb/debian.control | |
parent | 65294140f33a35f96b1473c1954862d05fdddef8 (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..cdf2269 --- /dev/null +++ b/conf.d/packaging/deb/debian.control @@ -0,0 +1,13 @@ +Priority: optional +Maintainer: Sebastien Douheret <sebastien@iot.bzh> +Source: agl-xds-gdb +Build-Depends: debhelper (>= 5), + unzip +Standards-Version: 3.8.2 +Homepage: https://github.com/iotbzh/xds-gdb.git + +Package: agl-xds-gdb +Section: libs +Architecture: any +Description: agl-xds-gdb + |