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

Carlos De Maine null at kde.org
Sat Sep 16 12:18:46 BST 2023


Git commit a34f0d76ab419d449faa4037775266c78f6fa7a5 by Carlos De Maine.
Committed on 16/09/2023 at 13:18.
Pushed by carlosdem into branch 'Neon/experimental'.

kf6ify

D  +0    -1    debian/compat
M  +13   -17   debian/control
M  +4    -8    debian/rules

https://invent.kde.org/neon/kde/kdialog/-/commit/a34f0d76ab419d449faa4037775266c78f6fa7a5

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 7ee1131..d686794 100644
--- a/debian/control
+++ b/debian/control
@@ -7,21 +7,21 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            George Kiagiadakis <kiagiadakis.george at gmail.com>,
            Eshat Cakar <info at eshat.de>,
            Maximiliano Curia <maxy at debian.org>,
-Build-Depends: cmake (>= 2.8.12~),
-               debhelper (>= 9),
-               extra-cmake-modules (>= 1.7.0~),
-               libkf5dbusaddons-dev,
-               libkf5guiaddons-dev,
-               libkf5iconthemes-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5textwidgets-dev,
-               libkf5windowsystem-dev,
+Build-Depends: cmake,
+               debhelper-compat (= 13),
+               kf6-extra-cmake-modules,
+               kf6-kdbusaddons-dev,
+               kf6-kguiaddons-dev,
+               kf6-kiconthemes-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-ktextwidgets-dev,
+               kf6-kwindowsystem-dev,
                libx11-dev,
                pkg-config,
-               pkg-kde-tools (>= 0.12),
-               qtbase5-dev,
-Standards-Version: 4.1.3
+               pkg-kde-tools-neon,
+               qt6-base-dev,
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kdialog.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kdialog.git
@@ -29,9 +29,5 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kdialog.git
 Package: kdialog
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: kde-baseapps-bin (<< 4:16.08.3-2~),
-          ${kde-l10n:all}
-Breaks: kde-baseapps-bin (<< 4:16.08.3-2~),
-        ${kde-l10n:all}
 Description: Dialog display utility
  KDialog allows you to display dialog boxes from shell scripts.
diff --git a/debian/rules b/debian/rules
index 8618b03..49552b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +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-10~
-
-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
-
-override_dh_auto_test:
-	# Disable dh_auto_test at build time
-	:
+%:
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list