[neon/extras/qcoro/Neon/release] debian: no qt6 for neon for now

Jonathan Esk-Riddell null at kde.org
Wed May 4 12:31:30 BST 2022


Git commit 2c76f6246f2204f1f037dae2a72ebd27c3d2e9bc by Jonathan Esk-Riddell.
Committed on 04/05/2022 at 11:31.
Pushed by jriddell into branch 'Neon/release'.

no qt6 for neon for now

M  +0    -47   debian/control

https://invent.kde.org/neon/extras/qcoro/commit/2c76f6246f2204f1f037dae2a72ebd27c3d2e9bc

diff --git a/debian/control b/debian/control
index 97efd64..518a589 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: cmake (>= 3.19~),
                dbus-x11 <!nocheck>,
                pkg-kde-tools,
                qtbase5-dev (>= 5.15.0~),
-               qt6-base-dev (>= 6.2.0~),
 Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/qcoro
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/qcoro.git
@@ -25,16 +24,6 @@ Description: C++20 coroutines for Qt5 - Core
  .
  This is the core library.
 
-Package: libqcoro6core0
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: C++20 coroutines for Qt6 - Core
- 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 core library.
-
 Package: libqcoro5dbus0
 Architecture: any
 Multi-Arch: same
@@ -45,16 +34,6 @@ Description: C++20 coroutines for Qt5 - DBus
  .
  This is the DBus library.
 
-Package: libqcoro6dbus0
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: C++20 coroutines for Qt6 - DBus
- 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 DBus library.
-
 Package: libqcoro5network0
 Architecture: any
 Multi-Arch: same
@@ -65,16 +44,6 @@ Description: C++20 coroutines for Qt5 - Network
  .
  This is the network library.
 
-Package: libqcoro6network0
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: C++20 coroutines for Qt6 - Network
- 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 network library.
-
 Package: qcoro-doc
 Architecture: all
 Multi-Arch: foreign
@@ -110,19 +79,3 @@ Section: oldlibs
 Priority: extra
 Description: transitional dummy for qcoro-qt5-dev
  This package can be removed.
-
-Package: qcoro-qt6-dev
-Architecture: any
-Multi-Arch: same
-Depends: libqcoro6core0 (= ${binary:Version}),
-         libqcoro6dbus0 (= ${binary:Version}),
-         libqcoro6network0 (= ${binary:Version}),
-         qt6-base-dev (>= 6.1.2~),
-         ${misc:Depends},
-Recommends: qcoro-doc
-Section: libdevel
-Description: C++20 coroutines for Qt6 - development
- 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 package has the development files.


More information about the Neon-commits mailing list