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/agl-libappcontroller.dsc | |
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/agl-libappcontroller.dsc')
-rw-r--r-- | packaging/deb/agl-libappcontroller.dsc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packaging/deb/agl-libappcontroller.dsc b/packaging/deb/agl-libappcontroller.dsc new file mode 100644 index 0000000..05fbdbb --- /dev/null +++ b/packaging/deb/agl-libappcontroller.dsc @@ -0,0 +1,21 @@ +Format: 1.0 +Source: agl-libappcontroller +Binary: agl-libappcontroller-bin, agl-libappcontroller-dev +Architecture: any +Version: 2.0-0 +Maintainer: romain.forlot <romain.forlot@iot.bzh> +Standards-Version: 3.8.2 +Homepage: https://gerrit.automotivelinux.org/gerrit/src/libappcontroller +Build-Depends: debhelper (>= 5), + cmake, + dpkg-dev, + pkg-config, + liblua5.3-dev, + libjson-c-dev, + libsystemd-dev, + agl-libafb-helpers-dev, + agl-app-framework-binder-bin, + agl-app-framework-binder-dev, +DEBTRANSFORM-RELEASE: 1 +Files: + libappcontroller_2.0.tar.gz |