[Dist/Debian] Change prefixes of sub-packages to npu-engine-*
authorWook Song <wook16.song@samsung.com>
Thu, 28 Nov 2019 04:18:41 +0000 (13:18 +0900)
committer함명주/On-Device Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Fri, 29 Nov 2019 00:38:38 +0000 (09:38 +0900)
This patch changes the prefixes of sub-packages from libnpuengine- to
npu-engine-.

Signed-off-by: Wook Song <wook16.song@samsung.com>
debian/changelog
debian/control
debian/npu-engine-dev.install [moved from debian/libnpuengine-dev.install with 100% similarity]
debian/npu-engine-example.install [moved from debian/libnpuengine-example.install with 100% similarity]
debian/npu-engine.install [moved from debian/libnpuengine.install with 100% similarity]
meson.build
packaging/npu-engine.spec

index 2471d15..f472b95 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (0.0.4) unstable xenial bionic; urgency=medium
+
+  * Change names of sub-packages from libnpuengine to npu-engine
+
+ -- Wook Song <wook16.song@samsung.com>  Thu, 28 Nov 2019 12:26:00 +0900
+
 npu-engine (0.0.3) unstable xenial bionic; urgency=medium
 
   * Tarballs containing test data are removed
index 017efb1..a6c011f 100644 (file)
@@ -9,14 +9,14 @@ Build-Depends: ninja-build, meson (>=0.42), debhelper (>=9),
 Standards-Version: 3.8.2
 Homepage: https://research.samsung.com
 
-Package: libnpuengine
+Package: npu-engine
 Architecture: amd64
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: NPU Engine
  This provides in-NPU software control daemon, NPU-Engine.
 
-Package: libnpuengine-dev
+Package: npu-engine-dev
 Architecture: amd64
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -25,7 +25,7 @@ Description: Development Support for NPU Engine Library
  Developmental packages to develop programs using npu-engine.
  This contains corresponding header files and .pc pkgconfig file.
 
-Package: libnpuengine-example
+Package: npu-engine-example
 Architecture: amd64
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
index 1c9ed5a..8bfd2b6 100644 (file)
@@ -2,9 +2,9 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', ['c', 'cpp'],
-  version: '0.0.3',
+  version: '0.0.4',
   license: ['Proprietary'],
-  meson_version: '>=0.42.0',
+  meson_version: '>=0.50.0',
   default_options: [
     'werror=true',
     'warning_level=1',
index 67c38d9..d35164e 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       0.0.2
+Version:       0.0.4
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>