[neon/kde/ktouch/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Jun 29 00:30:53 BST 2025
Git commit e85dafc1e222240e3b5c0f09d088df1b32bb2a0b by Carlos De Maine.
Committed on 28/06/2025 at 23:30.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +21 -24 debian/control
M +3 -6 debian/rules
https://invent.kde.org/neon/kde/ktouch/-/commit/e85dafc1e222240e3b5c0f09d088df1b32bb2a0b
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 37c5230..f1c2115 100644
--- a/debian/control
+++ b/debian/control
@@ -3,33 +3,30 @@ 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 (>= 3.0~),
- debhelper (>= 11),
- extra-cmake-modules (>= 1.0.0~),
- libkf5completion-dev,
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5coreaddons-dev,
- libkf5declarative-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5itemviews-dev,
- libkf5kcmutils-dev,
- libkf5textwidgets-dev,
- libkf5widgetsaddons-dev,
- libkf5windowsystem-dev,
- libkf5xmlgui-dev,
- libqt5x11extras5-dev (>= 5.5~),
- libqt5xmlpatterns5-dev (>= 5.5~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kcompletion-dev,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdeclarative-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kitemviews-dev,
+ kf6-kcmutils-dev,
+ kf6-ktextwidgets-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kwindowsystem-dev,
+ kf6-kxmlgui-dev,
libxcb-xkb-dev,
libxkbfile-dev,
pkg-config,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.5~),
- qtdeclarative5-dev (>= 5.5~),
- qtquickcontrols2-5-dev,
- qtscript5-dev (>= 5.5~)
-Standards-Version: 4.1.4
+ pkg-kde-tools-neon,
+ qt6-5compat-dev,
+ qt6-base-dev,
+ qt6-declarative-dev,
+Standards-Version: 4.6.2
Homepage: http://edu.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ktouch
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ktouch.git
diff --git a/debian/rules b/debian/rules
index 5a29289..5bd7734 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-export QT_SELECT=qt5
-
-l10npkgs_firstversion_ok := 4:17.03.90-0~
-
-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