diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-06 11:11:57 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-06 14:51:21 +0100 |
commit | 25003dd870bd240d1025320686273d587c86464d (patch) | |
tree | 4217886e2afc907fdb4903438bf23331ef0a9eaf /conf.d/packaging/deb/debian.control | |
parent | 186580dd49cd32c0bdbfec71e58a3098c9bd5887 (diff) |
Improves packaging debian rules
Change rules to be more sustainable and maintainable.
Remove the patch that isn't needed anymore since the app-templates
has been migrated to a cmake module.
Fix also wrong descriptions
Change-Id: I789b18d8238015bd9e0350ae39136002b10bed51
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 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index feffc1b..ee59c9b 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -1,17 +1,24 @@ Priority: optional -Maintainer: unknown <unknown@debian.org> +Maintainer: romain.forlot <romain.forlot@iot.bzh> Source: agl-app-afb-test Build-Depends: debhelper (>= 5), pkg-config, cmake, + agl-cmake-apps-module-bin, + agl-app-framework-binder-bin, + agl-app-framework-binder-dev, + lua5.3, + liblua5.3-dev, + libjson-c-dev, + libsystemd-dev, 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 +Description: afb-test is a test framework made to test other binding. Package: agl-app-afb-test-dev Section: libs |