diff options
author | Wook Song <wook16.song@samsung.com> | 2020-07-17 13:23:35 +0900 |
---|---|---|
committer | Wook Song <wook16.song@samsung.com> | 2020-07-17 14:38:43 +0900 |
commit | b92555cae632b1cc0be686a5844c401e2eaf970f (patch) | |
tree | 7701c48a83466c490a05d4c53ba3c0f167e15022 | |
parent | d659f5ef68e2141a760780aef673376692e8f7c2 (diff) | |
download | dldt-b92555cae632b1cc0be686a5844c401e2eaf970f.tar.gz dldt-b92555cae632b1cc0be686a5844c401e2eaf970f.tar.bz2 dldt-b92555cae632b1cc0be686a5844c401e2eaf970f.zip |
[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 <wook16.song@samsung.com>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | 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 <wook16.song@samsung.com> 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 |