From 91e90e59a593bea0ef1771a860140ae347692910 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 25 Oct 2018 11:38:38 +0200 Subject: 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 --- conf.d/packaging/deb/debian.control | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf.d/packaging/deb/debian.control (limited to 'conf.d/packaging/deb/debian.control') 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 +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 -- cgit 1.2.3-korg