[neon/neon-packaging/kontrast/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Fri Sep 29 01:44:08 BST 2023


Git commit 8d61e2a131526088a4c6f02746038ef0a2106dbe by Carlos De Maine.
Committed on 29/09/2023 at 02:44.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

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

https://invent.kde.org/neon/neon-packaging/kontrast/-/commit/8d61e2a131526088a4c6f02746038ef0a2106dbe

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index 57bdb33..39b1332 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,27 @@ Source: kontrast
 Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 12),
-               extra-cmake-modules (>= 1.1.0~),
-               kirigami2-dev,
-               libfuturesql-dev,
-               libkf5coreaddons-dev,
-               libkf5declarative-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libqt5svg5-dev,
-               qcoro-qt5-dev,
-               qtbase5-dev (>= 5.2.0~),
-               qtdeclarative5-dev,
-               qtquickcontrols2-5-dev
-Standards-Version: 3.9.8
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-module,
+               kf6-kirigami2-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               libfuturesql-qt6-dev,
+               qcoro-qt6-dev,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-svg-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 
 Package: kontrast
 Architecture: any
-Depends: qml-module-org-kde-kirigami2, ${misc:Depends}, ${shlibs:Depends}
+Depends: qml6-module-org-kde-kirigami2,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: contrast checking tool
  Kontrast is a color contrast checker and tell you if your color
  combinations are accessible for people with color defiencies.
diff --git a/debian/rules b/debian/rules
index b57f3e9..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>
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list