[neon/kde/yakuake/Neon/experimental] debian: kf6ify

Carlos De Maine null at kde.org
Tue Aug 1 03:09:01 BST 2023


Git commit 0257ed4ff028bc446dff5d71becac01e643fb575 by Carlos De Maine.
Committed on 01/08/2023 at 04:08.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

D  +0    -1    debian/compat
M  +22   -23   debian/control
M  +3    -6    debian/rules

https://invent.kde.org/neon/kde/yakuake/-/commit/0257ed4ff028bc446dff5d71becac01e643fb575

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 3ef275b..0fa819b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,31 +4,30 @@ Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Scarlett Moore <sgmoore at kde.org>
 Build-Depends: cmake,
-               debhelper (>= 12~),
-               extra-cmake-modules,
+               debhelper-compat (= 13),
                gettext,
-               libkf5archive-dev (>= 5.29.0),
-               libkf5config-dev (>= 5.29.0),
-               libkf5coreaddons-dev (>= 5.29.0),
-               libkf5crash-dev (>= 5.29.0),
-               libkf5dbusaddons-dev (>= 5.29.0),
-               libkf5globalaccel-dev (>= 5.29.0),
-               libkf5i18n-dev (>= 5.29.0),
-               libkf5iconthemes-dev (>= 5.29.0),
-               libkf5kio-dev (>= 5.29.0),
-               libkf5newstuff-dev (>= 5.29.0),
-               libkf5notifications-dev (>= 5.29.0),
-               libkf5notifyconfig-dev (>= 5.29.0),
-               libkf5parts-dev (>= 5.29.0),
-               libkf5wayland-dev [linux-any],
-               libkf5widgetsaddons-dev (>= 5.29.0),
-               libkf5windowsystem-dev (>= 5.29.0),
-               libqt5svg5-dev (>= 5.2.0~),
-               libqt5x11extras5-dev (>= 5.2.0~),
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kglobalaccel-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-knewstuff-dev,
+               kf6-knotifications-dev,
+               kf6-knotifyconfig-dev,
+               kf6-kparts-dev,
+               kf6-kwayland-dev [linux-any],
+               kf6-kwidgetsaddons-dev,
+               kf6-kwindowsystem-dev,
                libx11-dev,
-               pkg-kde-tools (>= 0.4.2),
-               qtbase5-dev (>= 5.2.0~)
-Standards-Version: 4.4.1
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-svg-dev,
+Standards-Version: 4.6.2
 Homepage: https://www.kde.org/applications/system/yakuake/
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/yakuake.git
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/yakuake
diff --git a/debian/rules b/debian/rules
index 2f27ff7..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+# 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