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

Carlos De Maine null at kde.org
Fri Nov 3 22:10:18 GMT 2023


Git commit 06e11733536cc755f1418570e054ca481fc31663 by Carlos De Maine.
Committed on 03/11/2023 at 23:10.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +15   -15   debian/control
M  +4    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/isoimagewriter/-/commit/06e11733536cc755f1418570e054ca481fc31663

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index a8b5ec7..7fb2369 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,26 @@ Source: isoimagewriter
 Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 12),
-               extra-cmake-modules (>= 1.1.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                libgpg-error-dev,
                libgpgme-dev,
                libgpgmepp-dev,
-               libkf5archive-dev,
-               libkf5auth-dev,
-               libkf5coreaddons-dev,
-               libkf5crash-dev,
-               libkf5i18n-dev,
-               libkf5iconthemes-dev,
-               libkf5solid-dev,
-               libkf5widgetsaddons-dev,
-               libqgpgme-dev,
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kauth-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kcrash-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-solid-dev,
+               libqgpgme15-qt6-dev,
                libudev-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.2.0~)
-Standards-Version: 3.9.8
+               pkg-kde-tools-neon
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/kde-extras/isoimagewriter.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/isoimagewriter.git
diff --git a/debian/rules b/debian/rules
index b57f3e9..49552b2 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