diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-08-31 17:49:20 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:25 +0100 |
commit | 52523f2c4f1e83cb93d2ad804ddd1cf539576512 (patch) | |
tree | b38abaf0103317ffc6c5e56c8a5b6f4c0f076bb9 /conf.d/packaging/debian.control | |
parent | 507d524703a6264f559594975fe1f87a7338b140 (diff) |
add packaging
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf.d/packaging/debian.control')
-rw-r--r-- | conf.d/packaging/debian.control | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf.d/packaging/debian.control b/conf.d/packaging/debian.control new file mode 100644 index 0000000..80c2931 --- /dev/null +++ b/conf.d/packaging/debian.control @@ -0,0 +1,22 @@ +Priority: optional +Maintainer: Fulup Ar Foll <fulup@iot.bzh> +Source: agl-afb-controller +Build-Depends: debhelper (>= 5), + pkg-config, + cmake, + gcc, + g++, + libjson-c-dev , + libsystemd-dev (>= 222), + agl-app-framework-binder-dev , + agl-libmicrohttpd-dev (>= 0.9.55), + agl-app-framework-binder-dev , + liblua5.3-dev (>= 5.3), + lua5.3 +Standards-Version: 3.8.2 +Homepage: https://github.com/iotbzh/controller-binding + +Package: agl-afb-controller +Section: libs +Architecture: any +Description: Create controls that could be mapped to LUA functions, callback or API/VERB methods. |