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

Carlos De Maine null at kde.org
Fri Sep 15 03:46:21 BST 2023


Git commit a1dfc3edabb994f5756d993f39dcc7a651be3690 by Carlos De Maine.
Committed on 15/09/2023 at 04:46.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

D  +0    -1    debian/compat
M  +15   -17   debian/control
M  +0    -4    debian/kcalc.lintian-overrides
M  +4    -8    debian/rules

https://invent.kde.org/neon/kde/kcalc/-/commit/a1dfc3edabb994f5756d993f39dcc7a651be3690

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 30bb536..ed1a235 100644
--- a/debian/control
+++ b/debian/control
@@ -7,23 +7,23 @@ 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 (>= 1.7.0~),
-               kinit-dev,
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+
+               kf5-kconfig-dev,
+               kf5-kconfigwidgets-dev,
+               kf5-kcrash-dev,
+               kf5-kdoctools-dev,
+               kf5-kguiaddons-dev,
+               kf5-ki18n-dev,
+               kf5-knotifications-dev,
+               kf5-kxmlgui-dev,
                libgmp-dev,
-               libkf5config-dev,
-               libkf5configwidgets-dev,
-               libkf5crash-dev,
-               libkf5doctools-dev,
-               libkf5guiaddons-dev,
-               libkf5i18n-dev,
-               libkf5notifications-dev,
-               libkf5xmlgui-dev,
                libmpfr-dev,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.4)
-Standards-Version: 4.1.4
+               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/kcalc
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcalc.git
@@ -31,8 +31,6 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcalc.git
 Package: kcalc
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: simple and scientific calculator
  KCalc is a scientific calculator.
  .
diff --git a/debian/kcalc.lintian-overrides b/debian/kcalc.lintian-overrides
index 03d5ac4..18197c7 100644
--- a/debian/kcalc.lintian-overrides
+++ b/debian/kcalc.lintian-overrides
@@ -1,5 +1 @@
-kcalc: package-name-doesnt-match-sonames libkdeinit5-kcalc
 kcalc: binary-without-manpage usr/bin/kcalc
-kcalc: shlib-without-versioned-soname usr/lib/*/libkdeinit5_kcalc.so libkdeinit5_kcalc.so
-kcalc: postinst-must-call-ldconfig usr/lib/*/libkdeinit5_kcalc.so
-kcalc: package-must-activate-ldconfig-trigger usr/lib/*/libkdeinit5_kcalc.so
diff --git a/debian/rules b/debian/rules
index cad4b72..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-5~
-
-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