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

Carlos De Maine null at kde.org
Fri Sep 15 14:25:37 BST 2023


Git commit 4cf510bd4429b39f5bdb86e23a87f3d8e7109051 by Carlos De Maine.
Committed on 15/09/2023 at 15:25.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +18   -20   debian/control
M  +4    -8    debian/rules

https://invent.kde.org/neon/kde/ksystemlog/-/commit/4cf510bd4429b39f5bdb86e23a87f3d8e7109051

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 71eea96..9e6568a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,26 +7,26 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Eshat Cakar <info at eshat.de>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11~),
-               extra-cmake-modules (>= 1.7.0~),
-               libkf5archive-dev (>= 5.0.0~),
-               libkf5completion-dev (>= 5.0.0~),
-               libkf5config-dev (>= 5.0.0~),
-               libkf5coreaddons-dev (>= 5.0.0~),
-               libkf5doctools-dev (>= 5.0.0~),
-               libkf5i18n-dev (>= 5.0.0~),
-               libkf5iconthemes-dev (>= 5.0.0~),
-               libkf5itemviews-dev (>= 5.0.0~),
-               libkf5kio-dev (>= 5.0.0~),
-               libkf5textwidgets-dev (>= 5.0.0~),
-               libkf5widgetsaddons-dev (>= 5.0.0~),
-               libkf5xmlgui-dev (>= 5.0.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kitemviews-dev,
+               kf6-kio-dev,
+               kf6-ktextwidgets-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
                libsystemd-dev [linux-any],
                pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.2.0~),
-Standards-Version: 4.2.1
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ksystemlog
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ksystemlog.git
@@ -35,8 +35,6 @@ Package: ksystemlog
 Section: admin
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: system log viewer
  KSystemLog show all logs of your system, grouped by General (Default system
  log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups,
diff --git a/debian/rules b/debian/rules
index 24458ec..49552b2 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-4~
-
-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
-	:
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list