Tighten dependencies.
This commit is contained in:
parent
f75f487119
commit
a2517fe9f5
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,7 +1,9 @@
|
|||||||
qt6-base (6.2.0+dfsg-2) UNRELEASED; urgency=medium
|
qt6-base (6.2.0+dfsg-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Patrick Franz ]
|
||||||
|
* Tighten dependencies.
|
||||||
|
|
||||||
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 06 Oct 2021 06:42:49 +0200
|
-- Patrick Franz <deltaone@debian.org> Wed, 06 Oct 2021 06:47:51 +0200
|
||||||
|
|
||||||
qt6-base (6.2.0+dfsg-1) experimental; urgency=medium
|
qt6-base (6.2.0+dfsg-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
19
debian/control
vendored
19
debian/control
vendored
@ -72,7 +72,7 @@ Build-Depends: cmake (>= 3.18~),
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
pkg-kde-tools (>= 0.15.17~),
|
pkg-kde-tools (>= 0.15.17~),
|
||||||
unixodbc-dev,
|
unixodbc-dev,
|
||||||
zlib1g-dev
|
zlib1g-dev,
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.0
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: https://www.qt.io/developers/
|
Homepage: https://www.qt.io/developers/
|
||||||
@ -216,7 +216,7 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
Recommends: libqt6sql6-sqlite | libqt6sql6-mysql | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase
|
Recommends: libqt6sql6-sqlite | libqt6sql6-mysql | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase,
|
||||||
Description: Qt 6 SQL module
|
Description: Qt 6 SQL module
|
||||||
Qt is a cross-platform C++ application framework. Qt's primary feature
|
Qt is a cross-platform C++ application framework. Qt's primary feature
|
||||||
is its rich set of widgets that provide standard GUI functionality.
|
is its rich set of widgets that provide standard GUI functionality.
|
||||||
@ -341,9 +341,11 @@ Depends: libqt6concurrent6 (= ${binary:Version}),
|
|||||||
libqt6test6 (= ${binary:Version}),
|
libqt6test6 (= ${binary:Version}),
|
||||||
libqt6widgets6 (= ${binary:Version}),
|
libqt6widgets6 (= ${binary:Version}),
|
||||||
libqt6xml6 (= ${binary:Version}),
|
libqt6xml6 (= ${binary:Version}),
|
||||||
|
qmake6 (= ${binary:Version}),
|
||||||
qt6-base-dev-tools (= ${binary:Version}),
|
qt6-base-dev-tools (= ${binary:Version}),
|
||||||
qt6-qpa-plugins (= ${binary:Version}),
|
qt6-qpa-plugins (= ${binary:Version}),
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
|
Recommends: libqt6opengl6-dev (= ${binary:Version})
|
||||||
Description: Qt 6 base development files
|
Description: Qt 6 base development files
|
||||||
Qt is a cross-platform C++ application framework. Qt's primary feature
|
Qt is a cross-platform C++ application framework. Qt's primary feature
|
||||||
is its rich set of widgets that provide standard GUI functionality.
|
is its rich set of widgets that provide standard GUI functionality.
|
||||||
@ -362,7 +364,7 @@ Depends: libfontconfig-dev,
|
|||||||
libinput-dev [linux-any],
|
libinput-dev [linux-any],
|
||||||
libxkbcommon-dev,
|
libxkbcommon-dev,
|
||||||
qt6-base-dev (= ${binary:Version}),
|
qt6-base-dev (= ${binary:Version}),
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
Description: Qt 6 base private development files
|
Description: Qt 6 base private development files
|
||||||
Qt is a cross-platform C++ application framework. Qt's primary feature
|
Qt is a cross-platform C++ application framework. Qt's primary feature
|
||||||
is its rich set of widgets that provide standard GUI functionality.
|
is its rich set of widgets that provide standard GUI functionality.
|
||||||
@ -379,7 +381,7 @@ Section: devel
|
|||||||
Depends: qtchooser (>= 55-gc9562a1-1~),
|
Depends: qtchooser (>= 55-gc9562a1-1~),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${perl:Depends},
|
${perl:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends},
|
||||||
Description: Qt 6 base development programs
|
Description: Qt 6 base development programs
|
||||||
Qt is a cross-platform C++ application framework. Qt's primary feature
|
Qt is a cross-platform C++ application framework. Qt's primary feature
|
||||||
is its rich set of widgets that provide standard GUI functionality.
|
is its rich set of widgets that provide standard GUI functionality.
|
||||||
@ -397,7 +399,7 @@ Multi-Arch: same
|
|||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: libqt6opengl6 (= ${binary:Version}),
|
Depends: libqt6opengl6 (= ${binary:Version}),
|
||||||
qt6-base-dev (= ${binary:Version}),
|
qt6-base-dev (= ${binary:Version}),
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
Description: Qt 6 OpenGL library development files
|
Description: Qt 6 OpenGL library development files
|
||||||
Qt is a cross-platform C++ application framework. Qt's primary feature
|
Qt is a cross-platform C++ application framework. Qt's primary feature
|
||||||
is its rich set of widgets that provide standard GUI functionality.
|
is its rich set of widgets that provide standard GUI functionality.
|
||||||
@ -421,10 +423,11 @@ Package: qmake6
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Section: devel
|
Section: devel
|
||||||
Depends: qtchooser (>= 55-gc9562a1-1~),
|
Depends: qmake6-bin (= ${binary:Version}),
|
||||||
|
qtchooser (>= 55-gc9562a1-1~),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${perl:Depends},
|
${perl:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends},
|
||||||
Description: Qt 6 qmake Makefile generator tool
|
Description: Qt 6 qmake Makefile generator tool
|
||||||
Qt is a cross-platform C++ application framework. Qt's primary feature
|
Qt is a cross-platform C++ application framework. Qt's primary feature
|
||||||
is its rich set of widgets that provide standard GUI functionality.
|
is its rich set of widgets that provide standard GUI functionality.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user