[neon/neon-packaging/kdsoap5/Neon/stable] debian: break libkdsoap-dev as we renamed the package for some reason
Jonathan Esk-Riddell
null at kde.org
Thu Feb 8 11:18:55 GMT 2024
Git commit c4ab53ad4d2efc1a666ebc4da5f620fecfcf5f00 by Jonathan Esk-Riddell.
Committed on 08/02/2024 at 11:18.
Pushed by jriddell into branch 'Neon/stable'.
break libkdsoap-dev as we renamed the package for some reason
M +7 -3 debian/control
M +2 -3 debian/libkdsoap5-dev.install
https://invent.kde.org/neon/neon-packaging/kdsoap5/-/commit/c4ab53ad4d2efc1a666ebc4da5f620fecfcf5f00
diff --git a/debian/control b/debian/control
index feb6cc6..5523690 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cmake,
graphviz,
pkg-kde-tools,
qhelpgenerator-qt5,
- qtbase5-dev,
+ qtbase5-dev
Vcs-Git: git://github.com/KDAB/KDSoap.git
Vcs-Browser: https://github.com/KDAB/KDSoap
@@ -19,6 +19,8 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkdsoap2
+Replaces: libkdsoap2
Description: Qt-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
@@ -29,11 +31,13 @@ Description: Qt-based client-side and server-side SOAP component
Package: libkdsoap5-dev
Section: libdevel
Architecture: any
-Depends: libkdsoap5-server2 (= ${binary:Version}),
- libkdsoap5-2 (= ${binary:Version}),
+Depends: libkdsoap5-2 (= ${binary:Version}),
+ libkdsoap5-server2 (= ${binary:Version}),
qtbase5-dev,
${misc:Depends},
${shlibs:Depends}
+Breaks: libkdsoap-dev
+Replaces: libkdsoap-dev
Description: Qt-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
diff --git a/debian/libkdsoap5-dev.install b/debian/libkdsoap5-dev.install
index de1f082..ebbe004 100644
--- a/debian/libkdsoap5-dev.install
+++ b/debian/libkdsoap5-dev.install
@@ -1,10 +1,9 @@
usr/bin/kdwsdl2cpp
-usr/include/KDSoapServer/
usr/include/KDSoapClient/
+usr/include/KDSoapServer/
usr/lib/*/cmake/KDSoap/
-usr/lib/*/libkdsoap.so
usr/lib/*/libkdsoap-server.so
+usr/lib/*/libkdsoap.so
usr/lib/*/qt5/mkspecs/modules/
usr/share/doc/KDSoap/*.pri
usr/share/mkspecs/
-
More information about the Neon-commits
mailing list