1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: kdsoap
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@alioth-lists.debian.net>
Uploaders: Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
cmake (>= 3.12),
libxkbcommon-dev,
pkgconf,
qt6-base-dev (>= 6.0.0~),
Build-Depends-Indep: doxygen,
qdoc-qt6,
qt6-base-doc-dev,
qt6-tools-dev,
Standards-Version: 4.7.0
Section: libs
Homepage: https://www.kdab.com/development-resources/qt-tools/kd-soap/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kdsoap
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kdsoap.git
Rules-Requires-Root: no
Package: libkdsoap-bin
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs: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-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkdsoap-bin (= ${binary:Version}),
libkdsoap-qt6-2 (= ${binary:Version}),
libkdsoap-server-qt6-2 (= ${binary:Version}),
${misc:Depends},
Suggests: libkdsoap-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-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
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-2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs: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: ${misc:Depends}, ${shlibs: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
|