NMU for 64-bit time_t transition.
This commit is contained in:
parent
ac8bf11e27
commit
99f8a3c85c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
qt6-base (6.4.2+dfsg-21.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
* Rename libraries for 64-bit time_t transition. Closes: #1062725
|
||||||
|
|
||||||
|
-- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 21:45:27 +0000
|
||||||
|
|
||||||
qt6-base (6.4.2+dfsg-21) unstable; urgency=medium
|
qt6-base (6.4.2+dfsg-21) unstable; urgency=medium
|
||||||
|
|
||||||
[ Patrick Franz ]
|
[ Patrick Franz ]
|
||||||
|
97
debian/control
vendored
97
debian/control
vendored
@ -2,7 +2,7 @@ Source: qt6-base
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
|
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
|
||||||
Uploaders: Patrick Franz <deltaone@debian.org>,
|
Uploaders: Patrick Franz <deltaone@debian.org>,
|
||||||
Build-Depends: cmake (>= 3.24~),
|
Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.24~),
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
default-libmysqlclient-dev,
|
default-libmysqlclient-dev,
|
||||||
dh-exec,
|
dh-exec,
|
||||||
@ -82,11 +82,13 @@ Rules-Requires-Root: no
|
|||||||
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-base.git
|
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-base.git
|
||||||
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-base
|
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-base
|
||||||
|
|
||||||
Package: libqt6core6
|
Package: libqt6core6t64
|
||||||
|
Replaces: libqt6core6
|
||||||
|
Breaks: libqt6core6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
Provides: qt6-base-abi (= 6.4.2),
|
Provides: ${t64:Provides}, qt6-base-abi (= 6.4.2),
|
||||||
Depends: shared-mime-info, ${misc:Depends}, ${shlibs:Depends},
|
Depends: shared-mime-info, ${misc:Depends}, ${shlibs:Depends},
|
||||||
Recommends: qt6-translations-l10n,
|
Recommends: qt6-translations-l10n,
|
||||||
Description: Qt 6 core module
|
Description: Qt 6 core module
|
||||||
@ -95,7 +97,10 @@ Description: Qt 6 core module
|
|||||||
.
|
.
|
||||||
The QtCore module contains core non-GUI functionality.
|
The QtCore module contains core non-GUI functionality.
|
||||||
|
|
||||||
Package: libqt6concurrent6
|
Package: libqt6concurrent6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6concurrent6
|
||||||
|
Breaks: libqt6concurrent6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -107,7 +112,10 @@ Description: Qt 6 concurrent module
|
|||||||
The QtConcurrent module contains functionality to support concurrent execution
|
The QtConcurrent module contains functionality to support concurrent execution
|
||||||
of program code.
|
of program code.
|
||||||
|
|
||||||
Package: libqt6dbus6
|
Package: libqt6dbus6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6dbus6
|
||||||
|
Breaks: libqt6dbus6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -123,13 +131,14 @@ Description: Qt 6 D-Bus module
|
|||||||
applications by exporting objects, as well as use services exported by those
|
applications by exporting objects, as well as use services exported by those
|
||||||
applications by placing calls and accessing properties.
|
applications by placing calls and accessing properties.
|
||||||
|
|
||||||
Package: libqt6gui6
|
Package: libqt6gui6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends},
|
Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends},
|
||||||
Breaks: qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
Breaks: libqt6gui6 (<< ${source:Version}), qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
||||||
Replaces: qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
Replaces: libqt6gui6, qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
||||||
Recommends: qt6-gtk-platformtheme, qt6-qpa-plugins, qt6-wayland [linux-any],
|
Recommends: qt6-gtk-platformtheme, qt6-qpa-plugins, qt6-wayland [linux-any],
|
||||||
Description: Qt 6 GUI module
|
Description: Qt 6 GUI 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
|
||||||
@ -142,9 +151,9 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends},
|
Depends: fontconfig, ${misc:Depends}, ${shlibs:Depends},
|
||||||
Breaks: libqt6gui6 (<< 6.3.1+dfsg-6~),
|
Breaks: libqt6gui6t64 (<< 6.3.1+dfsg-6~),
|
||||||
libqt6network6 (<< 6.2.4+dfsg-5~),
|
libqt6network6t64 (<< 6.2.4+dfsg-5~),
|
||||||
libqt6opengl6 (<< 6.3.1+dfsg-6~),
|
libqt6opengl6t64 (<< 6.3.1+dfsg-6~),
|
||||||
Description: Qt 6 QPA plugins
|
Description: Qt 6 QPA plugins
|
||||||
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.
|
||||||
@ -177,13 +186,14 @@ Description: Qt 6 XDG Desktop Portal platform theme
|
|||||||
This package provides the XDG Desktop portal platform theme, which makes
|
This package provides the XDG Desktop portal platform theme, which makes
|
||||||
Qt use native file dialogs on Flatpak/Snap based environments.
|
Qt use native file dialogs on Flatpak/Snap based environments.
|
||||||
|
|
||||||
Package: libqt6opengl6
|
Package: libqt6opengl6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
Architecture: any
|
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},
|
||||||
Breaks: qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
Breaks: libqt6opengl6 (<< ${source:Version}), qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
||||||
Replaces: qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
Replaces: libqt6opengl6, qt6-qpa-plugins (<< 6.3.1+dfsg-6~),
|
||||||
Description: Qt 6 OpenGL module
|
Description: Qt 6 OpenGL 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.
|
||||||
@ -194,7 +204,10 @@ Description: Qt 6 OpenGL module
|
|||||||
OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
|
OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
|
||||||
rendering and provides little or no support for GUI programming issues.
|
rendering and provides little or no support for GUI programming issues.
|
||||||
|
|
||||||
Package: libqt6openglwidgets6
|
Package: libqt6openglwidgets6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6openglwidgets6
|
||||||
|
Breaks: libqt6openglwidgets6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -211,13 +224,14 @@ Description: Qt 6 OpenGL widgets module
|
|||||||
.
|
.
|
||||||
The OpenGL widgets module provides the widget for rendering OpenGL graphics.
|
The OpenGL widgets module provides the widget for rendering OpenGL graphics.
|
||||||
|
|
||||||
Package: libqt6network6
|
Package: libqt6network6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
Depends: ${libssl:Depends}, ${misc:Depends}, ${shlibs:Depends},
|
Depends: ${libssl:Depends}, ${misc:Depends}, ${shlibs:Depends},
|
||||||
Breaks: qt6-qpa-plugins (<< 6.2.4+dfsg-5~),
|
Breaks: libqt6network6 (<< ${source:Version}), qt6-qpa-plugins (<< 6.2.4+dfsg-5~),
|
||||||
Replaces: qt6-qpa-plugins (<< 6.2.4+dfsg-5~),
|
Replaces: libqt6network6, qt6-qpa-plugins (<< 6.2.4+dfsg-5~),
|
||||||
Description: Qt 6 network module
|
Description: Qt 6 network 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.
|
||||||
@ -225,7 +239,10 @@ Description: Qt 6 network module
|
|||||||
The QtNetwork module offers classes that allow you to write TCP/IP clients and
|
The QtNetwork module offers classes that allow you to write TCP/IP clients and
|
||||||
servers. It provides classes to make network programming easier and portable.
|
servers. It provides classes to make network programming easier and portable.
|
||||||
|
|
||||||
Package: libqt6sql6
|
Package: libqt6sql6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6sql6
|
||||||
|
Breaks: libqt6sql6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -293,7 +310,10 @@ Description: Qt 6 Firebird database driver
|
|||||||
Install it if you intend to use or write Qt programs that are to access a
|
Install it if you intend to use or write Qt programs that are to access a
|
||||||
Firebird/InterBase DB.
|
Firebird/InterBase DB.
|
||||||
|
|
||||||
Package: libqt6test6
|
Package: libqt6test6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6test6
|
||||||
|
Breaks: libqt6test6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -305,7 +325,10 @@ Description: Qt 6 test module
|
|||||||
The QtTest module provides classes for unit testing Qt applications and
|
The QtTest module provides classes for unit testing Qt applications and
|
||||||
libraries.
|
libraries.
|
||||||
|
|
||||||
Package: libqt6widgets6
|
Package: libqt6widgets6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6widgets6
|
||||||
|
Breaks: libqt6widgets6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -316,7 +339,10 @@ Description: Qt 6 widgets module
|
|||||||
.
|
.
|
||||||
The QtWidgets module extends QtGui with C++ widget functionality.
|
The QtWidgets module extends QtGui with C++ widget functionality.
|
||||||
|
|
||||||
Package: libqt6xml6
|
Package: libqt6xml6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6xml6
|
||||||
|
Breaks: libqt6xml6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -328,7 +354,10 @@ Description: Qt 6 XML module
|
|||||||
The QtXml module provides a stream reader and writer for XML documents,
|
The QtXml module provides a stream reader and writer for XML documents,
|
||||||
and C++ implementations of SAX and DOM.
|
and C++ implementations of SAX and DOM.
|
||||||
|
|
||||||
Package: libqt6printsupport6
|
Package: libqt6printsupport6t64
|
||||||
|
Provides: ${t64:Provides}
|
||||||
|
Replaces: libqt6printsupport6
|
||||||
|
Breaks: libqt6printsupport6 (<< ${source:Version})
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends},
|
Pre-Depends: ${misc:Pre-Depends},
|
||||||
@ -348,17 +377,17 @@ Multi-Arch: same
|
|||||||
Depends: libgl-dev,
|
Depends: libgl-dev,
|
||||||
libglx-dev,
|
libglx-dev,
|
||||||
libopengl-dev,
|
libopengl-dev,
|
||||||
libqt6concurrent6 (= ${binary:Version}),
|
libqt6concurrent6t64 (= ${binary:Version}),
|
||||||
libqt6core6 (= ${binary:Version}),
|
libqt6core6t64 (= ${binary:Version}),
|
||||||
libqt6dbus6 (= ${binary:Version}),
|
libqt6dbus6t64 (= ${binary:Version}),
|
||||||
libqt6gui6 (= ${binary:Version}),
|
libqt6gui6t64 (= ${binary:Version}),
|
||||||
libqt6network6 (= ${binary:Version}),
|
libqt6network6t64 (= ${binary:Version}),
|
||||||
libqt6openglwidgets6 (= ${binary:Version}),
|
libqt6openglwidgets6t64 (= ${binary:Version}),
|
||||||
libqt6printsupport6 (= ${binary:Version}),
|
libqt6printsupport6t64 (= ${binary:Version}),
|
||||||
libqt6sql6 (= ${binary:Version}),
|
libqt6sql6t64 (= ${binary:Version}),
|
||||||
libqt6test6 (= ${binary:Version}),
|
libqt6test6t64 (= ${binary:Version}),
|
||||||
libqt6widgets6 (= ${binary:Version}),
|
libqt6widgets6t64 (= ${binary:Version}),
|
||||||
libqt6xml6 (= ${binary:Version}),
|
libqt6xml6t64 (= ${binary:Version}),
|
||||||
libvulkan-dev [linux-any],
|
libvulkan-dev [linux-any],
|
||||||
qmake6 (= ${binary:Version}),
|
qmake6 (= ${binary:Version}),
|
||||||
qt6-base-dev-tools (= ${binary:Version}),
|
qt6-base-dev-tools (= ${binary:Version}),
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
# This dependency has been added to track external packages building against
|
# This dependency has been added to track external packages building against
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
libqt6openglwidgets6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
libqt6concurrent6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6concurrent6t64: package-name-doesnt-match-sonames libqt6concurrent6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.0 amd64
|
# SymbolsHelper-Confirmed: 6.4.0 amd64
|
||||||
libQt6Concurrent.so.6 libqt6concurrent6 #MINVER#
|
libQt6Concurrent.so.6 libqt6concurrent6t64 #MINVER#
|
||||||
| libqt6concurrent6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6concurrent6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
1
debian/libqt6core6t64.lintian-overrides
vendored
Normal file
1
debian/libqt6core6t64.lintian-overrides
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
libqt6core6t64: package-name-doesnt-match-sonames libqt6core6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.2 amd64 arm64 armel armhf hurd-i386 i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64
|
# SymbolsHelper-Confirmed: 6.4.2 amd64 arm64 armel armhf hurd-i386 i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64
|
||||||
libQt6Core.so.6 libqt6core6 #MINVER#
|
libQt6Core.so.6 libqt6core6t64 #MINVER#
|
||||||
| libqt6core6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6core6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
@ -1,3 +1,4 @@
|
|||||||
# This dependency has been added to track external packages building against
|
# This dependency has been added to track external packages building against
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
libqt6widgets6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
libqt6dbus6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6dbus6t64: package-name-doesnt-match-sonames libqt6dbus6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
||||||
libQt6DBus.so.6 libqt6dbus6 #MINVER#
|
libQt6DBus.so.6 libqt6dbus6t64 #MINVER#
|
||||||
| libqt6dbus6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6dbus6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
0
debian/libqt6gui6.install → debian/libqt6gui6t64.install
vendored
Executable file → Normal file
0
debian/libqt6gui6.install → debian/libqt6gui6t64.install
vendored
Executable file → Normal file
@ -1,6 +1,6 @@
|
|||||||
# This dependency has been added to track external packages building against
|
# This dependency has been added to track external packages building against
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
libqt6gui6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
libqt6gui6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
|
||||||
# libQt6XcbQpa is actually a private library *only* used by its
|
# libQt6XcbQpa is actually a private library *only* used by its
|
||||||
# platforms plugins.
|
# platforms plugins.
|
||||||
@ -9,5 +9,6 @@ libqt6gui6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
|||||||
# We are still shipping the headers but they only contain the version and
|
# We are still shipping the headers but they only contain the version and
|
||||||
# the only binaries that depend on them are shipped within this very same
|
# the only binaries that depend on them are shipped within this very same
|
||||||
# binary package, so it's safe to override these Lintian warnings.
|
# binary package, so it's safe to override these Lintian warnings.
|
||||||
libqt6gui6: ships-undeclared-shared-library libQt6XcbQpa 6 for usr/lib/*/libQt6XcbQpa.so.6.*
|
libqt6gui6t64: ships-undeclared-shared-library libQt6XcbQpa 6 for usr/lib/*/libQt6XcbQpa.so.6.*
|
||||||
libqt6gui6: shared-library-symbols-not-tracked libQt6XcbQpa 6 for usr/lib/*/libQt6XcbQpa.so.6.* [symbols]
|
libqt6gui6t64: shared-library-symbols-not-tracked libQt6XcbQpa 6 for usr/lib/*/libQt6XcbQpa.so.6.* [symbols]
|
||||||
|
libqt6gui6t64: package-name-doesnt-match-sonames libqt6gui6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
||||||
libQt6Gui.so.6 libqt6gui6 #MINVER#
|
libQt6Gui.so.6 libqt6gui6t64 #MINVER#
|
||||||
| libqt6gui6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6gui6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
0
debian/libqt6network6.install → debian/libqt6network6t64.install
vendored
Executable file → Normal file
0
debian/libqt6network6.install → debian/libqt6network6t64.install
vendored
Executable file → Normal file
@ -1,3 +1,4 @@
|
|||||||
# This dependency has been added to track external packages building against
|
# This dependency has been added to track external packages building against
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
libqt6concurrent6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
libqt6network6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6network6t64: package-name-doesnt-match-sonames libqt6network6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.2 amd64 arm64 armel armhf hppa hurd-i386 i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x
|
# SymbolsHelper-Confirmed: 6.4.2 amd64 arm64 armel armhf hppa hurd-i386 i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x
|
||||||
libQt6Network.so.6 libqt6network6 #MINVER#
|
libQt6Network.so.6 libqt6network6t64 #MINVER#
|
||||||
| libqt6network6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6network6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
18
debian/libqt6opengl6.lintian-overrides
vendored
18
debian/libqt6opengl6.lintian-overrides
vendored
@ -1,18 +0,0 @@
|
|||||||
# This dependency has been added to track external packages building against
|
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
|
||||||
libqt6opengl6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
|
||||||
|
|
||||||
# libQt6EglFSDeviceIntegration, libQt6EglFsKmsGbmSupport and libQt6EglFsKmsSupport
|
|
||||||
# are actually private libraries *only* used by their
|
|
||||||
# respective platforms plugins.
|
|
||||||
# Sadly instead of being installed into a proper place like
|
|
||||||
# /usr/lib/<arch-triplet>/qt6/ they are being installed into /usr/lib/.
|
|
||||||
# We are still shipping the headers but they only contain the version and
|
|
||||||
# the only binaries that depend on them are shipped within this very same
|
|
||||||
# binary package, so it's safe to override these Lintian warnings.
|
|
||||||
libqt6opengl6: shared-library-symbols-not-tracked libQt6EglFSDeviceIntegration 6 for usr/lib/*/libQt6EglFSDeviceIntegration.so.6.* [symbols]
|
|
||||||
libqt6opengl6: shared-library-symbols-not-tracked libQt6EglFsKmsGbmSupport 6 for usr/lib/*/libQt6EglFsKmsGbmSupport.so.6.* [symbols]
|
|
||||||
libqt6opengl6: shared-library-symbols-not-tracked libQt6EglFsKmsSupport 6 for usr/lib/*/libQt6EglFsKmsSupport.so.6.* [symbols]
|
|
||||||
libqt6opengl6: ships-undeclared-shared-library libQt6EglFSDeviceIntegration 6 for usr/lib/*/libQt6EglFSDeviceIntegration.so.6.* [shlibs]
|
|
||||||
libqt6opengl6: ships-undeclared-shared-library libQt6EglFsKmsGbmSupport 6 for usr/lib/*/libQt6EglFsKmsGbmSupport.so.6.* [shlibs]
|
|
||||||
libqt6opengl6: ships-undeclared-shared-library libQt6EglFsKmsSupport 6 for usr/lib/*/libQt6EglFsKmsSupport.so.6.* [shlibs]
|
|
0
debian/libqt6opengl6.install → debian/libqt6opengl6t64.install
vendored
Executable file → Normal file
0
debian/libqt6opengl6.install → debian/libqt6opengl6t64.install
vendored
Executable file → Normal file
19
debian/libqt6opengl6t64.lintian-overrides
vendored
Normal file
19
debian/libqt6opengl6t64.lintian-overrides
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# This dependency has been added to track external packages building against
|
||||||
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
|
libqt6opengl6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
|
||||||
|
# libQt6EglFSDeviceIntegration, libQt6EglFsKmsGbmSupport and libQt6EglFsKmsSupport
|
||||||
|
# are actually private libraries *only* used by their
|
||||||
|
# respective platforms plugins.
|
||||||
|
# Sadly instead of being installed into a proper place like
|
||||||
|
# /usr/lib/<arch-triplet>/qt6/ they are being installed into /usr/lib/.
|
||||||
|
# We are still shipping the headers but they only contain the version and
|
||||||
|
# the only binaries that depend on them are shipped within this very same
|
||||||
|
# binary package, so it's safe to override these Lintian warnings.
|
||||||
|
libqt6opengl6t64: shared-library-symbols-not-tracked libQt6EglFSDeviceIntegration 6 for usr/lib/*/libQt6EglFSDeviceIntegration.so.6.* [symbols]
|
||||||
|
libqt6opengl6t64: shared-library-symbols-not-tracked libQt6EglFsKmsGbmSupport 6 for usr/lib/*/libQt6EglFsKmsGbmSupport.so.6.* [symbols]
|
||||||
|
libqt6opengl6t64: shared-library-symbols-not-tracked libQt6EglFsKmsSupport 6 for usr/lib/*/libQt6EglFsKmsSupport.so.6.* [symbols]
|
||||||
|
libqt6opengl6t64: ships-undeclared-shared-library libQt6EglFSDeviceIntegration 6 for usr/lib/*/libQt6EglFSDeviceIntegration.so.6.* [shlibs]
|
||||||
|
libqt6opengl6t64: ships-undeclared-shared-library libQt6EglFsKmsGbmSupport 6 for usr/lib/*/libQt6EglFsKmsGbmSupport.so.6.* [shlibs]
|
||||||
|
libqt6opengl6t64: ships-undeclared-shared-library libQt6EglFsKmsSupport 6 for usr/lib/*/libQt6EglFsKmsSupport.so.6.* [shlibs]
|
||||||
|
libqt6opengl6t64: package-name-doesnt-match-sonames libqt6opengl6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
||||||
libQt6OpenGL.so.6 libqt6opengl6 #MINVER#
|
libQt6OpenGL.so.6 libqt6opengl6t64 #MINVER#
|
||||||
| libqt6opengl6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6opengl6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
4
debian/libqt6openglwidgets6t64.lintian-overrides
vendored
Normal file
4
debian/libqt6openglwidgets6t64.lintian-overrides
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This dependency has been added to track external packages building against
|
||||||
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
|
libqt6openglwidgets6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6openglwidgets6t64: package-name-doesnt-match-sonames libqt6openglwidgets6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.0 amd64
|
# SymbolsHelper-Confirmed: 6.4.0 amd64
|
||||||
libQt6OpenGLWidgets.so.6 libqt6openglwidgets6 #MINVER#
|
libQt6OpenGLWidgets.so.6 libqt6openglwidgets6t64 #MINVER#
|
||||||
| libqt6openglwidgets6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6openglwidgets6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
3
debian/libqt6printsupport6.lintian-overrides
vendored
3
debian/libqt6printsupport6.lintian-overrides
vendored
@ -1,3 +0,0 @@
|
|||||||
# This dependency has been added to track external packages building against
|
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
|
||||||
libqt6printsupport6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
|
4
debian/libqt6printsupport6t64.lintian-overrides
vendored
Normal file
4
debian/libqt6printsupport6t64.lintian-overrides
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This dependency has been added to track external packages building against
|
||||||
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
|
libqt6printsupport6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6printsupport6t64: package-name-doesnt-match-sonames libqt6printsupport6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.0 amd64
|
# SymbolsHelper-Confirmed: 6.4.0 amd64
|
||||||
libQt6PrintSupport.so.6 libqt6printsupport6 #MINVER#
|
libQt6PrintSupport.so.6 libqt6printsupport6t64 #MINVER#
|
||||||
| libqt6printsupport6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6printsupport6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
3
debian/libqt6sql6.lintian-overrides
vendored
3
debian/libqt6sql6.lintian-overrides
vendored
@ -1,3 +0,0 @@
|
|||||||
# This dependency has been added to track external packages building against
|
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
|
||||||
libqt6sql6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
|
@ -1,3 +1,4 @@
|
|||||||
# This dependency has been added to track external packages building against
|
# This dependency has been added to track external packages building against
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
libqt6dbus6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
libqt6sql6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6sql6t64: package-name-doesnt-match-sonames libqt6sql6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
||||||
libQt6Sql.so.6 libqt6sql6 #MINVER#
|
libQt6Sql.so.6 libqt6sql6t64 #MINVER#
|
||||||
| libqt6sql6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6sql6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
3
debian/libqt6test6.lintian-overrides
vendored
3
debian/libqt6test6.lintian-overrides
vendored
@ -1,3 +0,0 @@
|
|||||||
# This dependency has been added to track external packages building against
|
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
|
||||||
libqt6test6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
|
@ -1,3 +1,4 @@
|
|||||||
# This dependency has been added to track external packages building against
|
# This dependency has been added to track external packages building against
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
libqt6network6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
libqt6test6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6test6t64: package-name-doesnt-match-sonames libqt6test6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
||||||
libQt6Test.so.6 libqt6test6 #MINVER#
|
libQt6Test.so.6 libqt6test6t64 #MINVER#
|
||||||
| libqt6test6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6test6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
4
debian/libqt6widgets6t64.lintian-overrides
vendored
Normal file
4
debian/libqt6widgets6t64.lintian-overrides
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This dependency has been added to track external packages building against
|
||||||
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
|
libqt6widgets6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6widgets6t64: package-name-doesnt-match-sonames libqt6widgets6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.2 armel armhf
|
# SymbolsHelper-Confirmed: 6.4.2 armel armhf
|
||||||
libQt6Widgets.so.6 libqt6widgets6 #MINVER#
|
libQt6Widgets.so.6 libqt6widgets6t64 #MINVER#
|
||||||
| libqt6widgets6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6widgets6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
3
debian/libqt6xml6.lintian-overrides
vendored
3
debian/libqt6xml6.lintian-overrides
vendored
@ -1,3 +0,0 @@
|
|||||||
# This dependency has been added to track external packages building against
|
|
||||||
# our private headers. It is ok if internal packages depend on the ABI one.
|
|
||||||
libqt6xml6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
|
4
debian/libqt6xml6t64.lintian-overrides
vendored
Normal file
4
debian/libqt6xml6t64.lintian-overrides
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This dependency has been added to track external packages building against
|
||||||
|
# our private headers. It is ok if internal packages depend on the ABI one.
|
||||||
|
libqt6xml6t64: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||||
|
libqt6xml6t64: package-name-doesnt-match-sonames libqt6xml6
|
@ -1,6 +1,6 @@
|
|||||||
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
# SymbolsHelper-Confirmed: 6.4.1 amd64
|
||||||
libQt6Xml.so.6 libqt6xml6 #MINVER#
|
libQt6Xml.so.6 libqt6xml6t64 #MINVER#
|
||||||
| libqt6xml6 #MINVER#, qt6-base-abi (= 6.4.2)
|
| libqt6xml6t64 #MINVER#, qt6-base-abi (= 6.4.2)
|
||||||
* Build-Depends-Package: qt6-base-dev
|
* Build-Depends-Package: qt6-base-dev
|
||||||
Qt_6.0@Qt_6.0 6.1.2
|
Qt_6.0@Qt_6.0 6.1.2
|
||||||
Qt_6.1@Qt_6.1 6.1.2
|
Qt_6.1@Qt_6.1 6.1.2
|
Loading…
x
Reference in New Issue
Block a user