[neon/neon-packaging/libquotient/Neon/unstable] debian: Add pkg-kde-tools-neon and use with kf6

Scarlett Moore null at kde.org
Sat Oct 7 13:50:19 BST 2023


Git commit 3bb5dc2a6734e59a61eb9ca6e81d4e0e072855e5 by Scarlett Moore.
Committed on 07/10/2023 at 14:49.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add pkg-kde-tools-neon and use with kf6

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

https://invent.kde.org/neon/neon-packaging/libquotient/-/commit/3bb5dc2a6734e59a61eb9ca6e81d4e0e072855e5

diff --git a/debian/control b/debian/control
index 0363eb4..bf036b3 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends:cmake,
               qt6-multimedia-dev,
               qtbase5-dev,
               qtmultimedia5-dev,
+              pkg-kde-tool-neon,
 Standards-Version: 4.6.2
 Section: libs
 Homepage: https://github.com/quotient-im/libQuotient
diff --git a/debian/rules b/debian/rules
index 527a8cb..771aa41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ CMAKE_ARGS = -DCMAKE_INSTALL_INCLUDEDIR=include/libquotient -DBUILD_SHARED_LIBS=
 
 
 %:
-	dh $@ --with pkgkde_symbolshelper
+	dh $@ --with kf6
 
 execute_after_dh_auto_clean:
 	rm -rf build-Qt6


More information about the Neon-commits mailing list