[neon/neon-packaging/symmy/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jun 20 06:45:00 BST 2025
Git commit 14f95e53f0a44bf65b4e05577a60dbdd489d67eb by Carlos De Maine.
Committed on 20/06/2025 at 05:45.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
D +0 -1 debian/compat
M +11 -11 debian/control
M +4 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/symmy/-/commit/14f95e53f0a44bf65b4e05577a60dbdd489d67eb
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 5c3085f..c3f8e11 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,21 @@ Source: symmy
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~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ kf6-extra-cmake-modules,
+ kf6-kdoctools-dev,
+ kf6-i18n-dev,
+ kf6-kio-dev,
+ kf6-kwidgetsaddons-dev,
libgpg-error-dev,
libgpgme-dev,
libgpgmepp-dev,
- libkf5doctools-dev,
- libkf5i18n-dev,
- libkf5kio-dev,
- libkf5widgetsaddons-dev,
libqgpgme-dev,
- pkg-config,
- pkg-kde-tools (>= 0.12),
- 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: symmy
diff --git a/debian/rules b/debian/rules
index b57f3e9..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+%:
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list