[neon/neon/debug-installer/Neon/release] debian: kf6ify
Carlos De Maine
null at kde.org
Wed Apr 16 11:20:23 BST 2025
Git commit 788e2dba8ccdca372e87756c71df899961d344ff by Carlos De Maine.
Committed on 16/04/2025 at 10:20.
Pushed by carlosdem into branch 'Neon/release'.
kf6ify
(cherry picked from commit 310abe1a2426b04f28b1a6281344c90dce45cff0)
Co-authored-by: Carlos De Maine <carlosd.kde at gmail.com>
M +7 -7 debian/control
M +3 -3 debian/rules
https://invent.kde.org/neon/neon/debug-installer/-/commit/788e2dba8ccdca372e87756c71df899961d344ff
diff --git a/debian/control b/debian/control
index 2026dec..117b868 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: KDE neon <neon at kde.org>
Build-Depends: cmake,
debhelper,
debhelper-compat (= 13),
- extra-cmake-modules,
- libappstreamqt5-dev,
- libkf5coreaddons-dev,
- libkf5declarative-dev,
- libkf5i18n-dev,
- libpackagekitqt5-dev,
- pkg-kde-tools
+ kf6-extra-cmake-modules,
+ kf6-kcoreaddons-dev,
+ kf6-kdeclarative-dev,
+ kf6-ki18n-dev,
+ libappstreamqt-dev,
+ libpackagekitqt6-dev,
+ pkg-kde-tools-neon
Standards-Version: 4.6.2
Homepage: https://www.kde.org
diff --git a/debian/rules b/debian/rules
index 3c9230f..ab4508e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-
-include /usr/share/dpkg/pkg-info.mk
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
+ dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
dh_auto_configure -- \
More information about the Neon-commits
mailing list