From 298a963cac2a9885ce512a198d1acb2538d53a2d Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Sun, 15 Jun 2025 18:45:37 +0200 Subject: [PATCH] Development snapshot of vym 3. * Development snapshot of vym 3. Upstream commit 93726ef1c24883e3772b2dd240afab88752a8785, branch develop. The files generated by vym are incompatible with release before 2.9.500. * Move Build-Depends from Qt5 to Qt6. --- debian/changelog | 10 ++++++++++ debian/control | 9 ++++----- debian/rules | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 159e2f9..16b4676 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +vym (2.9.576-1) UNRELEASED; urgency=medium + + * Development snapshot of vym 3. + Upstream commit 93726ef1c24883e3772b2dd240afab88752a8785, branch develop. + The files generated by vym are incompatible with release + before 2.9.500. + * Move Build-Depends from Qt5 to Qt6. + + -- Sven Hoexter Sun, 15 Jun 2025 18:38:56 +0200 + vym (2.9.31-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index c476084..fa715d9 100644 --- a/debian/control +++ b/debian/control @@ -4,11 +4,10 @@ Priority: optional Maintainer: Sven Hoexter Build-Depends: debhelper-compat (=13), cmake, - qtbase5-dev, - qttools5-dev, - qtscript5-dev, - libdbus-1-dev, - libqt5svg5-dev + qt6-declarative-dev, + qt6-tools-dev, + qt6-svg-dev, + libdbus-1-dev Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: http://www.insilmaril.de/vym/ diff --git a/debian/rules b/debian/rules index df0df7e..1f40f0c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -export QT_SELECT = 5 +export QT_SELECT = 6 %: dh $@ -- 2.47.3