diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2016-01-20 21:28:04 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2016-01-20 21:28:04 -0300 |
commit | 0cc49a43c22c803f5495eeed44332a0b09bff37b (patch) | |
tree | 61813cc3ea2d5288486086f1d980edc593b1a40b /debian/libqt5gui5.lintian-overrides | |
parent | 5ef8ba21d52712347709b7d433ec2315657cb1a7 (diff) | |
parent | e79fc72daa04bf835b673294700f290eb81e75b2 (diff) | |
download | qtbase-0cc49a43c22c803f5495eeed44332a0b09bff37b.tar.gz |
Merge branch 'master' into experimental
Diffstat (limited to 'debian/libqt5gui5.lintian-overrides')
-rw-r--r-- | debian/libqt5gui5.lintian-overrides | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/libqt5gui5.lintian-overrides b/debian/libqt5gui5.lintian-overrides index 1051b06..487c8e2 100644 --- a/debian/libqt5gui5.lintian-overrides +++ b/debian/libqt5gui5.lintian-overrides @@ -1,3 +1,21 @@ # 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. libqt5gui5: symbols-declares-dependency-on-other-package qtbase-abi-* +# libQt5EglDeviceIntegration and libQt5XcbQpa 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>/qt5/ they are +# being installed into /usr/lib/. +# We are not shipping headers for them and the only binaries that depend on +# them are shipped within this very same binary package, so it's safe to +# override this Lintian warning. +libqt5gui5: shlib-missing-in-control-file libQt5EglDeviceIntegration 5 for usr/lib/*/libQt5EglDeviceIntegration.so.5.* +libqt5gui5: shlib-missing-in-control-file libQt5XcbQpa 5 for usr/lib/*/libQt5XcbQpa.so.5.* +# libQt5EglDeviceIntegration and libQt5XcbQpa 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>/qt5/ they are +# being installed into /usr/lib/. +# We are not shipping headers for them and the only binaries that depend on +# them are shipped within this very same binary package, so it's safe to +# override this Lintian warning. +libqt5gui5: shlib-missing-in-symbols-control-file libQt5EglDeviceIntegration 5 for usr/lib/*/libQt5EglDeviceIntegration.so.5.* +libqt5gui5: shlib-missing-in-symbols-control-file libQt5XcbQpa 5 for usr/lib/*/libQt5XcbQpa.so.5.* |