[neon/kde/kcharselect/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Sep 15 05:29:55 BST 2023
Git commit e9bae773a5e819d7593a3e7a023136cf2f6777cb by Carlos De Maine.
Committed on 15/09/2023 at 06:29.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
(cherry picked from commit c6646aa4bf77b9e0ce25d9511ec06666e0691eec)
D +0 -1 debian/compat
M +12 -14 debian/control
M +4 -4 debian/rules
https://invent.kde.org/neon/kde/kcharselect/-/commit/e9bae773a5e819d7593a3e7a023136cf2f6777cb
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 fe484ca..cb2fdec 100644
--- a/debian/control
+++ b/debian/control
@@ -7,18 +7,18 @@ Uploaders: Sune Vuorela <sune at debian.org>,
George Kiagiadakis <kiagiadakis.george at gmail.com>,
Eshat Cakar <info at eshat.de>,
Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 3.0~),
- debhelper (>= 11),
- extra-cmake-modules (>= 5.38.0~),
- libkf5bookmarks-dev (>= 5.25.0~),
- libkf5crash-dev (>= 5.25.0~),
- libkf5doctools-dev (>= 5.25.0~),
- libkf5i18n-dev (>= 5.25.0~),
- libkf5widgetsaddons-dev (>= 5.25.0~),
- libkf5xmlgui-dev (>= 5.25.0~),
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.5.0~),
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ extra-cmake-modules,
+ kf6-kbookmarks-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kcharselect
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcharselect.git
@@ -26,8 +26,6 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcharselect.git
Package: kcharselect
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
Description: special character utility
KCharSelect is a utility for finding special characters which are not
available on the keyboard. It can search for characters by Unicode number,
diff --git a/debian/rules b/debian/rules
index 7313945..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-5~
-
-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