Control: tags -1 patch - help

Please find a patch attached.
>From b73845491ec23d77462844fa030ab2f8a1d69cd4 Mon Sep 17 00:00:00 2001
From: Bastian Germann <[email protected]>
Date: Thu, 17 Sep 2026 17:14:08 +0200
Subject: [PATCH] Build with Qt6 (Closes: #1136691)

---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b9e11c3..3d50346 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: education
 Priority: optional
 Maintainer: Debian Edu Packaging Team <[email protected]>
 Uploaders: David Prévot <[email protected]>
-Build-Depends: debhelper-compat (= 13), qtbase5-dev, qtwebengine5-dev
+Build-Depends: debhelper-compat (= 13), qt6-5compat-dev, qt6-base-dev, qt6-webengine-dev
 Standards-Version: 4.6.1
 Homepage: https://www.xm1math.net/algobox/
 Vcs-Git: https://salsa.debian.org/debian-edu-pkg-team/algobox.git
diff --git a/debian/rules b/debian/rules
index 67a3f54..f9ab133 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@
+	dh $@ --buildsystem=qmake6
 
 execute_before_dh_installdeb:
 	rm $(CURDIR)/debian/algobox/usr/share/algobox/AUTHORS

Reply via email to