diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-05 10:38:16 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-06 20:30:35 +0100 |
commit | 5f06de040287a5df88d21367da9e8725d8585ba1 (patch) | |
tree | bba4fb8aa6474b451f4f6f7af327c46ed6e181ae /packaging/deb/debian.control | |
parent | dcdff18c4f09406ca1ec522fbde3f6f7342d8423 (diff) |
Adding packaging files
Change-Id: I70d30588c59e6a0d3c451c74fc6cc565b5eea167
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'packaging/deb/debian.control')
-rw-r--r-- | packaging/deb/debian.control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/deb/debian.control b/packaging/deb/debian.control new file mode 100644 index 0000000..0bac4c7 --- /dev/null +++ b/packaging/deb/debian.control @@ -0,0 +1,14 @@ +Priority: optional +Maintainer: Romain Forlot <romain.forlot@iot.bzh> +Source: agl-cmake-apps-module +Build-Depends: + debhelper (>= 5), + cmake, +Standards-Version: 3.8.2 +Homepage: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/cmake-apps-module + +Package: agl-cmake-apps-module-bin +Section: devel +Architecture: any +Description: agl-cmake-apps-module is a CMake module made to ease application + framework binding. |