[Debian/Dist] Add missing dependency for sub-packages of npu-engine
authorDongju Chae <dongju.chae@samsung.com>
Tue, 4 Feb 2020 09:57:32 +0000 (18:57 +0900)
committer파리차이카푸르/On-Device Lab(SR)/Engineer/삼성전자 <pk.kapoor@samsung.com>
Thu, 6 Feb 2020 04:50:49 +0000 (13:50 +0900)
This commit adds missing dependency for sub-packages of npu-engine.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
debian/control

index 20fa6de..f9d2a85 100644 (file)
@@ -19,7 +19,7 @@ Description: NPU Engine
 Package: npu-engine-dev
 Architecture: amd64
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: npu-engine, ${shlibs:Depends}, ${misc:Depends}
 # If this incurs ambiguity between usb/ip, add Recommends on one of the two.
 Description: Development Support for NPU Engine Library
  Developmental packages to develop programs using npu-engine.
@@ -28,7 +28,7 @@ Description: Development Support for NPU Engine Library
 Package: npu-engine-example
 Architecture: amd64
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: npu-engine, ${shlibs:Depends}, ${misc:Depends}
 Recommends: npu-engine-testdata
 Description: NPU Engine Example Package
  Example application package for NPU Engine, including UnitTests and AppTest with realistic scenarios (TBD).