[neon/kde/plasma-vault/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Tue Mar 14 02:49:53 GMT 2023


Git commit 5c8daf15c8abf198f627991f129c9bc1b5422b3c by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

M  +16   -16   debian/control
M  +6    -4    debian/rules

https://invent.kde.org/neon/kde/plasma-vault/commit/5c8daf15c8abf198f627991f129c9bc1b5422b3c

diff --git a/debian/control b/debian/control
index fb7aca2..a6dfc0f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,21 +5,21 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 2.8.12),
                debhelper (>= 11~),
-               extra-cmake-modules (>= 5.17.0~),
-               libkf5activities-dev (>= 5.17.0~),
-               libkf5config-dev (>= 5.17.0~),
-               libkf5configwidgets-dev (>= 5.17.0~),
-               libkf5coreaddons-dev (>= 5.17.0~),
-               libkf5dbusaddons-dev (>= 5.17.0~),
-               libkf5i18n-dev (>= 5.17.0~),
-               libkf5kio-dev (>= 5.17.0~),
-               libkf5networkmanagerqt-dev (>= 5.17.0~),
-               libkf5plasma-dev (>= 5.17.0~),
-               libkf5sysguard-dev (>= 4:5.13),
-               libkf5widgetsaddons-dev (>= 5.17.0~),
-               pkg-kde-tools (>= 0.15~),
-               qtbase5-dev (>= 5.11.0~),
-               qtdeclarative5-dev (>= 5.11.0~),
+               kf6-extra-cmake-modules,
+               kf6-kactivities-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-networkmanager-qt-dev,
+               kf6-plasma-framework-dev,
+               libkf6sysguard-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev
 Standards-Version: 4.1.4
 Homepage: https://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-vault
@@ -33,6 +33,6 @@ Depends: cryfs,
          qml-module-qtquick-layouts,
          qml-module-qtquick2,
          ${misc:Depends},
-         ${shlibs:Depends},
+         ${shlibs:Depends}
 Description: Plasma applet and services for creating encrypted vaults
  File enryption widget.
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