[neon/extras/qcoro/Neon/unstable] debian: Build with pkgkde_symbolshelper

Sandro Knauß null at kde.org
Mon Feb 21 16:19:24 GMT 2022


Git commit d55cf32088cef64f373817eecd06ea80e2f00cf9 by Sandro Knauß.
Committed on 21/02/2022 at 15:13.
Pushed by jriddell into branch 'Neon/unstable'.

Build with pkgkde_symbolshelper

M  +1    -0    debian/control
M  +1    -1    debian/rules

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

diff --git a/debian/control b/debian/control
index e10f0a3..57bf666 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Sandro Knauß <hefee at debian.org>
 Build-Depends: cmake (>= 3.19~),
                debhelper-compat (= 13),
                dbus-x11,
+               pkg-kde-tools,
                qtbase5-dev (>= 5.15.0~),
                qt6-base-dev (>= 6.1.2~),
 Standards-Version: 4.6.0
diff --git a/debian/rules b/debian/rules
index 9923ccb..1ee4813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@
+	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_clean:
 	dh_auto_clean



More information about the Neon-commits mailing list