Compare commits
No commits in common. "6d0fb6f7aebb3d970166a12ef7ee8b12204c25d5" and "788835530182498139e3971dacd7d1a3b62e2f38" have entirely different histories.
6d0fb6f7ae
...
7888355301
24
debian/changelog
vendored
24
debian/changelog
vendored
@ -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
|
||||
|
||||
* New upstream release.
|
||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -3,8 +3,8 @@ Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
cmake (>= 3.18),
|
||||
Build-Depends: cmake (>= 3.18),
|
||||
debhelper-compat (= 13),
|
||||
libfm-qt6-dev (>= 2.1.0),
|
||||
libkf6windowsystem-dev (>= 6.0.0),
|
||||
libxcb-composite0-dev,
|
||||
@ -44,7 +44,11 @@ Rules-Requires-Root: no
|
||||
|
||||
Package: xdg-desktop-portal-lxqt
|
||||
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)
|
||||
Replaces: lxqt-session (<< 2.1.0)
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
|
Loading…
x
Reference in New Issue
Block a user