[neon/extras/qcoro/Neon/release] debian: Add new packages for QML and QtQuick.

Sandro Knauß null at kde.org
Mon May 22 00:13:37 BST 2023


Git commit b5c6bb0ae5032eb6e3768dff6b72a254b42ef818 by Sandro Knauß.
Committed on 27/11/2022 at 20:45.
Pushed by carlosdem into branch 'Neon/release'.

Add new packages for QML and QtQuick.

M  +1    -0    debian/changelog
M  +44   -0    debian/control
A  +1    -0    debian/libqcoro5qml0.install
A  +1    -0    debian/libqcoro5quick0.install
A  +1    -0    debian/libqcoro6qml0.install
A  +1    -0    debian/libqcoro6quick0.install

https://invent.kde.org/neon/extras/qcoro/commit/b5c6bb0ae5032eb6e3768dff6b72a254b42ef818

diff --git a/debian/changelog b/debian/changelog
index b70201b..4562974 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qcoro (0.7.0-2) UNRELEASED; urgency=medium
   [ Sandro Knauß ]
   * Build QML and QtQuick libs.
   * Add B-D to run QML and QtQuick tests.
+  * Add new packages for QML and QtQuick.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 27 Nov 2022 16:07:34 +0100
 
diff --git a/debian/control b/debian/control
index 95c25be..e9b8c17 100644
--- a/debian/control
+++ b/debian/control
@@ -89,6 +89,46 @@ Description: C++20 coroutines for Qt6 - Network
  .
  This is the network library.
 
+Package: libqcoro5quick0
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++20 coroutines for Qt5 - QtQuick
+ QCoro is a C++ library that provide set of tools to make use of C++20
+ coroutines in connection with certain asynchronous Qt5 actions.
+ .
+ This is the QtQuick library.
+
+Package: libqcoro6quick0
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++20 coroutines for Qt6 - QtQuick
+ QCoro is a C++ library that provide set of tools to make use of C++20
+ coroutines in connection with certain asynchronous Qt6 actions.
+ .
+ This is the QtQuick library.
+
+Package: libqcoro5qml0
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++20 coroutines for Qt5 - QML
+ QCoro is a C++ library that provide set of tools to make use of C++20
+ coroutines in connection with certain asynchronous Qt5 actions.
+ .
+ This is the QML library.
+
+Package: libqcoro6qml0
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: C++20 coroutines for Qt6 - QML
+ QCoro is a C++ library that provide set of tools to make use of C++20
+ coroutines in connection with certain asynchronous Qt6 actions.
+ .
+ This is the QML library.
+
 Package: libqcoro5websockets0
 Architecture: any
 Multi-Arch: same
@@ -126,6 +166,8 @@ Multi-Arch: same
 Depends: libqcoro5core0 (= ${binary:Version}),
          libqcoro5dbus0 (= ${binary:Version}),
          libqcoro5network0 (= ${binary:Version}),
+         libqcoro5quick0 (= ${binary:Version}),
+         libqcoro5qml0 (= ${binary:Version}),
          libqcoro5websockets0 (= ${binary:Version}),
          libqt5websockets5-dev (>= 5.15.0~),
          qtbase5-dev (>= 5.15.0~),
@@ -144,6 +186,8 @@ Multi-Arch: same
 Depends: libqcoro6core0 (= ${binary:Version}),
          libqcoro6dbus0 (= ${binary:Version}),
          libqcoro6network0 (= ${binary:Version}),
+         libqcoro6quick0 (= ${binary:Version}),
+         libqcoro6qml0 (= ${binary:Version}),
          libqcoro6websockets0 (= ${binary:Version}),
          libqt6websockets6-dev (>= 6.2.0~),
          qt6-base-dev (>= 6.2.0~),
diff --git a/debian/libqcoro5qml0.install b/debian/libqcoro5qml0.install
new file mode 100644
index 0000000..fe20738
--- /dev/null
+++ b/debian/libqcoro5qml0.install
@@ -0,0 +1 @@
+usr/lib/*/libQCoro5Qml.so.*
diff --git a/debian/libqcoro5quick0.install b/debian/libqcoro5quick0.install
new file mode 100644
index 0000000..9d8a5ef
--- /dev/null
+++ b/debian/libqcoro5quick0.install
@@ -0,0 +1 @@
+usr/lib/*/libQCoro5Quick.so.*
diff --git a/debian/libqcoro6qml0.install b/debian/libqcoro6qml0.install
new file mode 100644
index 0000000..08ba481
--- /dev/null
+++ b/debian/libqcoro6qml0.install
@@ -0,0 +1 @@
+usr/lib/*/libQCoro6Qml.so.*
diff --git a/debian/libqcoro6quick0.install b/debian/libqcoro6quick0.install
new file mode 100644
index 0000000..d0c183a
--- /dev/null
+++ b/debian/libqcoro6quick0.install
@@ -0,0 +1 @@
+usr/lib/*/libQCoro6Quick.so.*



More information about the Neon-commits mailing list