Compare commits
5 Commits
ed82705efd
...
f9547b646a
Author | SHA1 | Date | |
---|---|---|---|
f9547b646a | |||
33e3f37553 | |||
6efce24ec0 | |||
92039c8848 | |||
3cc388ced7 |
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
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
|
||||
|
||||
* New upstream release.
|
||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -9,9 +9,9 @@ Priority: optional
|
||||
Build-Depends: cmake,
|
||||
debhelper-compat (= 13),
|
||||
libglib2.0-dev,
|
||||
pkg-config,
|
||||
qtbase5-dev
|
||||
Standards-Version: 4.6.2
|
||||
pkgconf,
|
||||
qt6-base-dev
|
||||
Standards-Version: 4.7.0
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging
|
||||
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
|
||||
@ -24,9 +24,9 @@ Architecture: all
|
||||
Depends: binutils,
|
||||
cmake,
|
||||
libglib2.0-dev (>= 2.73.1),
|
||||
pkg-config,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools,
|
||||
pkgconf,
|
||||
qt6-tools-dev,
|
||||
qt6-tools-dev-tools,
|
||||
${misc:Depends}
|
||||
Recommends: git, lintian
|
||||
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
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2021 LXQt team
|
||||
Copyright: 2012-2023 LXQt team
|
||||
2010-2012 Razor team
|
||||
License: BSD-3-Clause
|
||||
|
||||
@ -28,7 +28,7 @@ Files: lxqt-transupdate
|
||||
cmake/modules/LXQtTranslate.cmake
|
||||
cmake/modules/LXQtTranslateTs.cmake.in
|
||||
cmake/modules/LXQtTranslationLoader.cmake
|
||||
cmake/modules/Qt5TranslationLoader.cmake
|
||||
cmake/modules/Qt6TranslationLoader.cmake
|
||||
Copyright: 2018 Alf Gaida <agaida@siduction.org>
|
||||
2014-2020 Luís Pereira <luis.artur.pereira@gmail.com>
|
||||
2006-2007 Laurent Montel <montel@kde.org>
|
||||
@ -49,7 +49,7 @@ Copyright:
|
||||
2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
2022 Severus Septimius <severusseptimius7@gmail.com>
|
||||
2022 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||
2022-2023 Simon Quigley <tsimonq2@ubuntu.com>
|
||||
2022-2024 Simon Quigley <tsimonq2@ubuntu.com>
|
||||
License: BSD-3-Clause
|
||||
|
||||
Copyright: Alf Gaida <agaida@siduction.org>
|
||||
|
Loading…
x
Reference in New Issue
Block a user