[neon/neon-packaging/kdsoap/Neon/release] debian: fix the installs
Carlos De Maine
null at kde.org
Tue Jun 13 13:10:14 BST 2023
Git commit aac54c513cb68c78ea5bf17b8641b9f88f61da8c by Carlos De Maine.
Committed on 13/06/2023 at 12:10.
Pushed by carlosdem into branch 'Neon/release'.
fix the installs
(cherry picked from commit ddc2e84e3ca4560fb9b89fee75c95f961bf3e94b)
M +1 -1 debian/libkdsoap-dev.install
M +6 -4 debian/libkdsoap-doc.install
https://invent.kde.org/neon/neon-packaging/kdsoap/-/commit/aac54c513cb68c78ea5bf17b8641b9f88f61da8c
diff --git a/debian/libkdsoap-dev.install b/debian/libkdsoap-dev.install
index 126fdc7..2dfda95 100644
--- a/debian/libkdsoap-dev.install
+++ b/debian/libkdsoap-dev.install
@@ -2,6 +2,6 @@ usr/bin
usr/include
usr/lib/*/cmake
usr/lib/*/lib*.so
-usr/lib/*/qt5/mkspecs/modules/
+usr/lib/*/*/mkspecs/modules/
usr/share/doc/KDSoap/*.pri
usr/share/mkspecs
diff --git a/debian/libkdsoap-doc.install b/debian/libkdsoap-doc.install
index 453a206..d7a4e43 100644
--- a/debian/libkdsoap-doc.install
+++ b/debian/libkdsoap-doc.install
@@ -1,5 +1,7 @@
obj-*/docs/api/html usr/share/doc/libkdsoap-doc/
-usr/share/doc/KDSoap/LICENSES/
-usr/share/doc/KDSoap/README-commercial.txt
-usr/share/doc/KDSoap/README.txt
-usr/share/doc/KDSoap/kdsoap-api.qch
+usr/share/doc/*/LICENSES/
+usr/share/doc/*/README-commercial.txt
+usr/share/doc/*/README.txt
+usr/share/doc/*/kdsoap-api.qch
+usr/share/doc/*/README.md
+usr/share/doc/*/kdsoap.tags
\ No newline at end of file
More information about the Neon-commits
mailing list