[neon/extras/qcoro/Neon/unstable] debian: Cleanup dependencies.
Sandro Knauß
null at kde.org
Mon Feb 21 16:19:24 GMT 2022
Git commit 761138a42e306820aba804e462a91cda8054547e by Sandro Knauß.
Committed on 21/02/2022 at 15:13.
Pushed by jriddell into branch 'Neon/unstable'.
Cleanup dependencies.
Do not depend on specific version of gcc/g++.
M +3 -6 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/extras/qcoro/commit/761138a42e306820aba804e462a91cda8054547e
diff --git a/debian/control b/debian/control
index 508e5d2..2bd566d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,9 @@ Section: kde
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Sandro Knauß <hefee at debian.org>
-Build-Depends: cmake (>= 3.21),
+Build-Depends: cmake (>= 3.19~),
+ debhelper-compat (= 13),
qtbase5-dev (>= 5.15.0~),
- gcc-10,
- g++-10,
- debhelper-compat (= 13)
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
@@ -16,8 +14,7 @@ Rules-Requires-Root: no
Package: libqcoro-dev
Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++20 coroutines for Qt - development
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt actions.
diff --git a/debian/rules b/debian/rules
index ec4c21f..b8796e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-export CC=gcc-10
-export CXX=g++-10
-
%:
dh $@
More information about the Neon-commits
mailing list