[neon/kde/plasma-workspace-wallpapers/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Tue Mar 14 01:54:09 GMT 2023
Git commit 6338b7a84c7e6c54f4dfa994f0f86eeff07e2741 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +3 -3 debian/control
M +6 -4 debian/rules
https://invent.kde.org/neon/kde/plasma-workspace-wallpapers/commit/6338b7a84c7e6c54f4dfa994f0f86eeff07e2741
diff --git a/debian/control b/debian/control
index c590290..badd9b5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian/Kubuntu 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 (>= 0.0.9),
- pkg-kde-tools (>= 0.15.16),
- qtbase5-dev (>= 5.4),
+ kf6-extra-cmake-modules,
+ pkg-kde-tools-neon,
+ qt6-base-dev
Standards-Version: 4.1.3
Homepage: https://vdesign.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-workspace-wallpapers
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