[neon/extras/wacomtablet/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Fri Nov 3 22:06:19 GMT 2023


Git commit 45a47ced8466842996db948afc234dc8e0b076ad by Carlos De Maine.
Committed on 03/11/2023 at 23:06.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +18   -17   debian/control
M  +4    -5    debian/rules

https://invent.kde.org/neon/extras/wacomtablet/-/commit/45a47ced8466842996db948afc234dc8e0b076ad

diff --git a/debian/control b/debian/control
index 20a776f..6933071 100644
--- a/debian/control
+++ b/debian/control
@@ -8,19 +8,19 @@ Uploaders: Scarlett Moore <sgmoore at kde.org>,
 Build-Depends: cmake,
                dbus,
                debhelper-compat (= 13),
-               extra-cmake-modules,
                gettext,
-               libkf5kcmutils-dev,
-               libkf5config-dev,
-               libkf5coreaddons-dev,
-               libkf5dbusaddons-dev,
-               libkf5doctools-dev,
-               libkf5globalaccel-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5plasma-dev,
-               libkf5xmlgui-dev,
+               kf6-extra-cmake-modules,
+               kf6-kkcmutils-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-kglobalaccel-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kplasma-dev,
+               kf6-kxmlgui-dev,
                libqt5x11extras5-dev,
                libwacom-dev,
                libxcb-xfixes0-dev,
@@ -28,11 +28,12 @@ Build-Depends: cmake,
                libxi-dev,
                libxrandr-dev,
                pkg-config,
-               qtdeclarative5-dev,
+               pkg-kde-tools-neon,
+               qt6-declarative-dev,
                xauth,
                xserver-xorg-input-wacom,
                xvfb,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: http://projects.kde.org/projects/extragear/base/wacomtablet
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/wacomtablet
@@ -41,9 +42,9 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/wacomtablet.git
 Package: kde-config-tablet
 Architecture: any
 Depends: plasma-framework,
-         qml-module-qtquick-controls,
-         qml-module-qtquick-layouts,
-         qml-module-qtquick2,
+         qml6-module-qtquick-controls,
+         qml6-module-qtquick-layouts,
+         qml6-module-qtquick,
          xserver-xorg-input-wacom,
          ${misc:Depends},
          ${shlibs:Depends},
diff --git a/debian/rules b/debian/rules
index 96bacda..3baefa3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,10 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@
+	dh $@ --with kf6 --buildsystem kf6
+
 
 override_dh_auto_test:
 	xvfb-run -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" -a dbus-run-session dh_auto_test


More information about the Neon-commits mailing list