[neon/neon-packaging/kdsoap/Neon/unstable] debian: tidy up qt6 side of things
Carlos De Maine
null at kde.org
Tue Jun 13 07:44:18 BST 2023
Git commit 735d8008cda3b831353f40666ef86cedb00bf832 by Carlos De Maine.
Committed on 13/06/2023 at 06:44.
Pushed by carlosdem into branch 'Neon/unstable'.
tidy up qt6 side of things
M +27 -0 debian/control
A +2 -0 debian/libkdsoap-server2-qt6.install
A +2 -0 debian/libkdsoap2-qt6.install
https://invent.kde.org/neon/neon-packaging/kdsoap/-/commit/735d8008cda3b831353f40666ef86cedb00bf832
diff --git a/debian/control b/debian/control
index c2fe193..5e67312 100644
--- a/debian/control
+++ b/debian/control
@@ -28,12 +28,27 @@ Description: Qt-based client-side and server-side SOAP component
.
This package contains the client-side library.
+Package: libkdsoap2-qt6
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt6-based client-side and server-side SOAP component
+ KDSoap 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 Qt6 client-side library.
+
Package: libkdsoap-dev
Section: libdevel
Architecture: any
Depends: libkdsoap-server2 (= ${binary:Version}),
+ libkdsoap-server2-qt6 (= ${binary:Version}),
libkdsoap2 (= ${binary:Version}),
+ libkdsoap2-qt6 (= ${binary:Version}),
qtbase5-dev,
+ qt6-base-dev,
${misc:Depends},
${shlibs:Depends}
Description: Qt-based client-side and server-side SOAP component
@@ -77,3 +92,15 @@ Description: Qt-based client-side and server-side SOAP component
for any further component such as a dedicated web server.
.
This package contains the server-side library.
+
+Package: libkdsoap-server2-qt6
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libkdsoap2-qt6 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Qt6-based client-side and server-side SOAP component
+ KDSoap 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 Qt6 server-side library.
diff --git a/debian/libkdsoap-server2-qt6.install b/debian/libkdsoap-server2-qt6.install
new file mode 100644
index 0000000..a9ae1f1
--- /dev/null
+++ b/debian/libkdsoap-server2-qt6.install
@@ -0,0 +1,2 @@
+usr/lib/*/libkdsoap-server-qt6.so.2
+usr/lib/*/libkdsoap-server-qt6.so.2.*
diff --git a/debian/libkdsoap2-qt6.install b/debian/libkdsoap2-qt6.install
new file mode 100644
index 0000000..6ab81d6
--- /dev/null
+++ b/debian/libkdsoap2-qt6.install
@@ -0,0 +1,2 @@
+usr/lib/*/libkdsoap-qt6.so.2
+usr/lib/*/libkdsoap-qt6.so.2.*
More information about the Neon-commits
mailing list