Compare commits

..

No commits in common. "6d0fb6f7aebb3d970166a12ef7ee8b12204c25d5" and "788835530182498139e3971dacd7d1a3b62e2f38" have entirely different histories.

2 changed files with 7 additions and 27 deletions

24
debian/changelog vendored
View File

@ -1,27 +1,3 @@
xdg-desktop-portal-lxqt (1.1.0-0ubuntu5) plucky; urgency=medium
* Remove extra runtime depends that are pulled in by debhelper anyway.
-- Simon Quigley <tsimonq2@ubuntu.com> 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.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 04 Feb 2025 18:32:43 -0600
xdg-desktop-portal-lxqt (1.1.0-0ubuntu3) plucky; urgency=medium
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 04:03:21 -0600
xdg-desktop-portal-lxqt (1.1.0-0ubuntu2) plucky; urgency=medium
* No-change rebuild for Qt 6.8.1.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 05 Dec 2024 00:46:26 -0600
xdg-desktop-portal-lxqt (1.1.0-0ubuntu1) plucky; urgency=medium xdg-desktop-portal-lxqt (1.1.0-0ubuntu1) plucky; urgency=medium
* New upstream release. * New upstream release.

10
debian/control vendored
View File

@ -3,8 +3,8 @@ Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Uploaders: Simon Quigley <tsimonq2@lubuntu.me> Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
Section: libs Section: libs
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: cmake (>= 3.18),
cmake (>= 3.18), debhelper-compat (= 13),
libfm-qt6-dev (>= 2.1.0), libfm-qt6-dev (>= 2.1.0),
libkf6windowsystem-dev (>= 6.0.0), libkf6windowsystem-dev (>= 6.0.0),
libxcb-composite0-dev, libxcb-composite0-dev,
@ -44,7 +44,11 @@ Rules-Requires-Root: no
Package: xdg-desktop-portal-lxqt Package: xdg-desktop-portal-lxqt
Architecture: any Architecture: any
Depends: xdg-desktop-portal, ${misc:Depends}, ${shlibs:Depends} Depends: libfm-qt6-dev (>= 2.1.0),
libkf6windowsystem-dev (>= 6.0.0),
xdg-desktop-portal,
${misc:Depends},
${shlibs:Depends}
Conflicts: lxqt-session (<< 2.1.0) Conflicts: lxqt-session (<< 2.1.0)
Replaces: lxqt-session (<< 2.1.0) Replaces: lxqt-session (<< 2.1.0)
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}