[neon/kde/kig/Neon/stable] debian: Revert "kf6ify"
Carlos De Maine
null at kde.org
Sat Jul 12 11:28:30 BST 2025
Git commit fc96665836fb75a00c5a532ce7485dd6f9a78482 by Carlos De Maine.
Committed on 12/07/2025 at 10:28.
Pushed by carlosdem into branch 'Neon/stable'.
Revert "kf6ify"
This reverts commit 518f4e42d0c6f8f8b42aa174dcb0d6d8827f3029.
M +20 -19 debian/control
M +3 -3 debian/rules
https://invent.kde.org/neon/kde/kig/-/commit/fc96665836fb75a00c5a532ce7485dd6f9a78482
diff --git a/debian/control b/debian/control
index 179b5d8..0d2f282 100644
--- a/debian/control
+++ b/debian/control
@@ -5,29 +5,30 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf at debian.org>,
Norbert Preining <norbert at preining.info>,
Sune Vuorela <sune at debian.org>,
-Build-Depends: cmake,
+Build-Depends: cmake (>= 3.5~),
debhelper-compat (= 13),
dh-python,
+ extra-cmake-modules (>= 1.7~),
gettext,
- kf6-extra-cmake-modules,
- kf6-karchive-dev,
- kf6-kconfigwidgets-dev,
- kf6-kcoreaddons-dev,
- kf6-kcrash-dev,
- kf6-kdoctools-dev,
- kf6-ki18n-dev,
- kf6-kiconthemes-dev,
- kf6-kparts-dev,
- kf6-ktexteditor-dev,
- kf6-kxmlgui-dev,
- kf6-syntax-highlighting-dev,
+ kinit-dev,
libboost-python-dev (>= 1.71~),
- pkgconf,
- pkg-kde-tools-neon,
- qt6-base-dev,
- qt6-svg-dev,
- qt6-xmlpatterns-dev,
-Standards-Version: 4.6.2
+ libkf5archive-dev,
+ libkf5configwidgets-dev,
+ libkf5coreaddons-dev,
+ libkf5crash-dev (>= 5.15~),
+ libkf5doctools-dev,
+ libkf5i18n-dev,
+ libkf5iconthemes-dev,
+ libkf5parts-dev,
+ libkf5syntaxhighlighting-dev (>= 5.78.0),
+ libkf5texteditor-dev (>= 5.68.0),
+ libkf5xmlgui-dev (>= 5.1~),
+ libqt5svg5-dev (>= 5.4),
+ libqt5xmlpatterns5-dev (>= 5.5.1~),
+ pkg-config,
+ pkg-kde-tools (>> 0.15.15),
+ qtbase5-dev (>= 5.4),
+Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://edu.kde.org/kig
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kig
diff --git a/debian/rules b/debian/rules
index 3d69b0d..38fa690 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-# SPDX-License-Identifier: LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with kf6 --buildsystem kf6
+ dh $@ --with kf5
More information about the Neon-commits
mailing list