From: Dongju Chae Date: Tue, 4 Feb 2020 09:57:32 +0000 (+0900) Subject: [Debian/Dist] Add missing dependency for sub-packages of npu-engine X-Git-Tag: accepted/tizen/unified/20220103.130045~521 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92850759edc0a80b7cb109883b4b26b2c38d06f9;p=platform%2Fadaptation%2Fnpu%2Ftrix-engine.git [Debian/Dist] Add missing dependency for sub-packages of npu-engine This commit adds missing dependency for sub-packages of npu-engine. Signed-off-by: Dongju Chae --- diff --git a/debian/control b/debian/control index 20fa6de..f9d2a85 100644 --- a/debian/control +++ b/debian/control @@ -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).