[neon/kde/akonadi-calendar-tools/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Sun Sep 24 04:30:52 BST 2023


Git commit 0ea35682f5a6e5ae08b09ed32f0b51604992ed53 by Carlos De Maine.
Committed on 24/09/2023 at 04:25.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

M  +11   -12   debian/control
M  +4    -8    debian/rules

https://invent.kde.org/neon/kde/akonadi-calendar-tools/-/commit/0ea35682f5a6e5ae08b09ed32f0b51604992ed53

diff --git a/debian/control b/debian/control
index a57c808..06072bd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,19 +10,18 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.1~),
                debhelper (>= 11),
-               extra-cmake-modules (>= 5.47.0~),
-               libkf5akonadi-dev (>= 4:18.08.3~),
-               libkf5akonadicalendar-dev (>= 4:18.08.3~),
-               libkf5calendarcore-dev (>= 4:18.08.3~),
-               libkf5calendarsupport-dev (>= 4:18.08.3~),
-               libkf5calendarutils-dev (>= 17.12.2~),
-               libkf5doctools-dev (>= 5.47.0~),
-               libkf5kdelibs4support-dev (>= 5.47.0~),
-               libkf5ktextaddons-dev,
-               libkf5libkdepim-dev (>= 4:18.08.3~),
+               kf6-extra-cmake-modules,
+               kf6-kdoctools-dev,
+               kf6-ktextaddons-dev,
+               kpim6-akonadi-calendar-dev,
+               kpim6-akonadi-dev,
+               kpim6-calendar-dev,
+               kpim6-calendarsupport-dev,
+               kpim6-calendarutils-dev,
+               kpim6-kdepim-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.9.0~)
+               pkg-kde-tools-neon,
+               qt6-base-dev
 Standards-Version: 4.3.0
 Homepage: http://pim.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/akonadi-calendar-tools
diff --git a/debian/rules b/debian/rules
index b6af6ec..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-l10npkgs_firstversion_ok := 4:16.04.3-9~
-
-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
-include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk
-
-override_dh_strip:
-	$(overridden_command) --dbgsym-migration='akonadi-calendar-tools-dbg (<= 4:15.12.1-1~~)'
+%:
+	dh $@ --with kf6 --buildsystem kf6



More information about the Neon-commits mailing list