Compare commits

..

4 Commits

Author SHA1 Message Date
06b6a2ea77 Backport to Jammy. 2023-11-10 11:14:55 -06:00
9f8a77b9eb Bump build dep versions 2023-11-05 15:38:16 -06:00
3d4b04c2c8 Update copyright file 2023-11-05 15:37:06 -06:00
4cb6eeeca7 Bump version for new upstream release 2023-11-05 15:25:57 -06:00
3 changed files with 36 additions and 9 deletions

12
debian/changelog vendored
View File

@ -1,8 +1,16 @@
qtxdg-tools (3.11.0-0ubuntu1~ppa1) jammy; urgency=medium qtxdg-tools (3.12.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy. * Backport to Jammy.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 10:03:09 -0500 -- Simon Quigley <tsimonq2@ubuntu.com> Fri, 10 Nov 2023 11:14:32 -0600
qtxdg-tools (3.12.0-0ubuntu1) noble; urgency=medium
* New upstream release.
* Update copyright file.
* Bump build dependency versions.
-- Aaron Rainbolt <arraybolt3@gmail.com> Sun, 05 Nov 2023 15:25:31 -0600
qtxdg-tools (3.11.0-0ubuntu1) mantic; urgency=medium qtxdg-tools (3.11.0-0ubuntu1) mantic; urgency=medium

6
debian/control vendored
View File

@ -4,9 +4,9 @@ Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
Section: admin Section: admin
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
libqt5xdg-dev (>= 3.10.0), libqt5xdg-dev (>= 3.12.0),
libqt5xdgiconloader-dev (>= 3.10.0), libqt5xdgiconloader-dev (>= 3.12.0),
lxqt-build-tools (>= 0.12.0) lxqt-build-tools (>= 0.13.0)
Standards-Version: 4.6.2 Standards-Version: 4.6.2
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/qtxdg-tools-packaging.git

27
debian/copyright vendored
View File

@ -3,13 +3,18 @@ Upstream-Name: qtxdg-tools
Source: https://github.com/lxqt/qtxdg-tools Source: https://github.com/lxqt/qtxdg-tools
Files: * Files: *
Copyright: 2018-2021 Luís Pereira <luis.artur.pereira@gmail.com> Copyright: 2020-2023 LXQt team
2020-2022 LXQt team License: LGPL-2.1
Files: src/mat/*.cpp
src/mat/*.h
Copyright: 2018-2021 Luis Pereira <luis.artur.pereira@gmail.com>
License: LGPL-2.1+ License: LGPL-2.1+
Files: debian/* Files: debian/*
Copyright: 2022 Andrew Lee <ajqlee@debian.org> Copyright: 2022 Andrew Lee <ajqlee@debian.org>
2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> 2022-2023 Simon Quigley <tsimonq2@ubuntu.com>
2022-2023 Aaron Rainbolt <arraybolt3@gmail.com>
License: LGPL-2.1+ License: LGPL-2.1+
License: LGPL-2.1+ License: LGPL-2.1+
@ -25,3 +30,17 @@ License: LGPL-2.1+
. .
On Debian systems, the complete text of the GNU Lesser General 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". 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
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".