[neon/neon-packaging/kalk/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Sun Oct 8 04:22:26 BST 2023


Git commit be3cd44509a7d6088957cf2ba7d9381347e61889 by Carlos De Maine.
Committed on 08/10/2023 at 05:22.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +16   -17   debian/control
M  +4    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/kalk/-/commit/be3cd44509a7d6088957cf2ba7d9381347e61889

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 3cacc0b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
\ No newline at end of file
diff --git a/debian/control b/debian/control
index 31f46aa..149c1ed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,30 +2,29 @@ Source: kalk
 Section: utils
 Priority: optional
 Maintainer: Han Young <hanyoung at protonmail.com>
-Build-Depends: bison (>= 3.5.1~),
+Build-Depends: bison,
                cmake,
-               debhelper (>= 12~),
-               extra-cmake-modules (>= 5.78.0~),
-               flex (>= 2.6.4~),
-               kirigami2-dev (>= 5.78.0~),
-               libkf5config-dev (>= 5.78.0~),
-               libkf5coreaddons-dev (>= 5.78.0~),
-               libkf5i18n-dev (>= 5.78.0~),
-               libkf5unitconversion-dev (>= 5.78.0~),
+               debhelper-compat (= 13),
+               flex,
+               kf6-extra-cmake-modules,
+               kf6-kirigami2-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kunitconversion-dev,
                libmpfr-dev,
-               qtbase5-dev (>= 5.15.2~),
-               qtdeclarative5-dev (>= 5.15.2~),
-               qtfeedback5-dev,
-               qtquickcontrols2-5-dev (>= 5.15.2~)
-Standards-Version: 4.4.1
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-feedback-dev,
+Standards-Version: 4.6.2
 Vcs-Git: https://invent.kde.org/neon/mobile/kalk
 Vcs-Browser: https://invent.kde.org/neon/mobile/kalk
 
 Package: kalk
 Architecture: any
-Depends: qml-module-org-kde-kirigami2,
-         qml-module-qtquick-controls2,
-         qml-module-qtfeedback,
+Depends: qml6-module-org-kde-kirigami2,
+         qml6-module-qtquick-controls,
+         qml6-module-qtfeedback,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: A powerful cross-platfrom calculator application built with the Kirigami framework
diff --git a/debian/rules b/debian/rules
index cbe925d..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
 %:
-	dh $@
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list