[neon/extras/qcoro/Neon/release] debian: wrap-and-sort

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


Git commit b9471dd344561eedc6b38066a0dc2bb1991e467b by Sandro Knauß.
Committed on 27/11/2022 at 21:00.
Pushed by carlosdem into branch 'Neon/release'.

wrap-and-sort

M  +18   -18   debian/control

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

diff --git a/debian/control b/debian/control
index e9b8c17..d3af690 100644
--- a/debian/control
+++ b/debian/control
@@ -7,20 +7,20 @@ Build-Depends: cmake (>= 3.18.4~),
                dbus-x11 <!nocheck>,
                debhelper-compat (= 13),
                libqt5websockets5-dev (>= 5.15.0~),
+               libqt6opengl6-dev,
                libqt6websockets6-dev (>= 6.2.0~),
                pkg-kde-tools,
+               qml-module-qtquick-controls <!nocheck>,
+               qml6-module-qtqml-workerscript <!nocheck>,
+               qml6-module-qtquick <!nocheck>,
                qt6-base-dev (>= 6.2.0~),
                qt6-base-private-dev,
                qt6-declarative-dev,
                qt6-declarative-private-dev,
-               qml6-module-qtquick <!nocheck>,
-               qml6-module-qtqml-workerscript <!nocheck>,
-               libqt6opengl6-dev,
                qtbase5-dev (>= 5.15.0~),
                qtbase5-private-dev,
                qtdeclarative5-dev,
                qtdeclarative5-private-dev,
-               qml-module-qtquick-controls <!nocheck>,
                xauth <!nocheck>,
                xvfb <!nocheck>
 Standards-Version: 4.6.1
@@ -89,45 +89,45 @@ Description: C++20 coroutines for Qt6 - Network
  .
  This is the network library.
 
-Package: libqcoro5quick0
+Package: libqcoro5qml0
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: C++20 coroutines for Qt5 - QtQuick
+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 QtQuick library.
+ This is the QML library.
 
-Package: libqcoro6quick0
+Package: libqcoro6qml0
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: C++20 coroutines for Qt6 - QtQuick
+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 QtQuick library.
+ This is the QML library.
 
-Package: libqcoro5qml0
+Package: libqcoro5quick0
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: C++20 coroutines for Qt5 - QML
+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 QML library.
+ This is the QtQuick library.
 
-Package: libqcoro6qml0
+Package: libqcoro6quick0
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: C++20 coroutines for Qt6 - QML
+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 QML library.
+ This is the QtQuick library.
 
 Package: libqcoro5websockets0
 Architecture: any
@@ -166,8 +166,8 @@ Multi-Arch: same
 Depends: libqcoro5core0 (= ${binary:Version}),
          libqcoro5dbus0 (= ${binary:Version}),
          libqcoro5network0 (= ${binary:Version}),
-         libqcoro5quick0 (= ${binary:Version}),
          libqcoro5qml0 (= ${binary:Version}),
+         libqcoro5quick0 (= ${binary:Version}),
          libqcoro5websockets0 (= ${binary:Version}),
          libqt5websockets5-dev (>= 5.15.0~),
          qtbase5-dev (>= 5.15.0~),
@@ -186,8 +186,8 @@ Multi-Arch: same
 Depends: libqcoro6core0 (= ${binary:Version}),
          libqcoro6dbus0 (= ${binary:Version}),
          libqcoro6network0 (= ${binary:Version}),
-         libqcoro6quick0 (= ${binary:Version}),
          libqcoro6qml0 (= ${binary:Version}),
+         libqcoro6quick0 (= ${binary:Version}),
          libqcoro6websockets0 (= ${binary:Version}),
          libqt6websockets6-dev (>= 6.2.0~),
          qt6-base-dev (>= 6.2.0~),



More information about the Neon-commits mailing list