[neon/kde/kbackup/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Fri Sep 15 10:57:32 BST 2023


Git commit 5976dc67ba0f439267dee7af86a241aae3a067dd by Carlos De Maine.
Committed on 15/09/2023 at 11:57.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

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

https://invent.kde.org/neon/kde/kbackup/-/commit/5976dc67ba0f439267dee7af86a241aae3a067dd

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 8599e17..c2fe8c0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,21 @@ Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Scarlett Moore <sgmoore at kde.org>,
            Scott Kitterman <scott at kitterman.com>,
-Build-Depends: cmake (>= 2.6),
-               debhelper (>= 9),
-               extra-cmake-modules,
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
                gettext,
                libarchive-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5xmlgui-dev,
-               pkg-kde-tools (>= 0.5),
-               qtbase5-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kxmlgui-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
                shared-mime-info,
 Homepage: https://www.kde.org/applications/utilities/kbackup/
-Standards-Version: 4.2.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kbackup
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kbackup.git
 
diff --git a/debian/rules b/debian/rules
index 0cebac4..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list