From 0844a13538c706eff0da30f19f87ca7f91810f01 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 5 Nov 2024 17:44:59 -0600 Subject: [PATCH] Bump build dependencies. --- debian/changelog | 1 + debian/control | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index dacd735..e2652d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lxqt-notificationd (2.1.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. + - Bump build dependencies. -- Simon Quigley Tue, 05 Nov 2024 17:39:57 -0600 diff --git a/debian/control b/debian/control index 27ad826..076d5be 100644 --- a/debian/control +++ b/debian/control @@ -8,13 +8,13 @@ Section: x11 Priority: optional Build-Depends: debhelper-compat (= 13), layer-shell-qt, - libkf6windowsystem-dev, - liblayershellqtinterface-dev, - liblxqt2-dev (>= 1.4.0), + libkf6windowsystem-dev (>= 6.0.0), + liblayershellqtinterface-dev (>= 6.0.0), + liblxqt2-dev (>= 2.1.0), libx11-dev, - qt6-base-private-dev, - qt6-svg-dev, - qt6-wayland-dev + qt6-base-private-dev (>= 6.6.0), + qt6-svg-dev (>= 6.6.0), + qt6-wayland-dev (>= 6.6.0) Standards-Version: 4.7.0 Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-notificationd-packaging Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-notificationd-packaging.git