[neon/kde/filelight/Neon/experimental] debian: kf6ify

Carlos De Maine null at kde.org
Thu Aug 3 08:24:17 BST 2023


Git commit 105e3bb68bfb1b54f03de4f9bbccaeb3e2c1b97c by Carlos De Maine.
Committed on 03/08/2023 at 09:24.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

D  +0    -1    debian/compat
M  +21   -25   debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/kde/filelight/-/commit/105e3bb68bfb1b54f03de4f9bbccaeb3e2c1b97c

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 39be8c5..43a00b3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,39 +6,35 @@ 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 (>= 1.3.0~),
-               libkf5coreaddons-dev,
-               libkf5declarative-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5parts-dev,
-               libkf5qqc2desktopstyle-dev,
-               libkf5solid-dev,
-               libkf5xmlgui-dev,
-               libqt5svg5-dev,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.4),
-               qtdeclarative5-dev,
-               qtquickcontrols2-5-dev,
-               qtscript5-dev (>= 5.4)
-Standards-Version: 4.1.4
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kcoreaddons-dev,
+               kf6-kdeclarative-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-kparts-dev,
+               kf6-qqc-desktop-style-dev,
+               kf6-solid-dev,
+               kf6-kxmlgui-dev,
+               qt6-svg-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+               qt6-declarative-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/filelight
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/filelight.git
 
 Package: filelight
 Architecture: any
-Depends: qml-module-org-kde-kcoreaddons,
-         qml-module-org-kde-kirigami2,
-         qml-module-org-kde-quickcharts,
-         qml-module-qt-labs-platform,
+Depends: qml6-module-org-kde-kcoreaddons,
+         qml6-module-org-kde-kirigami2,
+         qml5-module-org-kde-quickcharts,
+         qml6-module-qt-labs-platform,
          ${misc:Depends},
          ${shlibs:Depends}
-Breaks: ${kde-l10n:all}
-Replaces: ${kde-l10n:all}
 Description: show where your diskspace is being used
  Filelight allows you to understand your disk usage by graphically
  representing your filesystem as a set of concentric, segmented rings.
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