[SCM] qtbase packaging branch, master, updated. debian/5.5.1+dfsg-12-19-g7b85ef3

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Jan 20 17:48:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=7b85ef3

The following commit has been merged in the master branch:
commit 7b85ef3fa7ee1a9aba56e48f51df0a1e1e82fe3b
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Jan 20 14:47:56 2016 -0300

    Fix arch triplets in overrides.
    
    Thanks Dmitry for pòinting them out. Good thing I haven't
    managed to push the package yet.
---
 debian/libqt5gui5.lintian-overrides | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/libqt5gui5.lintian-overrides b/debian/libqt5gui5.lintian-overrides
index 84d05df..b278707 100644
--- a/debian/libqt5gui5.lintian-overrides
+++ b/debian/libqt5gui5.lintian-overrides
@@ -8,8 +8,8 @@ libqt5gui5: symbols-declares-dependency-on-other-package qtbase-abi-5-5-1
 # 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/x86_64-linux-gnu/libQt5EglDeviceIntegration.so.5.*
-libqt5gui5: shlib-missing-in-control-file libQt5XcbQpa 5 for usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5.*
+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
@@ -17,5 +17,5 @@ libqt5gui5: shlib-missing-in-control-file libQt5XcbQpa 5 for usr/lib/x86_64-linu
 # 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/x86_64-linux-gnu/libQt5EglDeviceIntegration.so.5.*
-libqt5gui5: shlib-missing-in-symbols-control-file libQt5XcbQpa 5 for usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5.*
+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.*

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list