From b92555cae632b1cc0be686a5844c401e2eaf970f Mon Sep 17 00:00:00 2001 From: Wook Song Date: Fri, 17 Jul 2020 13:23:35 +0900 Subject: [Dist/Debian] Fix pdebuild failure for later versions of Ubuntu than Focal This patch fixes pdebuild failure for later version of Ubuntu tnan Focal Fossa (20.04). Change-Id: I15e53f5b71b7f23c5f79e7e54d031260e8a25a62 Signed-off-by: Wook Song --- debian/changelog | 6 ++++++ debian/control | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81245c2fa..18d780113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openvino (2019R3-4) unstable; urgency=low + + * Control file is modified to specify a range of versions for libtbb2 + + -- Wook Song Thu, 9 Jul 2020 15:51:11 +0900 + openvino (2019R3-3) unstable; urgency=low * Revise build dependency on libtbb-dev and runtime dependency on libtbb diff --git a/debian/control b/debian/control index e769cb162..1695ec16c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +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~U8), libusb-1.0-0-dev + libtbb-dev (>>2019~U8), libtbb-dev (<<2020), 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 @@ -16,7 +16,8 @@ Section: libs Priority: optional Architecture: any Multi-Arch: same -Depends: ${shlibs:Depends}, ${misc:Depends}, libtbb2 (>>2019~U8) +Depends: ${shlibs:Depends}, ${misc:Depends}, + libtbb2 (>>2019~U8), libtbb2 (<<2020) Recommends: openvino-cpu-mkldnn [amd64], ncs2-firmware Description: OpenVINO™ Toolkit - Deep Learning Deployment Toolkit OpenVINO™ toolkit, short for Open Visual Inference and Neural network -- cgit v1.2.3