diff options
author | Qiu Tingting <qiutt@fujitsu.com> | 2021-03-03 20:10:05 +0800 |
---|---|---|
committer | Qiu Tingting <qiutt@fujitsu.com> | 2021-03-03 20:10:05 +0800 |
commit | fc787c7e4af11c16c9b529ff342ff27f0ac36b96 (patch) | |
tree | 58174c6836809b605f8551f70d1a9c2562857275 /conf.d/packaging/deb/debian.control | |
parent | 63e80eae1af7905df120fb766e9e48f564fe1e27 (diff) |
Remove packaging folder
Packaging folder contains files that defines package rule for other
platform, which is useless anymore.
Bug-AGL: SPEC-3835
Change-Id: Ia37facd9d341050d217f29845248d57e6fbeeb6a
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Diffstat (limited to 'conf.d/packaging/deb/debian.control')
-rw-r--r-- | conf.d/packaging/deb/debian.control | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control deleted file mode 100644 index ae9cdc4..0000000 --- a/conf.d/packaging/deb/debian.control +++ /dev/null @@ -1,30 +0,0 @@ -Priority: optional -Maintainer: romain.forlot <romain.forlot@iot.bzh> -Source: agl-app-afb-test -Build-Depends: - debhelper (>= 5), - pkg-config, - cmake, - agl-libappcontroller-dev, - agl-libafb-helpers-dev, - 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 -Depends: jq -Description: afb-test is a test framework made to test other binding. - -Package: agl-app-afb-test-dev -Section: libs -Architecture: any -Depends: agl-app-afb-test-bin -Description: agl-app-afb-test-devel |