[neon/neon-packaging/hotspot/Neon/experimental] debian: qt6ify

Carlos De Maine null at kde.org
Thu Aug 10 01:23:35 BST 2023


Git commit 197f754473351b041c25a50647cd9bf54b3da2f9 by Carlos De Maine.
Committed on 10/08/2023 at 02:23.
Pushed by carlosdem into branch 'Neon/experimental'.

qt6ify

M  +22   -21   debian/control
M  +4    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/hotspot/-/commit/197f754473351b041c25a50647cd9bf54b3da2f9

diff --git a/debian/control b/debian/control
index 40b1f76..36dec85 100644
--- a/debian/control
+++ b/debian/control
@@ -3,31 +3,32 @@ Section: utils
 Priority: optional
 Maintainer: Yanhao Mo <yanhaocs at gmail.com>
 Build-Depends: cmake,
-               debhelper (>=11~),
-               extra-cmake-modules,
+               debhelper (= 13),
+               kf6-extra-cmake-modules,
                gettext,
+               kf6-karchive-dev,
+               kf6-kauth-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kitemmodels-dev,
+               kf6-kitemviews-dev,
+               kf6-kio-dev,
+               kf6-kparts-dev,
+               kf6-ksolid-dev,
+               kf6-ksyntaxhighlighting-dev,
+               kf6-kthreadweaver-dev,
+               kf6-kwindowsystem-dev,
                libdw-dev,
                libelf-dev,
-               libkddockwidgets-dev,
-               libkf5archive-dev,
-               libkf5auth-dev,
-               libkf5configwidgets-dev,
-               libkf5coreaddons-dev,
-               libkf5i18n-dev,
-               libkf5itemmodels-dev,
-               libkf5itemviews-dev,
-               libkf5kio-dev,
-               libkf5parts-dev,
-               libkf5solid-dev,
-               libkf5syntaxhighlighting-dev,
-               libkf5threadweaver-dev,
-               libkf5windowsystem-dev,
-               libkgraphviewer-dev,
+               libkddockwidgets-qt6-dev,
+#               libkgraphviewer-dev,
                libqcustomplot-dev,
-               libqt5svg5-dev,
-               libqt5x11extras5-dev,
-               libzstd-dev
-Standards-Version: 4.2.1
+               libzstd-dev,
+               qt6-base-dev,
+               qt6-svg-dev,
+               qt6-5compat-dev,
+Standards-Version: 4.6.2
 Homepage: https://github.com/KDAB/hotspot
 Vcs-Git: https://salsa.debian.org/debian/hotspot.git
 Vcs-Browser: https://salsa.debian.org/debian/hotspot
diff --git a/debian/rules b/debian/rules
index 492ad61..b875f3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+
 # You must remove unused comment lines for the released package.
 export DH_VERBOSE = 1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
@@ -6,4 +9,4 @@ export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list