Add manual in debian

This commit is contained in:
xibowen 2024-01-31 16:33:30 +08:00
parent 915681a6a4
commit 9240f246db
6 changed files with 22 additions and 17 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
ukui-search (4.0.6.1-1) unstable; urgency=medium ukui-search (4.0.0.1-1) unstable; urgency=medium
* Initial release. (Closes: #1234567) * Initial release. (Closes: #1234567)

14
debian/control vendored
View File

@ -62,7 +62,7 @@ Depends: libchinese-segmentation-common (= ${source:Version}),
${shlibs:Depends} ${shlibs:Depends}
Description: Libraries for natural language processing Description: Libraries for natural language processing
A runtime library implements multiple word processing A runtime library implements multiple word processing
functions, such as Chinese keyword extraction,Conversion functions, such as Chinese keyword extraction, Conversion
of Chinese characters to Pinyin, etc. of Chinese characters to Pinyin, etc.
. .
This package contains a runtime library needed by This package contains a runtime library needed by
@ -82,10 +82,10 @@ Package: libchinese-segmentation-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libchinese-segmentation1 (= ${binary:Version}), ${misc:Depends} Depends: libchinese-segmentation1 (= ${binary:Version}), ${misc:Depends}
Description: Development file for natural language processing Description: Development file for natural language processing
The package libchinese-segmentation1 implements multiple The package libchinese-segmentation1 implements multiple
word processing functions, such as Chinese keyword word processing functions, such as Chinese keyword
extraction,Conversion of Chinese characters to Pinyin, etc. extraction, Conversion of Chinese characters to Pinyin, etc.
Package: libukui-search2 Package: libukui-search2
Section: libs Section: libs
@ -97,9 +97,9 @@ Depends: libchinese-segmentation1 (= ${binary:Version}),
${shlibs:Depends} ${shlibs:Depends}
Provides: libukui-search Provides: libukui-search
Description: Libraries for ukui-search Description: Libraries for ukui-search
Run time library for ukui-search and ukui-search-service, Run time library for ukui-search and ukui-search-service,
also provide some extension modules, such as also provide some extension modules, such as
some search plugins. some search plugins.
. .
This package contains a runtime library needed by This package contains a runtime library needed by
ukui-search and it's extensions. ukui-search and it's extensions.
@ -125,6 +125,6 @@ Package: ukui-search-systemdbus
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Systembus interface for ukui-search-service Description: Systembus interface for ukui-search-service
This package providing a system dbus service for This package providing a system D-Bus service for
ukui-search-service, used to modify some system ukui-search-service, used to modify some system
config(about inotify) as root user. config(about inotify) as root user.

18
debian/copyright vendored
View File

@ -133,15 +133,15 @@ License: Expat
OTHER DEALINGS IN THE SOFTWARE. OTHER DEALINGS IN THE SOFTWARE.
License: NTP License: NTP
Permission to use, copy, modify, and distribute this software and Permission to use, copy, modify, and distribute this software and
its documentation for any purpose with or without fee is hereby its documentation for any purpose with or without fee is hereby
granted, provided that the above copyright notice appears in all granted, provided that the above copyright notice appears in all
copies and that both the copyright notice and this permission notice copies and that both the copyright notice and this permission notice
appear in supporting documentation, and that the name (TrademarkedName) appear in supporting documentation, and that the name (TrademarkedName)
not be used in advertising or publicity pertaining to distribution of not be used in advertising or publicity pertaining to distribution of
the software without specific, written prior permission. (TrademarkedName) the software without specific, written prior permission. (TrademarkedName)
makes no representations about the suitability this software for any makes no representations about the suitability this software for any
purpose. It is provided “as is” without express or implied warranty. purpose. It is provided “as is” without express or implied warranty.
License: GPL-2+ License: GPL-2+
This software is Copyright (c) 2024 by foo. This software is Copyright (c) 2024 by foo.

3
debian/ukui-search-service.manpages vendored Normal file
View File

@ -0,0 +1,3 @@
man/ukui-search-app-data-service.1
man/ukui-search-service-dir-manager.1
man/ukui-search-service.1

View File

@ -0,0 +1 @@
man/ukui-search-systemdbus.1

1
debian/ukui-search.manpages vendored Normal file
View File

@ -0,0 +1 @@
man/ukui-search.1