[neon/kde/ktouch/Neon/stable] debian: Revert "kf6ify"
Carlos De Maine
null at kde.org
Sat Jul 12 11:34:24 BST 2025
Git commit f47d105e0ceafb7515a226e7015b82817f48ae90 by Carlos De Maine.
Committed on 12/07/2025 at 10:34.
Pushed by carlosdem into branch 'Neon/stable'.
Revert "kf6ify"
This reverts commit e85dafc1e222240e3b5c0f09d088df1b32bb2a0b.
A +1 -0 debian/compat
M +24 -21 debian/control
M +6 -3 debian/rules
https://invent.kde.org/neon/kde/ktouch/-/commit/f47d105e0ceafb7515a226e7015b82817f48ae90
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
index f1c2115..37c5230 100644
--- a/debian/control
+++ b/debian/control
@@ -3,30 +3,33 @@ 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,
- 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,
+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~),
libxcb-xkb-dev,
libxkbfile-dev,
pkg-config,
- pkg-kde-tools-neon,
- qt6-5compat-dev,
- qt6-base-dev,
- qt6-declarative-dev,
-Standards-Version: 4.6.2
+ 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
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 5bd7734..5a29289 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-%:
- dh $@ --with kf6 --buildsystem kf6
+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
More information about the Neon-commits
mailing list