[neon/neon-packaging/systemdgenie/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Mon Mar 11 00:55:32 GMT 2024
Git commit cd96db74854c96a523674c20d8eb65aaf0d18172 by Carlos De Maine.
Committed on 11/03/2024 at 00:55.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +11 -11 debian/control
M +2 -2 debian/copyright
M +3 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/systemdgenie/-/commit/cd96db74854c96a523674c20d8eb65aaf0d18172
diff --git a/debian/control b/debian/control
index ff41e38..00df555 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,18 @@ Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
- extra-cmake-modules,
- libkf5auth-dev,
- libkf5coreaddons-dev,
- libkf5crash-dev,
- libkf5i18n-dev,
- libkf5kio-dev,
- libkf5xmlgui-dev,
- libpolkit-qt5-1-dev,
+ kf6-extra-cmake-modules,
+ kf6-kauth-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-kxmlgui-dev,
+ libpolkit-qt6-1-dev,
libsystemd-dev,
- pkg-kde-tools,
- qtbase5-dev
-Standards-Version: 4.5.0
+ pkg-kde-tools-neon,
+ qt6-base-dev
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/system/systemdgenie
Package: systemdgenie
diff --git a/debian/copyright b/debian/copyright
index 1afaccd..ce9a8c2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: kio-admin
-Source: https://invent.kde.org/system/kio-admin
+Upstream-Name: systemdgenie
+Source: https://invent.kde.org/system/systemdgenie
Files: *
Copyright: 2022 Harald Sitter <sitter at kde.org>
diff --git a/debian/rules b/debian/rules
index 5c87712..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
-# -*- makefile -*-
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5 --buildsystem kf5
+ dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list