parent
6b7c10c4a5
commit
09b683fbf3
@ -1,4 +1,21 @@
|
||||
#!/usr/bin/dh-exec
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libQt6Gui.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libQt6XcbQpa.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/imageformats/libqgif.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/imageformats/libqico.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/imageformats/libqjpeg.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/generic/libqevdevkeyboardplugin.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/generic/libqevdevmouseplugin.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/generic/libqevdevtabletplugin.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/generic/libqevdevtouchplugin.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/generic/libqlibinputplugin.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/generic/libqtslibplugin.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforms/libqlinuxfb.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforms/libqminimal.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforms/libqoffscreen.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforms/libqxcb.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforms/libqvkkhrdisplay.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/xcbglintegrations/libqxcb-egl-integration.so
|
||||
|
@ -1,3 +1,14 @@
|
||||
# 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.
|
||||
libqt6gui6: symbols-declares-dependency-on-other-package qt6-base-abi *
|
||||
|
||||
# libQt6XcbQpa is actually a private library *only* used by its
|
||||
# platforms plugins.
|
||||
# Sadly instead of being installed into a proper place like
|
||||
# /usr/lib/<arch-triplet>/qt6/ it is 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.
|
||||
libqt6gui6: package-name-doesnt-match-sonames libQt6XcbQpa6
|
||||
libqt6gui6: lacks-ldconfig-trigger usr/lib/*/libQt6XcbQpa.so.6.*
|
||||
ships-undeclared-shared-library libQt6XcbQpa 6 for usr/lib/x86_64-linux-gnu/libQt6XcbQpa.so.6.*
|
||||
|
@ -1 +1,11 @@
|
||||
#!/usr/bin/dh-exec
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libQt6OpenGL.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/libQt6EglFSDeviceIntegration.so.*
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/libQt6EglFsKmsGbmSupport.so.*
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/libQt6EglFsKmsSupport.so.*
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/egldeviceintegrations/libqeglfs-emu-integration.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
|
||||
[linux-any] usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/egldeviceintegrations/libqeglfs-kms-integration.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/egldeviceintegrations/libqeglfs-x11-integration.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforms/libqeglfs.so
|
||||
usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/platforms/libqminimalegl.so
|
||||
|
@ -1,3 +1,16 @@
|
||||
# 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: package-name-doesnt-match-sonames libQt6EglFSDeviceIntegration6 libQt6EglFsKmsGbmSupport6 libQt6EglFsKmsSupport6
|
||||
libqt6opengl6: ships-undeclared-shared-library libQt6EglFSDeviceIntegration 6 for usr/lib/x86_64-linux-gnu/libQt6EglFSDeviceIntegration.so.6.*
|
||||
libqt6opengl6: ships-undeclared-shared-library libQt6EglFsKmsGbmSupport 6 for usr/lib/x86_64-linux-gnu/libQt6EglFsKmsGbmSupport.so.6.*
|
||||
libqt6opengl6: ships-undeclared-shared-library libQt6EglFsKmsSupport 6 for usr/lib/x86_64-linux-gnu/libQt6EglFsKmsSupport.so.6.*
|
||||
|
@ -1,14 +0,0 @@
|
||||
# libQt6EglFSDeviceIntegration, libQt6EglFsKmsGbmSupport, libQt6EglFsKmsSupport
|
||||
# and libQt6XcbQpa 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.
|
||||
qt6-qpa-plugins: lacks-ldconfig-trigger usr/lib/*/libQt6XcbQpa.so.6.*
|
||||
qt6-qpa-plugins: package-name-doesnt-match-sonames libQt6EglFSDeviceIntegration6 libQt6EglFsKmsGbmSupport6 libQt6EglFsKmsSupport6 libQt6XcbQpa6
|
||||
qt6-qpa-plugins: no-shlibs usr/lib/*/libQt6EglFSDeviceIntegration.so.6.*
|
||||
qt6-qpa-plugins: no-shlibs usr/lib/*/libQt6EglFsKmsGbmSupport.so.6.*
|
||||
qt6-qpa-plugins: no-shlibs usr/lib/*/libQt6EglFsKmsSupport.so.6.*
|
||||
qt6-qpa-plugins: no-shlibs usr/lib/*/libQt6XcbQpa.so.6.*
|
Loading…
Reference in new issue