Compare commits
No commits in common. "ubuntu/plucky" and "ubuntu/3.10.0-1ubuntu1" have entirely different histories.
ubuntu/plu
...
ubuntu/3.1
42
debian/changelog
vendored
42
debian/changelog
vendored
@ -1,45 +1,3 @@
|
|||||||
qtxdg-tools (4.1.0-0ubuntu3) plucky; urgency=medium
|
|
||||||
|
|
||||||
* Update Standards-Version to 4.7.1, no changes needed.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:20:18 -0600
|
|
||||||
|
|
||||||
qtxdg-tools (4.1.0-0ubuntu2) plucky; urgency=medium
|
|
||||||
|
|
||||||
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 04:02:37 -0600
|
|
||||||
|
|
||||||
qtxdg-tools (4.1.0-0ubuntu1) plucky; urgency=medium
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
- Bump build dependencies.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:33:50 -0600
|
|
||||||
|
|
||||||
qtxdg-tools (4.0.0-0ubuntu1) oracular; urgency=medium
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
* Bump build dependencies.
|
|
||||||
* Bump Standards-Version to 4.7.0, no changes necessary.
|
|
||||||
* Update copyright file.
|
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:05:28 -0500
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 26 Jul 2023 12:41:05 -0500
|
|
||||||
|
|
||||||
qtxdg-tools (3.10.0-1ubuntu1) lunar; urgency=medium
|
qtxdg-tools (3.10.0-1ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
[ Andrew Lee ]
|
[ Andrew Lee ]
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -4,11 +4,10 @@ Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
|
|||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libqt6xdg-dev (>= 4.1.0),
|
libqt5xdg-dev (>= 3.10.0),
|
||||||
libqt6xdgiconloader-dev (>= 4.1.0),
|
libqt5xdgiconloader-dev (>= 3.10.0),
|
||||||
libxkbcommon-dev (>= 0.5.0),
|
lxqt-build-tools (>= 0.12.0)
|
||||||
lxqt-build-tools (>= 2.1.0)
|
Standards-Version: 4.6.2
|
||||||
Standards-Version: 4.7.1
|
|
||||||
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
|
||||||
Homepage: https://github.com/lxqt/qtxdg-tools
|
Homepage: https://github.com/lxqt/qtxdg-tools
|
||||||
@ -16,7 +15,8 @@ Rules-Requires-Root: no
|
|||||||
|
|
||||||
Package: qtxdg-tools
|
Package: qtxdg-tools
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: User tools for libqtxdg
|
Description: User tools for libqtxdg
|
||||||
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
|
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
|
||||||
|
27
debian/copyright
vendored
27
debian/copyright
vendored
@ -3,18 +3,13 @@ Upstream-Name: qtxdg-tools
|
|||||||
Source: https://github.com/lxqt/qtxdg-tools
|
Source: https://github.com/lxqt/qtxdg-tools
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2020-2024 LXQt team
|
Copyright: 2018-2021 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||||
License: LGPL-2.1
|
2020-2022 LXQt team
|
||||||
|
|
||||||
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>
|
||||||
2022-2025 Simon Quigley <tsimonq2@ubuntu.com>
|
2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2022-2024 Aaron Rainbolt <arraybolt3@gmail.com>
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -30,17 +25,3 @@ 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".
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user