Merge branch 'ubuntu/noble' into backports/jammy

backports/0.5.0-0ubuntu1%ppa1
Aaron Rainbolt 6 months ago
commit 2976273aa0

13
debian/changelog vendored

@ -1,8 +1,17 @@
xdg-desktop-portal-lxqt (0.4.0-0ubuntu2~ppa1) jammy; urgency=medium
xdg-desktop-portal-lxqt (0.5.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 10 Oct 2023 08:07:57 -0500
-- Aaron Rainbolt <arraybolt3@gmail.com> Sun, 12 Nov 2023 21:02:39 -0600
xdg-desktop-portal-lxqt (0.5.0-0ubuntu1) noble; urgency=medium
* New upstream release.
* Overhauled copyright file.
* Bump build dependency versions.
* Compressed the changelog.
-- Aaron Rainbolt <arraybolt3@gmail.com> Sun, 12 Nov 2023 21:02:39 -0600
xdg-desktop-portal-lxqt (0.4.0-0ubuntu2) mantic; urgency=medium

2
debian/control vendored

@ -4,7 +4,7 @@ Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
libfm-qt-dev (>= 1.3.0),
libfm-qt-dev (>= 1.4.0),
libkf5windowsystem-dev,
libqt5x11extras5-dev,
lxqt-build-tools (>= 0.13.0),

31
debian/copyright vendored

@ -3,16 +3,43 @@ Upstream-Name: qtxdg-tools
Source: https://github.com/lxqt/qtxdg-tools
Files: *
Copyright: 2021-2023 LXQt team
License: LGPL-2.1
Files: src/desktopportal.cpp
src/desktopportal.h
src/filechooser.cpp
src/filechooser.h
src/filedialoghelper.cpp
src/filedialoghelper.h
src/main.cpp
src/utils.cpp
src/utils.h
Copyright: 2016-2018 Red Hat Inc
2016-2018 Jan Grulich <jgrulich@redhat.com>
2018 Alexander Volkov <a.volkov@rusbitech.ru>
2018 Alexander Volkov <a.volkov@rusbitech.ru>
2021-2023 LXQt team
License: LGPL-2.1+
Files: debian/*
Copyright: 2022-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Copyright: 2022-2023 Simon Quigley <tsimonq2@ubuntu.com>
2022-2023 Aaron Rainbolt <arraybolt3@gmail.com>
License: LGPL-2.1+
License: LGPL-2.1
This program or library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; version 2.1
of the License.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
On Debian systems, the complete text of the GNU Lesser General
Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
License: LGPL-2.1+
This program or library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public

5
debian/rules vendored

@ -7,8 +7,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake
#override_dh_missing:
# dh_missing --fail-missing
override_dh_installchangelogs:
dh_installchangelogs -O--buildsystem=cmake
gzip -9 debian/xdg-desktop-portal-lxqt/usr/share/doc/xdg-desktop-portal-lxqt/CHANGELOG
override_dh_auto_configure:
dh_auto_configure -- \

Loading…
Cancel
Save