improvements control description
This commit is contained in:
parent
e44ed10a11
commit
9e482fa632
|
@ -23,10 +23,11 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-log,
|
libkysdk-log,
|
||||||
libkysdk-utils
|
libkysdk-utils
|
||||||
Description: Kylin SDK basic library
|
Description: Kylin SDK basic library
|
||||||
It provides common functions in the process of program
|
libkysdk-base provides common functions in the
|
||||||
development, including log management, message communication,
|
process of program development, including log
|
||||||
process daemon, thread management, timer, debugging and embedding,
|
management, message communication, process
|
||||||
configuration file reading and writing, etc.
|
daemon, thread management, timer, debugging and
|
||||||
|
embedding, configuration file reading and writing, etc.
|
||||||
This package is empty package.
|
This package is empty package.
|
||||||
|
|
||||||
Package: libkysdk-base-dev
|
Package: libkysdk-base-dev
|
||||||
|
@ -39,10 +40,11 @@ Depends: ${misc:Depends},
|
||||||
libkysdk-log-dev,
|
libkysdk-log-dev,
|
||||||
libkysdk-utils-dev
|
libkysdk-utils-dev
|
||||||
Description: development files for libkysdk-base
|
Description: development files for libkysdk-base
|
||||||
It provides common functions in the process of program
|
libkysdk-base-dev provides common functions in the
|
||||||
development, including log management, message communication,
|
process of program development, including log
|
||||||
process daemon, thread management, timer, debugging and embedding,
|
management, message communication, process daemon, thread
|
||||||
configuration file reading and writing, etc.
|
management, timer, debugging and embedding, configuration
|
||||||
|
file reading and writing, etc.
|
||||||
Contains development files for libkysdk-base.
|
Contains development files for libkysdk-base.
|
||||||
|
|
||||||
Package: libkysdk-timer
|
Package: libkysdk-timer
|
||||||
|
@ -52,9 +54,9 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-utils
|
libkysdk-utils
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: C style timer module
|
Description: C style timer module
|
||||||
It supports single trigger and repeated multiple
|
libkysdk-timer supports single trigger and repeated
|
||||||
triggers, and sets the system relative time and absolute
|
multiple triggers, and sets the system relative time
|
||||||
time in milliseconds.
|
and absolute time in milliseconds.
|
||||||
|
|
||||||
Package: libkysdk-timer-dev
|
Package: libkysdk-timer-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
@ -65,9 +67,9 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-timer (= ${binary:Version})
|
libkysdk-timer (= ${binary:Version})
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: development files for libkysdk-timer
|
Description: development files for libkysdk-timer
|
||||||
It supports single trigger and repeated multiple
|
libkysdk-timer-dev supports single trigger and
|
||||||
triggers, and sets the system relative time and absolute
|
repeated multiple triggers, and sets the system
|
||||||
time in milliseconds.
|
relative time and absolute time in milliseconds.
|
||||||
Contains development files for libkysdk-timer.
|
Contains development files for libkysdk-timer.
|
||||||
|
|
||||||
|
|
||||||
|
@ -78,9 +80,10 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-utils
|
libkysdk-utils
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: configuration file module
|
Description: configuration file module
|
||||||
It supports the reading and writing of configuration
|
libkysdk-config supports the reading and writing
|
||||||
files in standard format. In the future, it will support
|
of configuration files in standard format. In the
|
||||||
yaml, json, xml and other formats.
|
future, it will support yaml, json, xml and other
|
||||||
|
formats.
|
||||||
|
|
||||||
|
|
||||||
Package: libkysdk-config-dev
|
Package: libkysdk-config-dev
|
||||||
|
@ -92,9 +95,10 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-config (= ${binary:Version})
|
libkysdk-config (= ${binary:Version})
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: development files for libkysdk-config
|
Description: development files for libkysdk-config
|
||||||
It supports the reading and writing of configuration
|
libkysdk-config-dev supports the reading and writing
|
||||||
files in standard format. In the future, it will support
|
of configuration files in standard format. In the
|
||||||
yaml, json, xml and other formats.
|
future, it will support yaml, json, xml and other
|
||||||
|
formats.
|
||||||
Contains development files for libkysdk-config.
|
Contains development files for libkysdk-config.
|
||||||
|
|
||||||
|
|
||||||
|
@ -107,9 +111,9 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-utils
|
libkysdk-utils
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: C style log module
|
Description: C style log module
|
||||||
Support the setting of log level, log storage
|
libkysdk-log support the setting of log level, log
|
||||||
path, asynchronous writing, and output of log
|
storage path, asynchronous writing, and output of
|
||||||
information in a unified format.
|
log information in a unified format.
|
||||||
|
|
||||||
Package: libkysdk-log-dev
|
Package: libkysdk-log-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
@ -122,8 +126,8 @@ Depends: ${shlibs:Depends},
|
||||||
libsystemd-dev
|
libsystemd-dev
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: development files for libkysdk-log
|
Description: development files for libkysdk-log
|
||||||
Support the setting of log level, log storage
|
libkysdk-log-dev support the setting of log level, log
|
||||||
path, asynchronous writing, and output of log
|
storage path, asynchronous writing, and output of log
|
||||||
information in a unified format.
|
information in a unified format.
|
||||||
Contains development files for libkysdk-log.
|
Contains development files for libkysdk-log.
|
||||||
|
|
||||||
|
@ -134,8 +138,8 @@ Depends: ${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: Basic tool function module
|
Description: Basic tool function module
|
||||||
The decimal conversion function between storage
|
libkysdk-utils provide the decimal conversion function
|
||||||
units is provided, and more functions will be
|
between storage units, and more functions will be
|
||||||
provided in the future.
|
provided in the future.
|
||||||
|
|
||||||
|
|
||||||
|
@ -147,9 +151,9 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-utils (= ${binary:Version})
|
libkysdk-utils (= ${binary:Version})
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: development files for libkysdk-utils
|
Description: development files for libkysdk-utils
|
||||||
The decimal conversion function between storage
|
libkysdk-utils-dev provide the decimal conversion
|
||||||
units is provided, and more functions will be
|
function between storage units, and more functions
|
||||||
provided in the future.
|
will be provided in the future.
|
||||||
Contains development files for libkysdk-utils.
|
Contains development files for libkysdk-utils.
|
||||||
|
|
||||||
|
|
||||||
|
@ -168,8 +172,9 @@ Depends: ${shlibs:Depends},
|
||||||
libpangocairo-1.0-0
|
libpangocairo-1.0-0
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: gsetting configuration module
|
Description: gsetting configuration module
|
||||||
It supports reading and writing gsetting
|
libkysdk-gsetting supports interface to reading
|
||||||
configuration files in standard format.
|
and writing the gsetting configuration files in
|
||||||
|
standard format.
|
||||||
|
|
||||||
Package: libkysdk-gsetting-dev
|
Package: libkysdk-gsetting-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
@ -179,6 +184,7 @@ Depends: ${shlibs:Depends},
|
||||||
libkysdk-gsetting (= ${binary:Version})
|
libkysdk-gsetting (= ${binary:Version})
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: gsetting configuration module, development package
|
Description: gsetting configuration module, development package
|
||||||
It supports reading and writing gsetting
|
libkysdk-gsetting supports interface to reading
|
||||||
configuration files in standard format.
|
and writing the gsetting configuration files in
|
||||||
|
standard format.
|
||||||
Contains development files for libkysdk-gsetting.
|
Contains development files for libkysdk-gsetting.
|
||||||
|
|
Loading…
Reference in New Issue