[neon/kde/plasma-firewall/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Tue Mar 14 02:59:57 GMT 2023
Git commit 97eb45f89e281b8b1a3a11619ef6f49a16084302 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +14 -15 debian/control
M +5 -5 debian/rules
https://invent.kde.org/neon/kde/plasma-firewall/commit/97eb45f89e281b8b1a3a11619ef6f49a16084302
diff --git a/debian/control b/debian/control
index 45f9412..f46e7bc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,24 +5,23 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Pino Toscano <pino at debian.org>,
Scarlett Moore <sgmoore at kde.org>,
Patrick Franz <deltaone at debian.org>,
- Norbert Preining <norbert at preining.info>,
+ Norbert Preining <norbert at preining.info>
Build-Depends: cmake (>= 3.10~),
debhelper-compat (= 13),
dh-sequence-python3,
- extra-cmake-modules,
gettext,
- libkf5auth-dev (>= 5.30.0~),
- libkf5config-dev (>= 5.30.0~),
- libkf5coreaddons-dev,
- libkf5declarative-dev (>= 5.30.0~),
- libkf5kcmutils-dev,
- libkf5i18n-dev (>= 5.30.0~),
- libkf5plasma-dev (>= 5.30.0~),
- libqt5x11extras5-dev (>= 5.14.0~),
- pkg-kde-tools (>= 0.15.16),
+ kf6-extra-cmake-modules,
+ kf6-kauth-dev,
+ kf6-kcmutils-dev,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdeclarative-dev,
+ kf6-ki18n-dev,
+ kf6-plasma-framework-dev,
+ pkg-kde-tools-neon,
python3:any,
- qtbase5-dev (>= 5.14.0~),
- qtdeclarative5-dev (>= 5.14.0~),
+ qt6-base-dev,
+ qt6-declarative-dev
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/plasma/plasma-firewall
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-firewall
@@ -40,8 +39,8 @@ Depends: qml-module-org-kde-kcm,
qml-module-qtquick2,
${misc:Depends},
${python3:Depends},
- ${shlibs:Depends},
-Recommends: firewalld | ufw,
+ ${shlibs:Depends}
+Recommends: firewalld | ufw
Description: Plasma configuration module for firewalls
Plasma Firewall provides a way to graphically configure a firewall service.
.
diff --git a/debian/rules b/debian/rules
index bf74a3e..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
-
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# 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
-override_dh_python3:
- dh_python3 usr/lib/
+override_dh_shlibdeps:
+ dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
More information about the Neon-commits
mailing list