From f4f01982c38b48359d2e3ff041cab1e28241bfff Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sun, 12 Nov 2023 21:03:05 -0600 Subject: [PATCH 1/4] Bump version for new upstream release --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 04562fa..5e0db98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xdg-desktop-portal-lxqt (0.5.0-0ubuntu1) noble; urgency=medium + + * New upstream release. + + -- Aaron Rainbolt Sun, 12 Nov 2023 21:02:39 -0600 + xdg-desktop-portal-lxqt (0.4.0-0ubuntu2) mantic; urgency=medium * Add a Provides for xdg-desktop-portal-backend (LP: #2036098). From 0ede4d95fa17ade19668f2a98beb8d837141d0d8 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sun, 12 Nov 2023 21:10:05 -0600 Subject: [PATCH 2/4] Overhaul copyright file --- debian/changelog | 1 + debian/copyright | 31 +++++++++++++++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e0db98..3ebfe66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xdg-desktop-portal-lxqt (0.5.0-0ubuntu1) noble; urgency=medium * New upstream release. + * Overhauled copyright file. -- Aaron Rainbolt Sun, 12 Nov 2023 21:02:39 -0600 diff --git a/debian/copyright b/debian/copyright index 132cdc3..66e35e7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 - 2018 Alexander Volkov + 2018 Alexander Volkov 2021-2023 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2022-2023, Lubuntu Developers +Copyright: 2022-2023 Simon Quigley + 2022-2023 Aaron Rainbolt 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 From 0da6a27dd5bb8fd72c0199b9f67498e69cecb8bc Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sun, 12 Nov 2023 21:10:50 -0600 Subject: [PATCH 3/4] Bump build deps --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3ebfe66..16de146 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ xdg-desktop-portal-lxqt (0.5.0-0ubuntu1) noble; urgency=medium * New upstream release. * Overhauled copyright file. + * Bump build dependency versions. -- Aaron Rainbolt Sun, 12 Nov 2023 21:02:39 -0600 diff --git a/debian/control b/debian/control index 013ee79..1558006 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Simon Quigley 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), From 032c57bf49f6e280cfd32d7273e8523eb7b8ed33 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sun, 12 Nov 2023 21:31:43 -0600 Subject: [PATCH 4/4] Compress changelog --- debian/changelog | 1 + debian/rules | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16de146..befef4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ 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 Sun, 12 Nov 2023 21:02:39 -0600 diff --git a/debian/rules b/debian/rules index 7cdbb0c..e011e1c 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- \