[neon/kde/dragon/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Fri Nov 3 03:51:01 GMT 2023


Git commit 243c313f165648e7272ab41040e49c0438bc81b5 by Carlos De Maine.
Committed on 03/11/2023 at 04:51.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +22   -23   debian/control
M  +4    -7    debian/rules

https://invent.kde.org/neon/kde/dragon/-/commit/243c313f165648e7272ab41040e49c0438bc81b5

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 1ff8769..e39c878 100644
--- a/debian/control
+++ b/debian/control
@@ -3,29 +3,28 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <sune at debian.org>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 1.3.0~),
-               libkf5config-dev,
-               libkf5configwidgets-dev,
-               libkf5coreaddons-dev,
-               libkf5crash-dev,
-               libkf5dbusaddons-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5jobwidgets-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5parts-dev,
-               libkf5solid-dev,
-               libkf5widgetsaddons-dev,
-               libkf5windowsystem-dev,
-               libkf5xmlgui-dev,
-               libphonon4qt5-dev (>= 4.6.60~),
-               libphonon4qt5experimental-dev,
-               pkg-kde-tools (>> 0.15.15),
-               qtbase5-dev (>= 5.4.0~),
-Standards-Version: 4.1.1
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kjobwidgets-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kparts-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
+               kf6-kxmlgui-dev,
+               kf6-solid-dev,
+               pkg-kde-tools-neon,
+               qt6-phonon-dev,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/dragon.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/dragon.git
diff --git a/debian/rules b/debian/rules
index 943003c..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-5~
-
-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_strip:
-	$(overridden_command) --dbgsym-migration='dragonplayer-dbg (<= 4:15.12.1-1~~)'
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list