[neon/kde/kmousetool/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sat Sep 16 03:43:01 BST 2023
Git commit 6f9cc4f6cbabede04a041115712d5d866433c07f by Carlos De Maine.
Committed on 16/09/2023 at 04:42.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +13 -15 debian/control
M +4 -7 debian/rules
https://invent.kde.org/neon/kde/kmousetool/-/commit/6f9cc4f6cbabede04a041115712d5d866433c07f
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 6f1f816..ed9974e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,21 +7,21 @@ Uploaders: Sune Vuorela <sune at debian.org>,
Eshat Cakar <info at eshat.de>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 11),
- extra-cmake-modules (>= 1.3.0~),
- libkf5dbusaddons-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5iconthemes-dev,
- libkf5notifications-dev,
- libkf5xmlgui-dev,
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-knotifications-dev,
+ kf6-kxmlgui-dev,
libxt-dev,
libxtst-dev,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.3.0~),
- qt5-phonon-dev,
-Standards-Version: 4.1.4
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-phonon-dev,
+Standards-Version: 4.6.2
Homepage: http://www.kde.org
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kmousetool
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kmousetool.git
@@ -30,8 +30,6 @@ Package: kmousetool
Architecture: any
Section: utils
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: mouse manipulation tool for the disabled
KMouseTool clicks the mouse whenever the mouse cursor pauses briefly. It was
designed to help those with repetitive strain injuries, for whom pressing
diff --git a/debian/rules b/debian/rules
index d3307b5..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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-7~
-
-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_strip:
- $(overridden_command) --dbgsym-migration='kmousetool-dbg (<= 4:15.08.3-2~1.gbpf7ba44~)'
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list