Bug#967306: ddrescueview: depends on deprecated GTK 2

2023-09-20 Thread Peter B

On 20/09/2023 12:36, Bastian Germann wrote:

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

Please find a patch attached that builds the package with Qt5.



Fix uploaded to Mentors.

Would like to update the VCS, (and setup CI) but need 'maintainer' access to be 
able to do that.



Bug#967306: ddrescueview: depends on deprecated GTK 2

2023-09-20 Thread Bastian Germann

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 
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 
 Uploaders: Graham Inggs 
 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


Bug#967306: ddrescueview: depends on deprecated GTK 2

2023-08-13 Thread Bastian Germann

Please consider switching to lcl=qt5 to build with qt5 interface.