[neon/kde/kde-dev-utils/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Wed Jan 10 00:50:40 GMT 2024


Git commit e226f4390aabb0da133e32fa2e4e5bbb11cee2df by Carlos De Maine.
Committed on 10/01/2024 at 01:50.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

D  +0    -1    debian/compat
M  +12   -17   debian/control
M  +2    -2    debian/kuiviewer.install
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/kde-dev-utils/-/commit/e226f4390aabb0da133e32fa2e4e5bbb11cee2df

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index ad1b3dd..ecbeb71 100644
--- a/debian/control
+++ b/debian/control
@@ -6,19 +6,19 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Modestas Vainius <modax at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 11~),
-               extra-cmake-modules (>= 5.53.0~),
+Build-Depends: cmake,
+               debhelper-compat (= 13),
                gettext,
-               libkf5coreaddons-dev (>= 5.53.0~),
-               libkf5i18n-dev  (>= 5.53.0~),
-               libkf5kio-dev (>= 5.53.0~),
-               libkf5parts-dev (>= 5.53.0~),
-               libkf5widgetsaddons-dev (>= 5.53.0~),
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.9.0~),
-               qttools5-dev (>= 5.9.0~)
-Standards-Version: 4.2.1
+               kf6-extra-cmake-modules,
+               kf6-coreaddons-dev,
+               kf6-ki18n-dev ,
+               kf6-kio-dev,
+               kf6-kparts-dev,
+               kf6-kwidgetsaddons-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-tools-dev
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kde-dev-utils
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kde-dev-utils.git
@@ -27,8 +27,6 @@ Package: kpartloader
 Architecture: any
 Section: devel
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: test tool for KParts
  KPartloader is a very simple application to test loading of a KPart.
  KPartloader is called with a simple argument to tell which KPart to load.
@@ -43,9 +41,6 @@ Package: kuiviewer
 Architecture: any
 Section: devel
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: qttools5-dev-tools
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: viewer for Qt Designer user interface files
  KUIViewer is a utility to display and check user interface (.ui) files
  created in Qt Designer.  The interfaces can be shown in a variety of
diff --git a/debian/kuiviewer.install b/debian/kuiviewer.install
index 09896bf..73c12bf 100644
--- a/debian/kuiviewer.install
+++ b/debian/kuiviewer.install
@@ -1,6 +1,6 @@
 usr/bin/kuiviewer
-usr/lib/*/qt5/plugins/kf5/parts/kuiviewerpart.so
-usr/lib/*/qt5/plugins/kf5/thumbcreator/quithumbnail.so
+usr/lib/*/qt6/plugins/kf6/parts/kuiviewerpart.so
+usr/lib/*/qt6/plugins/kf6/thumbcreator/quithumbnail.so
 usr/share/applications/org.kde.kuiviewer.desktop
 usr/share/icons/hicolor/128x128/apps/kuiviewer.png
 usr/share/icons/hicolor/16x16/apps/kuiviewer.png
diff --git a/debian/rules b/debian/rules
index a20a994..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-l10npkgs_firstversion_ok := 4:16.04.3-4~
-
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list