[neon/neon-packaging/accessibility-inspector/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jan 5 14:03:45 GMT 2024
Git commit 9d566c81a412f8696bffbdf5fe25503703286560 by Carlos De Maine.
Committed on 05/01/2024 at 15:03.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +10 -10 debian/control
M +4 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/accessibility-inspector/-/commit/9d566c81a412f8696bffbdf5fe25503703286560
diff --git a/debian/control b/debian/control
index fe3e10d..a858f0f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,16 @@ Maintainer: KDE Neon <neon at kde.org>
Uploaders: KDE Neon <neon at kde.org>,
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- libkf5configwidgets-dev
- libkf5coreaddons-dev,
- libkf5crash-dev,
- libkf5dbusaddons-dev,
- libkf5i18n-dev,
- libkf5xmlgui-dev,
- libqaccessibilityclient-qt5-dev,
- pkg-kde-tools,
- qtbase5-dev,
+ kf6-extra-cmake-modules,
+ kf6-kconfigwidgets-dev
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kxmlgui-dev,
+ libqaccessibilityclient-qt6-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
Standards-Version: 4.6.2
Homepage: http://www.kde.org
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/accessibility-inspector
diff --git a/debian/rules b/debian/rules
index 5a3c3f3..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list