remove basecommon.fix changelog.fix control description

This commit is contained in:
xibowen 2023-02-15 11:26:02 +08:00
parent 0b698cdb03
commit e7016e3c5c
4 changed files with 67 additions and 128 deletions

24
debian/changelog vendored
View File

@ -1,23 +1,5 @@
libkysdk-base (1.2.0.5kylin1-ok1~0715) sid; urgency=medium
libkysdk-base (1.0.1-1) sid; urgency=medium
* 合并主线v1.2
* update v1.2
* Initial release. (Closes: #1869007)
-- szm-min <shaozhimin@kylinos.cn> Fri, 15 Jul 2022 10:32:27 +0800
libkysdk-base (1.1.1kylin1-ok4~0627) yangtze; urgency=medium
* 修改为quilt格式
* openkylin 重新导入
* fix bug#125453,控制面板账户模块缺少"账户信息"设置项
-- Xie Wei <xiewei@kylinos.cn> Fri, 10 Jun 2022 19:35:33 +0800
libkysdk-base (1.1.1kylin1) yangtze; urgency=medium
* BUG号 : 119832
* 需求号 : 无
* 其他修改 :
* publish for v1.1 update
-- liuyunhe <liuyunhe@kylinos.cn> Tue, 17 May 2022 16:17:53 +0800
-- xibowen <xibowen@kylinos.com> Tue, 14 Feb 2023 10:48:05 +0800

164
debian/control vendored
View File

@ -1,15 +1,18 @@
Source: libkysdk-base
Section: libs
Priority: optional
Maintainer: kylin <chenzhikai@kylinos.cn>
Maintainer: kylin Team <team+kylin@tracker.debian.org>
Uploaders: Bowen Xi <xibowen@kylinos.cn>
Build-Depends: debhelper-compat (= 12),
cmake,
libsystemd-dev,
libdbus-1-dev,
libssl-dev
Standards-Version: 4.4.1
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://gitlab2.kylin.com/kysdk/kysdk-base
Homepage: https://gitee.com/openkylin/libkysdk-base
Vcs-Git: https://gitee.com/openkylin/libkysdk-base.git
Vcs-Browser: https://gitee.com/openkylin/libkysdk-base
Package: libkysdk-base
Architecture: any
@ -18,66 +21,43 @@ Depends: ${shlibs:Depends},
libkysdk-timer,
libkysdk-config,
libkysdk-log,
libkysdk-utils,
libkysdk-basecommon
libkysdk-utils
Multi-Arch: same
Description: Basic libraries of ukui
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package is metapackage.It provides the kysdk shared basic libraries.
Description: Kylin SDK basic library
It provides common functions in the process of program
development, including log management, message communication,
process daemon, thread management, timer, debugging and embedding,
configuration file reading and writing, etc.
This package is empty package.
Package: libkysdk-base-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-base,
libkysdk-base (= ${binary:Version}),
libkysdk-timer-dev,
libkysdk-config-dev,
libkysdk-log-dev,
libkysdk-utils-dev
Multi-Arch: same
Description: Development suite of ukui - base suite
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package provides the development files of libkysdk-base.
Package: libkysdk-basecommon
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: kysdk-base basic package
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package provides common interface for other libkysdk libraries.
It is a empty package.
Description: development files for libkysdk-base
It provides common functions in the process of program
development, including log management, message communication,
process daemon, thread management, timer, debugging and embedding,
configuration file reading and writing, etc.
Contains development files for libkysdk-base.
Package: libkysdk-timer
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends} ,
libkysdk-basecommon,
libkysdk-utils
Multi-Arch: same
Description: Timer lib
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains a timer libraries needed by kysdk
Description: C style timer module
It supports single trigger and repeated multiple
triggers, and sets the system relative time and absolute
time in milliseconds.
Package: libkysdk-timer-dev
Architecture: any
@ -85,32 +65,25 @@ Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-utils-dev,
libkysdk-timer,
libkysdk-basecommon
libkysdk-timer (= ${binary:Version})
Multi-Arch: same
Description: Timer module - development lib
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains the timer development files for the timer libraries.
Description: development files for libkysdk-timer
It supports single trigger and repeated multiple
triggers, and sets the system relative time and absolute
time in milliseconds.
Contains development files for libkysdk-timer.
Package: libkysdk-config
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-basecommon,
libkysdk-utils
Multi-Arch: same
Description: Config file lib
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains a config file libraries needed by kysdk
Description: configuration file module
It supports the reading and writing of configuration
files in standard format. In the future, it will support
yaml, json, xml and other formats.
Package: libkysdk-config-dev
@ -119,16 +92,13 @@ Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-utils-dev,
libkysdk-config
libkysdk-config (= ${binary:Version})
Multi-Arch: same
Description: Config module - development lib
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains the config file development files for the
config file libraries.
Description: development files for libkysdk-config
It supports the reading and writing of configuration
files in standard format. In the future, it will support
yaml, json, xml and other formats.
Contains development files for libkysdk-config.
Package: libkysdk-log
@ -137,49 +107,39 @@ Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-config,
logrotate,
libkysdk-basecommon,
libkysdk-utils
Multi-Arch: same
Description: Log lib
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains a log libraries needed by kysdk
Description: C style log module
Support the setting of log level, log storage
path, asynchronous writing, and output of log
information in a unified format.
Package: libkysdk-log-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-log,
libkysdk-log (= ${binary:Version}),
libkysdk-config-dev,
libkysdk-utils-dev,
libsystemd-dev
Multi-Arch: same
Description: Log module - development lib
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains the log development files for the log libraries.
Description: development files for libkysdk-log
Support the setting of log level, log storage
path, asynchronous writing, and output of log
information in a unified format.
Contains development files for libkysdk-log.
Package: libkysdk-utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-basecommon
${misc:Depends}
Multi-Arch: same
Description: Development utils
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains a utils libraries needed by kysdk
Description: Basic tool function module
The decimal conversion function between storage
units is provided, and more functions will be
provided in the future.
Package: libkysdk-utils-dev
@ -187,12 +147,10 @@ Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-utils
libkysdk-utils (= ${binary:Version})
Multi-Arch: same
Description: Utils module - development lib
Libkysdk-base is basic libraries for the UKUI desktop environment.
It provides various interface for application to unify function and
UI-UE style, including log management, message communication, process
daemon, thread management, timer, debugging, config file, utils.
.
This package contains the utils development files for the utils libraries.
Description: development files for libkysdk-utils
The decimal conversion function between storage
units is provided, and more functions will be
provided in the future.
Contains development files for libkysdk-utils.

6
debian/copyright vendored
View File

@ -1,15 +1,15 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libkysdk-base
Upstream-Contact: Kylin Team <ukui@kylinos.cn>
Upstream-Contact: Zhikai Chen <chenzhikai@kylinos.cn>
Source: <https://gitee.com/openkylin/libkysdk-base>
Files: *
Copyright: 2022 kylin <chenzhikai@kylinos.cn>
Copyright: 2023, KYLIN Information Technology Co., Ltd.
License: LGPL-3
Files: debian/*
Copyright: 2022 kylin <chenzhikai@kylinos.cn>
Copyright: 2023, KYLIN Information Technology Co., Ltd.
License: GPL-3

View File

@ -1 +0,0 @@
#development-files/kysdk-base.conf etc/ld.so.conf.d