From a1976ff1b2bccc8689182505828f7e3814d0d21b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 28 Dec 2018 15:15:47 +0100 Subject: 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 --- packaging/deb/debian.control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 packaging/deb/debian.control (limited to 'packaging/deb/debian.control') 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 +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 -- cgit 1.2.3-korg