[neon/kde/kmplot/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Tue Jul 2 04:33:44 BST 2024
Git commit be21165151edcf430911b4e585b996ec7b2c312d by Carlos De Maine.
Committed on 02/07/2024 at 03:33.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +14 -16 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/kmplot/-/commit/be21165151edcf430911b4e585b996ec7b2c312d
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 f3a096f..0feb62e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,20 @@ Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Eshat Cakar <info at eshat.de>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11),
- extra-cmake-modules (>= 1.3.0~),
- libkf5crash-dev,
- libkf5dbusaddons-dev,
- libkf5doctools-dev,
- libkf5guiaddons-dev,
- libkf5i18n-dev,
- libkf5parts-dev,
- libkf5widgetsaddons-dev,
- libqt5svg5-dev (>= 5.4),
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.4),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-kguiaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kparts-dev,
+ kf6-kwidgetsaddons-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-svg-dev,
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/kdeedu/kmplot
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kmplot
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kmplot.git
@@ -26,8 +26,6 @@ Architecture: any
Section: math
Depends: kdeedu-data, ${misc:Depends}, ${shlibs:Depends}
Suggests: khelpcenter
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: mathematical function plotter for KDE
KmPlot is a powerful mathematical plotter KDE, capable of plotting multiple
functions simultaneously and combining them into new functions.
diff --git a/debian/rules b/debian/rules
index a690ca6..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +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
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list