[neon/kde/kfind/Neon/unstable] debian: kf6ify
Scarlett Moore
null at kde.org
Mon Sep 18 12:48:13 BST 2023
Git commit 1c07aab0fa4a815ff035d8cdd36157dd6d1c3325 by Scarlett Moore.
Committed on 18/09/2023 at 13:48.
Pushed by scarlettmoore into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +9 -10 debian/control
M +4 -3 debian/rules
https://invent.kde.org/neon/kde/kfind/-/commit/1c07aab0fa4a815ff035d8cdd36157dd6d1c3325
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 fcb26e3..ffbe378 100644
--- a/debian/control
+++ b/debian/control
@@ -7,16 +7,15 @@ 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 (>= 2.8.12~),
- debhelper (>= 9),
- extra-cmake-modules (>= 5.28.0~),
- libkf5archive-dev (>= 5.19.0),
- libkf5doctools-dev (>= 5.19.0),
- libkf5filemetadata-dev,
- libkf5kdelibs4support-dev (>= 5.19.0),
- libkf5widgetsaddons-dev,
- pkg-kde-tools (>= 0.12),
- qtbase5-dev (>= 5.6.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 12),
+ kf6-extra-cmake-modules,
+ kf6-karchive-dev,
+ kf6-kdoctools-dev,
+ kf6-kfilemetadata-dev,
+ kf6-kwidgetsaddons-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
Standards-Version: 4.1.3
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kfind.git
diff --git a/debian/rules b/debian/rules
index bacaa15..0d4282b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/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-11~
+%:
+ dh $@ --with kf6 --buildsystem kf6
-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
More information about the Neon-commits
mailing list