diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-03 15:03:39 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-03 16:48:48 +0100 |
commit | 680af25d7b89e734b77ddad0f4e2d2a4d1bc8826 (patch) | |
tree | 53a3377e1c681678164e8e276c41ddf7b019d638 /packaging/deb/debian.control | |
parent | 565e5a7fac5db9a35fd0b2cb8e12f1bdf4772821 (diff) |
Adding packaging files
Add necessary files to build native packages for AGL
supported linux distributions
Bug-AGL: SPEC-2097
Change-Id: Ife6d1ec8a05f40e0bd70e741859133003716b37a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'packaging/deb/debian.control')
-rw-r--r-- | packaging/deb/debian.control | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packaging/deb/debian.control b/packaging/deb/debian.control new file mode 100644 index 0000000..377d815 --- /dev/null +++ b/packaging/deb/debian.control @@ -0,0 +1,22 @@ +Priority: optional +Maintainer: romain.forlot <romain.forlot@iot.bzh> +Source: agl-libappcontroller +Build-Depends: + debhelper (>= 5), + pkg-config, + cmake, + liblua5.3-dev, + libjson-c-dev, + libsystemd-dev, + agl-libafb-helpers-dev, + agl-app-framework-binder-bin, + agl-app-framework-binder-dev, +Standards-Version: 3.8.2 +Homepage: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/libappcontroller + +Package: agl-libappcontroller-dev +Section: libs +Architecture: any +Depends: agl-libappcontroller-bin +Description: libappcontroller provides a generic controller library to be use + to quickly develop a binding. |