[neon/neon-packaging/crow-translate/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Mon Jul 21 03:44:07 BST 2025


Git commit 8f4478ae2eedac597030a24f22c43e8984bc0aed by Carlos De Maine.
Committed on 21/07/2025 at 02:44.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +8    -7    debian/control
M  +7    -7    debian/rules

https://invent.kde.org/neon/neon-packaging/crow-translate/-/commit/8f4478ae2eedac597030a24f22c43e8984bc0aed

diff --git a/debian/control b/debian/control
index 99d17af..92ae0e1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,18 +4,19 @@ Priority: optional
 Build-Depends: cmake,
                debhelper-compat (= 13),
                kf6-extra-cmake-modules,
-               libkf5wayland-dev
-			   libqt5x11extras5-dev,
-               libtesseract-dev,
+               kf6-wayland-dev
+			   libtesseract-dev,
                pkg-kde-tools,
-               qtbase5-dev,
-               qtmultimedia5-dev,
-               qttools5-private-dev,
-               qtwayland5-private-dev
+               qt6-5compat-dev,
+               qt6-base-dev,
+               qt6-multimedia-dev,
+               qt6-tools-dev,
+               qt6-wayland-dev
 Standards-Version: 4.6.2
 Homepage: https://invent.kde.org/office/crow-translate
 
 Package: crow-translate
+Section: kde
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index 1aae271..414d8b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,12 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
-export QT_SELECT=qt5
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+%:
+	dh $@ --with kf6 --buildsystem kf6
 
-export DH_VERBOSE=1
+override_dh_auto_test:
+	#do not run tests
+	true
 
-%:
-	dh $@ --with kf5
 


More information about the Neon-commits mailing list