diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-25 11:38:38 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-26 10:43:36 +0200 |
commit | 91e90e59a593bea0ef1771a860140ae347692910 (patch) | |
tree | ae91484dd2f6b72d7bd27dd8dc48a0abf76bb215 /conf.d/packaging/deb/debian.control | |
parent | afa8decdbbc2959a413c1d9d7cd054df4ea4e4ff (diff) |
Add packaging materials
Files used by an OBS server to be able to build deb and rpm packages. The
afb-test binding could be then used in a native environment.
Change-Id: Ifd5ab363c90269bed949ff63315d228017de7d05
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/packaging/deb/debian.control')
-rw-r--r-- | conf.d/packaging/deb/debian.control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control new file mode 100644 index 0000000..feffc1b --- /dev/null +++ b/conf.d/packaging/deb/debian.control @@ -0,0 +1,20 @@ +Priority: optional +Maintainer: unknown <unknown@debian.org> +Source: agl-app-afb-test +Build-Depends: + debhelper (>= 5), + pkg-config, + cmake, +Standards-Version: 3.8.2 +Homepage: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/app-afb-test + +Package: agl-app-afb-test-bin +Section: libs +Architecture: any +Description: agl-app-afb-test + +Package: agl-app-afb-test-dev +Section: libs +Architecture: any +Depends: agl-app-afb-test-bin +Description: agl-app-afb-test-devel |