[neon/kde/keditbookmarks/Neon/unstable] debian: kf6ify

Scarlett Moore null at kde.org
Mon Sep 18 12:58:18 BST 2023


Git commit 05bd5e755585ccc61b9f56e35654c63fa636399a by Scarlett Moore.
Committed on 18/09/2023 at 13:58.
Pushed by scarlettmoore into branch 'Neon/unstable'.

kf6ify

M  +13   -19   debian/control
M  +4    -13   debian/rules

https://invent.kde.org/neon/kde/keditbookmarks/-/commit/05bd5e755585ccc61b9f56e35654c63fa636399a

diff --git a/debian/control b/debian/control
index 74ac6ac..7eabdd6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,19 +7,19 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Eshat Cakar <info at eshat.de>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11),
-               extra-cmake-modules (>= 5.28.0~),
-               libkf5bookmarks-dev (>= 5.28.0~),
-               libkf5coreaddons-dev (>= 5.28.0~),
-               libkf5doctools-dev (>= 5.28.0~),
-               libkf5i18n-dev (>= 5.28.0~),
-               libkf5iconthemes-dev (>= 5.28.0~),
-               libkf5kio-dev (>= 5.28.0~),
-               libkf5parts-dev (>= 5.28.0~),
-               libkf5windowsystem-dev (>= 5.28.0~),
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.6.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 12),
+               kf6-extra-cmake-modules,
+               kf6-kbookmarks-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-kparts-dev,
+               kf6-kwindowsystem-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
 Standards-Version: 4.1.4
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/keditbookmarks
@@ -29,11 +29,5 @@ Package: keditbookmarks
 Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: kde-baseapps-bin (<< 4:16.08.3-3~),
-        konqueror (<< 4:16.08.3-2~),
-        ${kde-l10n:all},
-Replaces: kde-baseapps-bin (<< 4:16.08.3-3~),
-          konqueror (<< 4:16.08.3-2~),
-          ${kde-l10n:all},
 Description: Bookmark Editor utility
  KEditBookMarks can edit your bookmark file.
diff --git a/debian/rules b/debian/rules
index a7b5411..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +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-11~
-
-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
-
-override_dh_auto_test:
-	# Disable dh_auto_test at build time
-	:
-
-override_dh_auto_install:
-	$(overridden_command)
-	# remove the development symlinks
-	find debian/keditbookmarks -name '*.so' -type l -delete
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list