[neon/kde/polkit-kde-agent-1/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Tue Mar 14 01:06:06 GMT 2023
Git commit 9a2d4be2f7755d7d2b1e9f2ec3131c1b5428b643 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +13 -13 debian/control
M +1 -1 debian/polkit-kde-agent-1.install
M +6 -4 debian/rules
https://invent.kde.org/neon/kde/polkit-kde-agent-1/commit/9a2d4be2f7755d7d2b1e9f2ec3131c1b5428b643
diff --git a/debian/control b/debian/control
index 8b5f220..a17399b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,20 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 11~),
- extra-cmake-modules (>= 5.50.0~),
- libkf5config-dev,
- libkf5coreaddons-dev (>= 5.50.0~),
- libkf5crash-dev (>= 5.50.0~),
- libkf5dbusaddons-dev (>= 5.50.0~),
- libkf5i18n-dev (>= 5.50.0~),
- libkf5iconthemes-dev (>= 5.50.0~),
- libkf5notifications-dev,
- libkf5widgetsaddons-dev (>= 5.50.0~),
- libkf5windowsystem-dev (>= 5.50.0~),
+ kf6-extra-cmake-modules,
+ kf6-kconfig-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kcrash-dev,
+ kf6-kdbusaddons-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-knotifications-dev,
+ kf6-kwidgetsaddons-dev,
+ kf6-kwindowsystem-dev,
libpolkit-gobject-1-dev,
- libpolkit-qt5-1-dev (>= 0.112.0),
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.11.0~)
+ libpolkit-qt6-1-dev,
+ pkg-kde-tools-neon,
+ qt6-base-dev
Standards-Version: 4.1.4
Homepage: https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/polkit-kde-agent-1
diff --git a/debian/polkit-kde-agent-1.install b/debian/polkit-kde-agent-1.install
index 39cfc52..7a0c0ed 100644
--- a/debian/polkit-kde-agent-1.install
+++ b/debian/polkit-kde-agent-1.install
@@ -1,2 +1,2 @@
etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop
-usr/
+usr/kf6/
diff --git a/debian/rules b/debian/rules
index 0c98761..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
-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 kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+ dh $@ --with kf6 --buildsystem kf6
+
+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