diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-28 15:15:47 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-01-03 15:59:15 +0100 |
commit | a1976ff1b2bccc8689182505828f7e3814d0d21b (patch) | |
tree | d1c3dabeb343f4709f789b967890f413f91eb685 /packaging/deb/debian.control | |
parent | f430407fd34ec2897359245a6e1ff951e5da5bc6 (diff) |
Adding packaging files
Adding the necessary packaging files for the AGL supported
distributions. OpenSUSE, Fedora, Ubuntu and Debian.
Bug-AGL: SPEC-2097
Change-Id: I81fe9b614366c2d9f3337f18082ed221b8931e6a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'packaging/deb/debian.control')
-rw-r--r-- | packaging/deb/debian.control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packaging/deb/debian.control b/packaging/deb/debian.control new file mode 100644 index 0000000..60a8c59 --- /dev/null +++ b/packaging/deb/debian.control @@ -0,0 +1,28 @@ +Priority: optional +Maintainer: romain.forlot <romain.forlot@iot.bzh> +Source: agl-libafb-helpers +Build-Depends: + debhelper (>= 5), + pkg-config, + cmake, + libjson-c-dev, + libsystemd-dev, + libcurl4-openssl-dev, + libqt5websockets5-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/libafb-helpers + +Package: agl-libafb-helpers-bin +Section: libs +Architecture: any +Description: libafb-helpers provides helpful functions to be used in a binding for the + Application Framework Binder + +Package: agl-libafb-helpers-dev +Section: libs +Architecture: any +Depends: agl-libafb-helpers-bin +Description: libafb-helpers provides helpful functions to be used in a binding for the + Application Framework Binder |