summaryrefslogtreecommitdiffstats
path: root/conf.d/packaging/deb/debian.control
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-10-25 11:38:38 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-12 17:36:29 +0100
commit870d0e50f0893c515a81e864cf07491b3d9749f9 (patch)
tree82dc0d56dd0cdc03bf4cb902785291370dfe9acf /conf.d/packaging/deb/debian.control
parent16922b73bf17b2f23148438957cd3d18542075f4 (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.control20
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