[neon/neon-packaging/symboleditor/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Fri Nov 15 08:34:57 GMT 2024


Git commit c28d616f7ada918d35cfe16e4ff8745ad20a07c9 by Carlos De Maine.
Committed on 15/11/2024 at 08:34.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +11   -11   debian/control
D  +0    -1    debian/files
M  +3    -5    debian/rules

https://invent.kde.org/neon/neon-packaging/symboleditor/-/commit/c28d616f7ada918d35cfe16e4ff8745ad20a07c9

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 2049bfa..be17d7a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,18 +3,18 @@ Section: kde
 Priority: optional
 Maintainer: Jonathan Riddell <jr at jriddell.org>
 Build-Depends: cmake,
-               debhelper (>= 11~),
+               debhelper-compat (>= 13),
                doxygen,
-               extra-cmake-modules,
-               libkf5config-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5widgetsaddons-dev,
-               libkf5xmlgui-dev,
-               pkg-kde-tools,
-               qtbase5-dev
-Standards-Version: 4.2.1
+               kf6-extra-cmake-modules,
+               kf6-kconfig-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev
+Standards-Version: 4.6.2
 Homepage: https://kde.org/applications/graphics/org.kde.SymbolEditor
 
 Package: symboleditor
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 3a36251..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-symboleditor_2.1.0-0_source.buildinfo kde optional
diff --git a/debian/rules b/debian/rules
index d827a0d..f21e70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kde
+	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_missing:
-	dh_missing --fail-missing


More information about the Neon-commits mailing list