[neon/kde/step/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Mon Mar 17 11:07:19 GMT 2025
Git commit 26bbb14eb1d35faffaa9d93a0af63142530d0b7d by Carlos De Maine.
Committed on 17/03/2025 at 11:07.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +17 -18 debian/control
M +7 -6 debian/rules
https://invent.kde.org/neon/kde/step/-/commit/26bbb14eb1d35faffaa9d93a0af63142530d0b7d
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 849b939..b8d3eda 100644
--- a/debian/control
+++ b/debian/control
@@ -3,26 +3,25 @@ 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.7.0~),
- libeigen3-dev (>= 3.2.2~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ libeigen3-dev,
libglib2.0-dev,
libgsl-dev,
- libkf5config-dev,
- libkf5crash-dev,
- libkf5doctools-dev,
- libkf5kdelibs4support-dev,
- libkf5khtml-dev,
- libkf5newstuff-dev,
- libkf5plotting-dev,
- libqalculate-dev (>= 0.9.5),
- libqt5opengl5-dev (>= 5.4),
- libqt5svg5-dev (>= 5.4),
- pkg-kde-tools (>> 0.15.15),
- qtbase5-dev (>= 5.4),
- qttools5-dev,
-Standards-Version: 4.2.1
+ kf6-kconfig-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-knewstuff-dev,
+ kf6-kplotting-dev,
+ libqalculate-dev,
+ pkg-kde-tools-neon,
+ qt6-5compat-dev,
+ qt6-base-dev,
+ qt6-svg-dev,
+ qt6-tools-dev,
+ qt6-webengine-dev,
+Standards-Version: 4.6.2
Homepage: http://edu.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/step
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/step.git
diff --git a/debian/rules b/debian/rules
index a16801b..8ba14a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,10 @@
#!/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~
+%:
+ dh $@ --with kf6 --buildsystem kf6
-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_configure:
- dh_auto_configure -- -DCMAKE_CXX_STANDARD=17
+override_dh_auto_test:
+ #do not run tests
+ true
More information about the Neon-commits
mailing list