Move http server to libkysdk-system-http

This commit is contained in:
xibowen 2024-03-11 16:42:34 +08:00
parent 2bcbfe77e2
commit 2f171d0595
6 changed files with 20 additions and 9 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
libkysdk-system (2.2.3.10-1) sid; urgency=medium
libkysdk-system (2.2.3.5-1) sid; urgency=medium
* Initial release. (Closes: #1031340)

11
debian/control vendored
View File

@ -74,3 +74,14 @@ Description: Kylin System Layer Developer Kit - Development Library
disk information, and system time, etc.
.
This package provides the development files of libkysdk-system.
Package: libkysdk-system-http
Architecture: any
Section: utils
Depends: libkysdk-system (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: System API library with http service
libkysdk-system-http is library to provide system information
by use http service, include javascript and websocket, such as
hardware information, device information, system states, etc.

7
debian/libkysdk-system-http.install vendored Normal file
View File

@ -0,0 +1,7 @@
src/libkysdk-system-javascript-http/conf/kysdk.conf etc/kysdk/
src/libkysdk-system-javascript-http/conf/kysdkHttpServer.desktop etc/xdg/autostart/
src/libkysdk-system-javascript-http/html/ usr/lib/kysdk-dbus-http/html/
src/libkysdk-system-javascript-http/httpServer usr/bin/
src/libkysdk-system-javascript-websocket/html/ usr/lib/kysdk-dbus-websocket/html/
src/libkysdk-system-javascript-websocket/kysdk-dbus-websocket usr/bin/
src/libkysdk-system-javascript-websocket/kysdk-dbus-websocket.desktop etc/xdg/autostart/

1
debian/libkysdk-system-http.manpages vendored Normal file
View File

@ -0,0 +1 @@
man/httpServer.1

View File

@ -9,13 +9,6 @@ po/kysdk-sysinfo_zh_CN.mo usr/share/locale/zh_CN/LC_MESSAGES/
src/kysdkdbus/com.kylin.kysdk.service.conf /usr/share/dbus-1/system.d/
src/kysdkdbus/kysdk-dbus-session.desktop etc/xdg/autostart/
src/kysdkdbus/kysdk-dbus.service lib/systemd/system/
src/libkysdk-system-javascript-http/conf/kysdk.conf etc/kysdk/
src/libkysdk-system-javascript-http/conf/kysdkHttpServer.desktop etc/xdg/autostart/
src/libkysdk-system-javascript-http/html usr/lib/kysdk-dbus-http/
src/libkysdk-system-javascript-http/httpServer usr/bin/
src/libkysdk-system-javascript-websocket/html/ usr/lib/kysdk-dbus-websocket/html/
src/libkysdk-system-javascript-websocket/kysdk-dbus-websocket usr/bin/
src/libkysdk-system-javascript-websocket/kysdk-dbus-websocket.desktop etc/xdg/autostart/
src/location/dbus_location.conf /usr/share/dbus-1/system.d/
src/location/dbus_location.service lib/systemd/system/
src/location/kysdk-location usr/bin

View File

@ -1,4 +1,3 @@
man/httpServer.1
man/kySdkDbus-session.1
man/kySdkDbus.1
man/kysdk-dbus-websocket.1