[neon/neon-packaging/kseexpr/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Wed Apr 9 09:04:04 BST 2025
Git commit 442ce982c6d5838700b380b916be4ccbc5089b04 by Carlos De Maine.
Committed on 09/04/2025 at 08:04.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +8 -8 debian/control
M +4 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/kseexpr/-/commit/442ce982c6d5838700b380b916be4ccbc5089b04
diff --git a/debian/control b/debian/control
index 5e4f4b2..5dbb658 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: kde
Priority: optional
Maintainer: Jonathan Riddell <jr at jriddell.org>
Build-Depends: bison,
- cmake (>= 2.8.12),
- debhelper (>= 12),
+ cmake,
+ debhelper-compat (= 13),
doxygen,
- extra-cmake-modules,
flex,
- libqt5opengl5-dev,
- pkg-kde-tools,
+ kf6-extra-cmake-modules,
+ pkg-kde-tools-neon,
pyqt5-dev,
- qtbase5-dev,
- qttools5-dev
-Standards-Version: 4.1.4
+ qt6-5compat-dev,
+ qt6base-dev,
+ qt6-tools-dev
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Package: libkseexpr4
diff --git a/debian/rules b/debian/rules
index f0a1dc1..a576658 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+ dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- $(overridden_command) -- -DENABLE_LLVM_BACKEND=OFF -DENABLE_SSE4=OFF -DBUILD_DOC=OFF -DBUILD_TESTS=OFF -DBUILD_UTILS=OFF -DUSE_PYTHON=OFF
+ dh_auto_configure -- -DENABLE_LLVM_BACKEND=OFF -DENABLE_SSE4=OFF -DBUILD_DOC=OFF -DBUILD_TESTS=OFF -DBUILD_UTILS=OFF -DUSE_PYTHON=OFF
More information about the Neon-commits
mailing list