[Dist/Debian] Remove version requirement for libtbb-dev 28/222128/1 accepted/tizen/unified/20200113.130523 submit/tizen/20200113.054746 submit/tizen/20200113.054840
authorWook Song <wook16.song@samsung.com>
Fri, 10 Jan 2020 02:31:20 +0000 (11:31 +0900)
committerWook Song <wook16.song@samsung.com>
Fri, 10 Jan 2020 02:31:20 +0000 (11:31 +0900)
The version strings used in openvino and libtbb do not follow the debian
standard. Therefore, since it is not possible to resolve build
dependency on libtbb-dev because of the invalid version string, the
openvino packages could not be built on the launchpad ppa. To work-aroud
this problem, this patch removes the version requirement for libtbb-dev
in the control file.

Change-Id: Ic4167c3b7b201fd02387975dda6781d1e48c581f
Signed-off-by: Wook Song <wook16.song@samsung.com>
debian/control

index d32ce6a..e4da295 100644 (file)
@@ -6,8 +6,7 @@ Build-Depends: debhelper (>= 9.0.0), quilt,
  cmake, pkg-config,
  gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5,
  g++-9 | g++-8 | g++-7 | g++-6 | g++-5,
- libtbb-dev (>=2019~U9-0),
- libusb-1.0-0-dev
+ libtbb-dev, libusb-1.0-0-dev
 Standards-Version: 4.1.4
 Vcs-Git: git://git.tizen.org/platform/upstream/dldt
 Vcs-Browser: https://git.tizen.org/cgit/platform/upstream/dldt