fix pbuilder error

This commit is contained in:
xibowen 2023-08-11 09:25:26 +08:00
parent 586454d8f4
commit fb3868bb02
2 changed files with 19 additions and 12 deletions

30
debian/control vendored
View File

@ -62,7 +62,7 @@ Description: Kylin System Layer Developer Kit
This package is metapackage.It provides the kysdk shared basic libraries.
Package: libkysdk-system-dev
Architecture: any
Architecture: all
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
@ -124,6 +124,7 @@ Description: System Disk Information Acquisition Library - Development Library
Package: libkysdk-systime
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-log(>=1.2.0),
@ -144,7 +145,7 @@ Description: Library of system time-related operations
Package: libkysdk-systime-dev
Architecture: any
Section: utils
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-systime,
@ -432,7 +433,7 @@ Description: Geographic location library
Package: libkysdk-location-dev
Architecture: any
Section: utils
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-location
@ -492,7 +493,8 @@ Description: Instantaneous information library - Development Library
files for the instantaneous information library.
Package: libkysdk-system-java
Architecture: any
Architecture: all
Section: java
Depends: ${shlibs:Depends},
${misc:Depends},
libkysdk-system-dbus
@ -501,7 +503,7 @@ Description: System API library for java
java components, such as hardware information, device information,
system states, etc.
.
This package contains library that provide system info by java API,
This package contains library that provide system info by java API,
which needed for kysdk.
Package: libkysdk-system-python
@ -511,17 +513,18 @@ Depends: ${shlibs:Depends},
python3,
python3-dbus,
libkysdk-system-dbus
Description: System API library for python
Description: System API library for Python
libkysdk-system-python is library to provide system information for
python components, such as hardware information, device information,
Python components, such as hardware information, device information,
system states, etc.
.
This package contains library that provide system info by python API,
This package contains library that provide system info by Python API,
which needed for kysdk.
Package: libkysdk-system-dbus
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
libqt5dbus5,
@ -554,17 +557,18 @@ Depends: ${shlibs:Depends},
libudev1,
libx11-6,
libxrandr2
Description: System API library for dbus
Description: System API library for D-Bus
libkysdk-system-dbus is library to provide system information
with dbus interface, such as hardware information, device
with D-Bus interface, such as hardware information, device
information, system states, etc.
.
This package contains dbus service and config, to provide system
This package contains D-Bus service and config, to provide system
information, which needed for kysdk.
Package: libkysdk-system-javascript-http
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
libqt5widgets5,
@ -577,7 +581,7 @@ Depends: ${shlibs:Depends},
libqt5network5,
libstdc++6
Description: System API library for javascript with http methods
libkysdk-system-javascript-http is library to provide system
libkysdk-system-javascript-http is library to provide system
information for javascript components by use http methods, such
as hardware information, device information, system states, etc.
.
@ -587,6 +591,7 @@ Description: System API library for javascript with http methods
Package: libkysdk-system-javascript-websocket
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
libqt5webchannel5,
@ -612,6 +617,7 @@ Description: System API library for javascript with websocket methods
Package: libkysdk-logrotate
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
libqt5core5a,

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
#DEBHELPER#