[neon/neon-packaging/buho/Neon/release] debian: neonify

Carlos De Maine null at kde.org
Fri Nov 15 03:28:14 GMT 2024


Git commit 02afbcb123c3e45e8c40436e6df8415a4dcfbdb3 by Carlos De Maine.
Committed on 15/11/2024 at 03:28.
Pushed by carlosdem into branch 'Neon/release'.

neonify

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

https://invent.kde.org/neon/neon-packaging/buho/-/commit/02afbcb123c3e45e8c40436e6df8415a4dcfbdb3

diff --git a/debian/control b/debian/control
index 2e9bf0e..d51d09c 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper-compat (= 13),
                libmauikittexteditor-dev,
                mauiman-dev,
                mauikit-dev,
+               pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-declarative-dev,
                qt6-svg-dev,
diff --git a/debian/rules b/debian/rules
index 8f51696..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
-
-export QT_SELECT=qt6
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list