[neon/extras/qcoro/Neon/release] debian: tidy

Jonathan Esk-Riddell null at kde.org
Thu Aug 11 17:20:25 BST 2022


Git commit 4fff2925c95ac9da84b4f1bf9075decfe84017b4 by Jonathan Esk-Riddell.
Committed on 11/08/2022 at 16:20.
Pushed by jriddell into branch 'Neon/release'.

tidy

M  +0    -2    debian/control
M  +0    -3    debian/rules

https://invent.kde.org/neon/extras/qcoro/commit/4fff2925c95ac9da84b4f1bf9075decfe84017b4

diff --git a/debian/control b/debian/control
index a5ce258..8094e46 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: cmake (>= 3.18.4~),
                pkg-kde-tools,
                qtbase5-dev (>= 5.15.0~),
                libqt5websockets5-dev (>= 5.15.0~),
-               libqt6websockets6-dev (>= 6.2.0~),
 Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/qcoro
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/qcoro.git
@@ -56,7 +55,6 @@ Description: C++20 coroutines for Qt5 - WebSockets
  .
  This is the web sockets library.
 
-
 Package: qcoro-doc
 Architecture: all
 Multi-Arch: foreign
diff --git a/debian/rules b/debian/rules
index ae0c893..52c2b18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,6 @@ CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
 %:
 	dh $@ --with pkgkde_symbolshelper
 
-execute_after_dh_auto_clean:
-	rm -rf build-Qt6
-
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_ARGS) -DUSE_QT_VERSION=5
 


More information about the Neon-commits mailing list