diff --git a/debian/changelog b/debian/changelog index 4febdf7..261efcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xdg-desktop-portal-lxqt (1.1.0-0ubuntu5) plucky; urgency=medium + + * Remove extra runtime depends that are pulled in by debhelper anyway. + + -- Simon Quigley Sun, 16 Feb 2025 19:26:24 -0600 + xdg-desktop-portal-lxqt (1.1.0-0ubuntu4) plucky; urgency=medium * No-change rebuild for Qt 6.8.2. diff --git a/debian/control b/debian/control index 812fb6d..7f41793 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Maintainer: Lubuntu Developers Uploaders: Simon Quigley Section: libs Priority: optional -Build-Depends: cmake (>= 3.18), - debhelper-compat (= 13), +Build-Depends: debhelper-compat (= 13), + cmake (>= 3.18), libfm-qt6-dev (>= 2.1.0), libkf6windowsystem-dev (>= 6.0.0), libxcb-composite0-dev, @@ -44,11 +44,7 @@ Rules-Requires-Root: no Package: xdg-desktop-portal-lxqt Architecture: any -Depends: libfm-qt6-dev (>= 2.1.0), - libkf6windowsystem-dev (>= 6.0.0), - xdg-desktop-portal, - ${misc:Depends}, - ${shlibs:Depends} +Depends: xdg-desktop-portal, ${misc:Depends}, ${shlibs:Depends} Conflicts: lxqt-session (<< 2.1.0) Replaces: lxqt-session (<< 2.1.0) Pre-Depends: ${misc:Pre-Depends}