[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.4.0-2-18-g779748b

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Feb 26 12:01:19 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=779748b

The following commit has been merged in the experimental branch:
commit 779748b67f7a12dd727a43e6041b83bd51599f5b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Feb 26 14:58:23 2015 +0300

    Pass -V to dh_makeshlibs, to make dpkg generate more tight dependencies.
    
    This is needed to make sure packages will depend on current qtdeclarative
    version even when dpkg is not using symbols (and is using only shlibs file).
    
    This matches the current behavior of qtbase packages.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3c31d0d..f425de4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtdeclarative-opensource-src (5.4.1-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update debian/watch to use https://download.qt.io/.
   * Bump Qt build-dependencies to 5.4.1.
+  * Pass -V to dh_makeshlibs, to make dpkg generate more tight
+    dependencies (like done in qtbase).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 26 Feb 2015 14:49:07 +0300
 
diff --git a/debian/rules b/debian/rules
index 660f16b..aa34639 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_makeshlibs:
-	dh_makeshlibs
+	dh_makeshlibs -V
 	# Check for private symbols not marked as such. Be verbose.
 	DEBUG=1 debian/mark_private_symbols.sh
 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list