kdsoap/debian/control
Ward from fusion-voyager-3 b154e717d3
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 55s
Initial commit
2024-12-22 00:20:16 +03:00

91 lines
3.4 KiB
Plaintext

Source: kdsoap
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Thomas Pierson <contact@thomaspierson.fr>
Build-Depends: cmake (>= 2.8.7),
debhelper-compat (= 13),
dh-sequence-kf6,
doxygen,
pkg-kde-tools,
graphviz,
qmake6,
qtchooser,
qt6-base-dev,
qt6-tools-dev,
texlive
Standards-Version: 4.5.0
Section: libs
Homepage: https://www.kdab.com/development-resources/qt-tools/kd-soap/
Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kdsoap
Vcs-Git: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kdsoap.git
Rules-Requires-Root: no
Package: libkdsoap-qt6-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libkdsoap-qt6-dev
Description: Qt-based client-side and server-side SOAP component - documentation
Qt-based client-side and server-side SOAP component. It can be used to
create client applications for web services and also provides the means to
create web services without the need for any further component such as a
dedicated web server.
.
This package contains the documentation.
Package: libkdsoap-qt6-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: qt6-base-dev (>= 6.5.0+dfsg~),
libkdsoap-qt6-2 (= ${binary:Version}),
libkdsoap-qt6-bin (= ${binary:Version}),
libkdsoap-server-qt6-2 (= ${binary:Version}),
${misc:Depends}
Suggests: libkdsoap-qt6-doc
Description: Qt-based client-side and server-side SOAP component - devel files
Qt-based client-side and server-side SOAP component. It can be used to
create client applications for web services and also provides the means to
create web services without the need for any further component such as a
dedicated web server.
.
This package contains the development files
Package: libkdsoap-qt6-bin
Section: libs
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt-based client-side and server-side SOAP component - binaries
Qt-based client-side and server-side SOAP component. It can be used to
create client applications for web services and also provides the means to
create web services without the need for any further component such as a
dedicated web server.
.
This package contains some utilities and example programs for the library.
Package: libkdsoap-qt6-2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt-based client-side and server-side SOAP component - client-side library
Qt-based client-side and server-side SOAP component. It can be used to
create client applications for web services and also provides the means to
create web services without the need for any further component such as a
dedicated web server.
.
This package contains the client-side library
Package: libkdsoap-server-qt6-2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt-based client-side and server-side SOAP component - server-side library
Qt-based client-side and server-side SOAP component. It can be used to
create client applications for web services and also provides the means to
create web services without the need for any further component such as a
dedicated web server.
.
This package contains the server-side library