[neon/qt6/qt6-grpc/Neon/release] debian: fix installs

Carlos De Maine null at kde.org
Tue Oct 24 23:38:34 BST 2023


Git commit 96f22fe29d911c44552af5d0855d6859d4e4f804 by Carlos De Maine.
Committed on 25/10/2023 at 00:38.
Pushed by carlosdem into branch 'Neon/release'.

fix installs

M  +3    -0    debian/control
M  +12   -0    debian/qt6-grpc-dev.install
M  +3    -0    debian/qt6-grpc.install

https://invent.kde.org/neon/qt6/qt6-grpc/-/commit/96f22fe29d911c44552af5d0855d6859d4e4f804

diff --git a/debian/control b/debian/control
index a6fe20a..eae6036 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,9 @@ Build-Depends: cmake ,
                protobuf-compiler,
                qt6-base-dev,
                qt6-declarative-dev,
+Build-Depends-Indep: qt6-base-dev (>= 6.4~) <!nodoc>,
+                     qt6-documentation-tools (>= 6.4~) <!nodoc>,
+                     qt6-base-doc (>= 6.4~) <!nodoc>,
 Standards-Version: 4.6.2
 Homepage: https://www.qt.io/developers/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-translations
diff --git a/debian/qt6-grpc-dev.install b/debian/qt6-grpc-dev.install
index f77afdd..40594a1 100644
--- a/debian/qt6-grpc-dev.install
+++ b/debian/qt6-grpc-dev.install
@@ -1,15 +1,27 @@
 usr/include/${DEB_HOST_MULTIARCH}/qt6/QtGrpc/
 usr/include/${DEB_HOST_MULTIARCH}/qt6/QtProtobuf/
+usr/include/${DEB_HOST_MULTIARCH}/qt6/QtProtobufQtCoreTypes/
+usr/include/${DEB_HOST_MULTIARCH}/qt6/QtProtobufQtGuiTypes/
+usr/include/${DEB_HOST_MULTIARCH}/qt6/QtProtobufWellKnownTypes/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BuildInternals/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Grpc/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6GrpcTools/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Protobuf/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6ProtobufQtCoreTypes/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6ProtobufQtGuiTypes/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6ProtobufWellKnownTypes/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6ProtobufTools/
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Grpc.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Grpc.so
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Protobuf.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Protobuf.so
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufQtCoreTypes.prl
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufQtCoreTypes.so
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufQtGuiTypes.prl
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufQtGuiTypes.so
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufWellKnownTypes.prl
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufWellKnownTypes.so
 usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/metatypes/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/
diff --git a/debian/qt6-grpc.install b/debian/qt6-grpc.install
index 25e28cd..a31755c 100644
--- a/debian/qt6-grpc.install
+++ b/debian/qt6-grpc.install
@@ -1,2 +1,5 @@
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Grpc.so.*
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Protobuf.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufQtCoreTypes.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufQtGuiTypes.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6ProtobufWellKnownTypes.so.*


More information about the Neon-commits mailing list