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

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Jan 19 13:58:33 UTC 2016


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

The following commit has been merged in the master branch:
commit 89d190ee7485c037cd421f68ea2bb54514077803
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Jan 19 10:52:27 2016 -0300

    There is no real point in avoiding creating symbols for hese private libs
    
    Nowadays (and specially for Qt >= 5.6) we know which symbols are private.
    So there is no need to do somthing special here. Moreover this might avoid
    creating necessarty shlib files (thanks Dmitry for pointing me this out).
---
 debian/changelog | 2 --
 debian/rules     | 3 +--
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 722c149..ba3ff29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,6 @@ qtbase-opensource-src (5.5.1+dfsg-13) UNRELEASED; urgency=medium
     (Closes: #810282). Thanks Jakob Haufe for the pointer.
   * Merge platforms plugins back into libqt5gui5: libqt5egldeviceintegration5
     and libqt5xcbqpa5.
-    - Avoid creating shlibs and symbols files for the private libraries they
-      ship.
     - Add proper Breaks+Replaces.
     - Remove other mentions of them.
 
diff --git a/debian/rules b/debian/rules
index 5d4ea15..6182a92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -328,8 +328,7 @@ override_dh_strip:
 	dh_strip --remaining-packages --dbg-package=qtbase5-dbg
 
 override_dh_makeshlibs:
-	dh_makeshlibs -V -plibqt5gui5 -XlibQt5EglDeviceIntegration.so -X libQt5XcbQpa.so
-	dh_makeshlibs -V --remaining-packages
+	dh_makeshlibs -V
 
 	# Check for private symbols not marked as such. Be verbose.
 	pkgkde-mark-private-symbols debian/qtbase5-private-dev/usr/include

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list