[neon/kde/kdebugsettings/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Sep 15 11:00:40 BST 2023
Git commit d7bc9b33b71d0b1f2352d2c36c0df9eb621ad6fe by Carlos De Maine.
Committed on 15/09/2023 at 12:00.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +14 -15 debian/control
M +4 -7 debian/rules
https://invent.kde.org/neon/kde/kdebugsettings/-/commit/d7bc9b33b71d0b1f2352d2c36c0df9eb621ad6fe
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 7996a61..5e79bc8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,20 @@ Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 3.0~),
- debhelper (>= 11),
- extra-cmake-modules (>= 5.38.0~),
- libkf5completion-dev (>= 5.38.0~),
- libkf5config-dev (>= 5.38.0~),
- libkf5coreaddons-dev (>= 5.38.0~),
- libkf5dbusaddons-dev (>= 5.38.0~),
- libkf5i18n-dev (>= 5.38.0~),
- libkf5itemviews-dev (>= 5.38.0~),
- libkf5widgetsaddons-dev (>= 5.38.0~),
- libkf5xmlgui-dev (>= 5.38.0~),
- pkg-kde-tools (>= 0.15.15ubuntu1~),
- qtbase5-dev (>= 5.7.0~),
- qtquickcontrols2-5-dev,
- qtdeclarative5-dev
-Standards-Version: 4.1.4
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kcompletion-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kitemviews-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6base-dev,
+ qt6-declarative-dev,
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/kdeutils/kdebugsettings
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kdebugsettings
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kdebugsettings.git
diff --git a/debian/rules b/debian/rules
index 6987fcf..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-l10npkgs_firstversion_ok := 4:16.04.3-6~
-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
-
-override_dh_auto_test:
- # Disable auto test at build time
- :
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list