diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-09-29 12:23:26 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-09-29 12:23:26 +0200 |
commit | acde5b8a880ff6f5e19ee91bd1f213339947b62f (patch) | |
tree | 333ebb3e87531da12fe447309e77a6fa57ba4165 /conf.d/packaging/debian.control | |
parent | acfdebd511ebcde861c7975af0a92c0d6bc87678 (diff) |
Initial Commit as submodule
Diffstat (limited to 'conf.d/packaging/debian.control')
-rw-r--r-- | conf.d/packaging/debian.control | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/conf.d/packaging/debian.control b/conf.d/packaging/debian.control deleted file mode 100644 index 80c2931..0000000 --- a/conf.d/packaging/debian.control +++ /dev/null @@ -1,22 +0,0 @@ -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. |