[Dist/Debian] Fix pdebuild failure for later versions of Ubuntu than Focal 51/238751/2
authorWook Song <wook16.song@samsung.com>
Fri, 17 Jul 2020 04:23:35 +0000 (13:23 +0900)
committerWook Song <wook16.song@samsung.com>
Fri, 17 Jul 2020 05:38:43 +0000 (14:38 +0900)
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>
debian/changelog
debian/control

index 81245c2..18d7801 100644 (file)
@@ -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
index e769cb1..1695ec1 100644 (file)
@@ -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