[neon/kde/kig/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Thu Jun 5 10:33:40 BST 2025
Git commit 518f4e42d0c6f8f8b42aa174dcb0d6d8827f3029 by Carlos De Maine.
Committed on 05/06/2025 at 09:33.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +19 -20 debian/control
M +3 -3 debian/rules
https://invent.kde.org/neon/kde/kig/-/commit/518f4e42d0c6f8f8b42aa174dcb0d6d8827f3029
diff --git a/debian/control b/debian/control
index 0d2f282..179b5d8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,30 +5,29 @@ 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 (>= 3.5~),
+Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
- extra-cmake-modules (>= 1.7~),
gettext,
- kinit-dev,
+ 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,
libboost-python-dev (>= 1.71~),
- 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
+ pkgconf,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-svg-dev,
+ qt6-xmlpatterns-dev,
+Standards-Version: 4.6.2
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 38fa690..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list