[neon/kde/kmenuedit/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Tue Mar 14 02:20:55 GMT 2023
Git commit 9cba0271f4af1f37050e2fcbf7340896a9056ff7 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +12 -14 debian/control
M +5 -13 debian/rules
https://invent.kde.org/neon/kde/kmenuedit/commit/9cba0271f4af1f37050e2fcbf7340896a9056ff7
diff --git a/debian/control b/debian/control
index 813ae81..a91ddb5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,22 +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 (>= 2.8.12),
debhelper (>= 11~),
- extra-cmake-modules (>= 1.7.0~),
+ kf6-extra-cmake-modules,
+ kf6-kdbusaddons-dev,
+ kf6-kdoctools-dev,
+ kf6-ki18n-dev,
+ kf6-kiconthemes-dev,
+ kf6-kio-dev,
+ kf6-kitemmodels-dev,
+ kf6-kxmlgui-dev,
+ kf6-sonnet-dev,
khotkeys-dev,
- kinit-dev,
- libkf5dbusaddons-dev,
- libkf5doctools-dev,
- libkf5i18n-dev (>= 5.2.0),
- libkf5iconthemes-dev (>= 5.2.0),
- libkf5itemmodels-dev (>= 5.42~),
- libkf5kdelibs4support-dev (>= 5.42~),
- libkf5kio-dev (>= 5.2.0),
- libkf5sonnet-dev (>= 5.2.0),
- libkf5xmlgui-dev (>= 5.2.0),
- pkg-kde-tools (>= 0.15.18~),
- qtbase5-dev (>= 5.11.0~),
+ pkg-kde-tools-neon,
+ qt6-base-dev,
xauth,
- xvfb,
+ xvfb
Standards-Version: 4.1.4
Homepage: https://projects.kde.org/projects/kde/workspace/kmenuedit
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kmenuedit
diff --git a/debian/rules b/debian/rules
index 80898ec..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,9 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
-l10npkgs_firstversion_ok := 4:4.14.0-2
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+# 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
-
-override_dh_strip:
- dh_strip --dbgsym-migration='kmenuedit-dbg (<= 4:5.5.5-1~~)'
-
-override_dh_gencontrol: l10npkgs_firstversion_ok
- dh_gencontrol
+ 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