[neon/extras/zanshin/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Sun Sep 24 12:08:32 BST 2023
Git commit 201dd20ebc56f469d2fb7f920365905edc6b60a2 by Carlos De Maine.
Committed on 24/09/2023 at 08:07.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +12 -12 debian/control
M +3 -13 debian/rules
https://invent.kde.org/neon/extras/zanshin/-/commit/201dd20ebc56f469d2fb7f920365905edc6b60a2
diff --git a/debian/control b/debian/control
index f746882..06152d0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,19 +5,19 @@ Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
Build-Depends: cmake (>= 3.2),
debhelper-compat (= 12),
- extra-cmake-modules,
gettext,
+ kf6-extra-cmake-modules,
+ kf6-ki18n-dev,
+ kf6-krunner-dev,
+ kf6-ktextaddons-dev,
+ kf6-kwindowsystem-dev,
+ kpim6-akonadi-calendar-dev,
+ kpim6-akonadi-contact-dev,
+ kpim6-identitymanagement-dev,
+ kpim6-kontactinterface-dev,
libboost-dev,
- libkf5akonadicalendar-dev,
- libkf5akonadicontact-dev,
- libkf5identitymanagement-dev,
- libkf5i18n-dev,
- libkf5kontactinterface-dev,
- libkf5runner-dev,
- libkf5ktextaddons-dev,
- libkf5windowsystem-dev,
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev
+ pkg-kde-tools-neon,
+ qt6-base-dev
Rules-Requires-Root: no
Standards-Version: 4.4.1
Homepage: https://zanshin.kde.org/
@@ -31,7 +31,7 @@ Depends: akonadi-backend-mysql,
akonadi-mime-data,
akonadi-server,
kdepim-runtime,
- libkf5akonadisearch-plugins,
+ kpim6-akonadi-search,
${misc:Depends},
${shlibs:Depends}
Description: to-do list manager
diff --git a/debian/rules b/debian/rules
index 45abf96..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +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
-
-override_dh_auto_configure:
- dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
-
-override_dh_auto_test:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list