[SCM] qtbase packaging branch, experimental, updated. debian/5.6.1+dfsg-2-9-g07e7dc4

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Jun 18 16:56:15 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 07e7dc4f3c01c3fc1cbe755af2b8f6d8f14b25ad
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jun 18 19:55:54 2016 +0300

    Merge two dh_makeshlibs calls.
    
    So that only one build is needed to get the symbols diffs.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5621bb3..6b842bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ qtbase-opensource-src (5.7.0+dfsg-1) UNRELEASED; urgency=medium
   * Install libQt5EglFsKmsSupport library in libqt5gui5, the same way as
     libQt5EglDeviceIntegration.
   * Update debian/libqt5gui5.symbols from amd64 build log.
+  * Merge two dh_makeshlibs calls, so that only one build is needed to get
+    the symbols diffs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 18 Jun 2016 11:38:32 +0300
 
diff --git a/debian/rules b/debian/rules
index 1f667e0..14c4b7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -318,8 +318,7 @@ override_dh_strip:
 	dh_strip --remaining-packages --dbg-package=qtbase5-dbg
 
 override_dh_makeshlibs:
-	dh_makeshlibs -V -plibqt5gui5 -XlibQt5EglDeviceIntegration -XlibQt5EglFsKmsSupport -XlibQt5XcbQpa
-	dh_makeshlibs -V --remaining-packages
+	dh_makeshlibs -V -XlibQt5EglDeviceIntegration -XlibQt5EglFsKmsSupport -XlibQt5XcbQpa
 
 override_dh_clean:
 	dh_clean

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list