Control: tags -1 patch
Control: unblock -1 by 967564

Please find a patch attached that builds the package with Qt5.
From f78fd6f8bfc713250269b661b12f3897a8df8815 Mon Sep 17 00:00:00 2001
From: Bastian Germann <b...@debian.org>
Date: Wed, 20 Sep 2023 13:33:18 +0200
Subject: [PATCH] Build with Qt5 (Closes: #967306)

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

diff --git a/debian/control b/debian/control
index 56837f1..782a823 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,9 @@ Maintainer: Pascal Packaging Team <pkg-pascal-de...@lists.alioth.debian.org>
 Uploaders: Graham Inggs <gin...@debian.org>
 Build-Depends: debhelper-compat (= 13),
                fp-units-misc,
-               lcl-gtk2,
+               lcl-qt5,
                lcl-units,
                lcl-utils,
-               libgtk2.0-dev
 Standards-Version: 4.6.0
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/pascal-team/ddrescueview.git
diff --git a/debian/rules b/debian/rules
index 6b67b4a..e2f3fda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export HOME=$(CURDIR)/tmphome
 	dh $@
 
 override_dh_auto_build:
-	lazbuild source/ddrescueview.lpi --bm="GNU/Linux Release" --no-write-project
+	lazbuild source/ddrescueview.lpi --widgetset=qt5 --bm="GNU/Linux Release" --no-write-project
 
 override_dh_clean:
 	# Clean up temporary HOME

Reply via email to