pkg-config -> pkgconf
This commit is contained in:
parent
33e3f37553
commit
f9547b646a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ lxqt-build-tools (2.0.0-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
- Update build and runtime dependencies for Qt 6.
|
- Update build and runtime dependencies for Qt 6.
|
||||||
* Update debian/copyright.
|
* Update debian/copyright.
|
||||||
* Bump Standards-version to 4.7.0, no changes needed.
|
* 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
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 23 Apr 2024 15:22:54 -0500
|
||||||
|
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -9,7 +9,7 @@ Priority: optional
|
|||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
pkg-config,
|
pkgconf,
|
||||||
qt6-base-dev
|
qt6-base-dev
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.0
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-build-tools-packaging
|
||||||
@ -24,7 +24,7 @@ Architecture: all
|
|||||||
Depends: binutils,
|
Depends: binutils,
|
||||||
cmake,
|
cmake,
|
||||||
libglib2.0-dev (>= 2.73.1),
|
libglib2.0-dev (>= 2.73.1),
|
||||||
pkg-config,
|
pkgconf,
|
||||||
qt6-tools-dev,
|
qt6-tools-dev,
|
||||||
qt6-tools-dev-tools,
|
qt6-tools-dev-tools,
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user