[neon/kde/kaccounts-providers/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Wed Dec 6 03:24:23 GMT 2023


Git commit 13cd4ceed0fd0c9dc06fdb33c388fbbd4529d43b by Carlos De Maine.
Committed on 06/12/2023 at 04:24.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +19   -21   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kaccounts-providers/-/commit/13cd4ceed0fd0c9dc06fdb33c388fbbd4529d43b

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 621ef4d..d5e2813 100644
--- a/debian/control
+++ b/debian/control
@@ -3,38 +3,36 @@ Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Diane Trout <diane at ghic.org>, Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 1.0.0~),
+Build-Depends: cmake,
+               debhelper-compat >= 13),
+               kf6-extra-cmake-modules,
                intltool,
                libaccounts-glib-dev,
-               libkaccounts-dev (>= 4:17.08~),
-               libkf5declarative-dev (>= 5.4.0~),
-               libkf5i18n-dev (>= 5.4.0~),
-               libkf5kio-dev (>= 5.4.0~),
-               libkf5package-dev (>= 5.4.0~),
-               libsignon-qt5-dev,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.2.0~),
-               qtdeclarative5-dev (>= 5.2.0~),
-               qtwebengine5-dev
-Standards-Version: 4.1.2
+               libkaccounts-dev,
+               kf6-kdeclarative-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kpackage-dev,
+               libsignon-qt6-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-webengine-dev
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-providers
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kaccounts-providers
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kaccounts-providers.git
 
 Package: kaccounts-providers
 Architecture: any
-Depends: plasma-framework,
-         qml-module-qtquick-controls,
-         qml-module-qtquick-layouts,
-         qml-module-qtquick2,
+Depends: libplasma,
+         kf6-purpose,
+         qml6-module-qtquick-controls,
+         qml6-module-qtquick-layouts,
+         qml6-module-qtquick,
          signon-plugin-oauth2,
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: libkf5purpose-bin
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: KDE providers for accounts sign-on
  Provides additional configuration files for libaccounts and
  libsignon to recognize online services such as Facebook
diff --git a/debian/rules b/debian/rules
index a29a9b0..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +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-8~
-
-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
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list