Compare commits
No commits in common. "f9547b646ad9d98d8de8e1a25fe67a264ddf83a9" and "ed82705efdc8102b34c43acba29d8261826c5f5c" have entirely different histories.
f9547b646a
...
ed82705efd
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,13 +1,3 @@
|
|||||||
lxqt-build-tools (2.0.0-0ubuntu1) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
* New upstream release.
|
|
||||||
- Update build and runtime dependencies for Qt 6.
|
|
||||||
* Update debian/copyright.
|
|
||||||
* Bump Standards-version to 4.7.0, no changes needed.
|
|
||||||
* pkg-config -> pkgconf
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 23 Apr 2024 15:22:54 -0500
|
|
||||||
|
|
||||||
lxqt-build-tools (0.13.0-0ubuntu1) mantic; urgency=medium
|
lxqt-build-tools (0.13.0-0ubuntu1) mantic; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -9,9 +9,9 @@ Priority: optional
|
|||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
pkgconf,
|
pkg-config,
|
||||||
qt6-base-dev
|
qtbase5-dev
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.6.2
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-build-tools
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-build-tools
|
||||||
@ -24,9 +24,9 @@ Architecture: all
|
|||||||
Depends: binutils,
|
Depends: binutils,
|
||||||
cmake,
|
cmake,
|
||||||
libglib2.0-dev (>= 2.73.1),
|
libglib2.0-dev (>= 2.73.1),
|
||||||
pkgconf,
|
pkg-config,
|
||||||
qt6-tools-dev,
|
qttools5-dev,
|
||||||
qt6-tools-dev-tools,
|
qttools5-dev-tools,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Recommends: git, lintian
|
Recommends: git, lintian
|
||||||
Description: Build tools for the LXQt desktop environment
|
Description: Build tools for the LXQt desktop environment
|
||||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: lxqt-build-tools
|
|||||||
Source: https://github.com/lxqt/lxqt-build-tools
|
Source: https://github.com/lxqt/lxqt-build-tools
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2023 LXQt team
|
Copyright: 2012-2021 LXQt team
|
||||||
2010-2012 Razor team
|
2010-2012 Razor team
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ Files: lxqt-transupdate
|
|||||||
cmake/modules/LXQtTranslate.cmake
|
cmake/modules/LXQtTranslate.cmake
|
||||||
cmake/modules/LXQtTranslateTs.cmake.in
|
cmake/modules/LXQtTranslateTs.cmake.in
|
||||||
cmake/modules/LXQtTranslationLoader.cmake
|
cmake/modules/LXQtTranslationLoader.cmake
|
||||||
cmake/modules/Qt6TranslationLoader.cmake
|
cmake/modules/Qt5TranslationLoader.cmake
|
||||||
Copyright: 2018 Alf Gaida <agaida@siduction.org>
|
Copyright: 2018 Alf Gaida <agaida@siduction.org>
|
||||||
2014-2020 Luís Pereira <luis.artur.pereira@gmail.com>
|
2014-2020 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||||
2006-2007 Laurent Montel <montel@kde.org>
|
2006-2007 Laurent Montel <montel@kde.org>
|
||||||
@ -49,7 +49,7 @@ Copyright:
|
|||||||
2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
2022 Severus Septimius <severusseptimius7@gmail.com>
|
2022 Severus Septimius <severusseptimius7@gmail.com>
|
||||||
2022 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
2022 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||||
2022-2024 Simon Quigley <tsimonq2@ubuntu.com>
|
2022-2023 Simon Quigley <tsimonq2@ubuntu.com>
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
||||||
Copyright: Alf Gaida <agaida@siduction.org>
|
Copyright: Alf Gaida <agaida@siduction.org>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user