[neon/kde/kqtquickcharts/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Jun 29 00:33:40 BST 2025
Git commit 08fc12904a468688a4a200f7f03169e643c31665 by Carlos De Maine.
Committed on 28/06/2025 at 23:33.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +8 -8 debian/control
M +3 -10 debian/rules
https://invent.kde.org/neon/kde/kqtquickcharts/-/commit/08fc12904a468688a4a200f7f03169e643c31665
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 dcad44a..aaff638 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: kde
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 (>= 2.8.12~),
- debhelper (>= 11),
- extra-cmake-modules (>= 1.1.0~),
- pkg-kde-tools,
- qtbase5-dev (>= 5.2.0~),
- qtdeclarative5-dev (>= 5.2.0~),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative5-dev,
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kqtquickcharts
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kqtquickcharts.git
@@ -17,7 +17,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kqtquickcharts.git
Package: qml-module-org-kde-charts
Architecture: any
Section: libs
-Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
+Depends: qml6-module-qtquick, ${misc:Depends}, ${shlibs:Depends}
Description: QtQuick plugin to render interactive charts
A QtQuick plugin to render beautiful and interactive charts.
.
diff --git a/debian/rules b/debian/rules
index a382ffa..5bd7734 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,5 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-
-override_dh_auto_test:
- :
-
-override_dh_auto_install:
- $(overridden_command)
- # remove development files
- rm -rf debian/qml-module-org-kde-charts/usr/include/
- rm -rf debian/qml-module-org-kde-charts/usr/lib/*/cmake/
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list