[neon/neon-packaging/kooka/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Sun Nov 17 23:50:04 GMT 2024
Git commit b432ce082817be0c853be607036d2bc5cd4a811f by Carlos De Maine.
Committed on 17/11/2024 at 23:49.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +18 -17 debian/control
D +0 -1 debian/files
M +5 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/kooka/-/commit/b432ce082817be0c853be607036d2bc5cd4a811f
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 1fe3ab4..2f19ca3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,27 @@ Source: kooka
Section: kde
Priority: optional
Maintainer: Jonathan Riddell <jr at jriddell.org>
-Build-Depends: cmake (>= 2.8.12~),
- debhelper (>= 9),
- extra-cmake-modules (>= 1.1.0~),
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5crash-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5iconthemes-dev,
- libkf5kio-dev,
- libkf5sonnet-dev,
- libkf5textwidgets-dev,
- libkf5widgetsaddons-dev,
- libkf5xmlgui-dev,
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kconfigwidgets-dev,
+ kf6-kcrash-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kio-dev,
+ kf6-ktextwidgets-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kxmlgui-dev,
+ kf6-sonnet-dev,
libpaper-dev,
libsane-common,
libsane-dev,
- pkg-config,
- qtbase5-dev (>= 5.2.0~)
-Standards-Version: 3.9.8
+ pkgconf,
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+Standards-Version: 4.6.2
Homepage: http://www.kde.org/
Package: kooka
diff --git a/debian/files b/debian/files
deleted file mode 100644
index d181966..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-kooka_0.0-0neon_source.buildinfo kde optional
diff --git a/debian/rules b/debian/rules
index b57f3e9..f21e70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
+%:
+ dh $@ --with kf6 --buildsystem kf6
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
More information about the Neon-commits
mailing list