[SCM] qtsvg packaging branch, experimental, updated. debian/5.2.1-2-7-g746fcf8

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon May 26 15:30:47 UTC 2014


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

The following commit has been merged in the experimental branch:
commit bdc9e239e4bd8692e396c82f49a4899f93ba39cc
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon May 26 12:29:28 2014 -0300

    Create mark_private_symbols.sh and run it.
---
 debian/changelog | 2 ++
 debian/rules     | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 516a005..8eb3f5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ qtsvg-opensource-src (5.3.0-1) UNRELEASED; urgency=medium
     Multi-Arch: same.
   * Make libqt5svg5 provide qtsvg-abi-5-3-0 to track private symbols.
     - Modify symbols file for letting the tracking work.
+    - Create mark_private_symbols.sh to mark the private symbols.
+    - Run mark_private_symbols.sh after dh_makeshlibs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 26 May 2014 12:14:42 -0300
 
diff --git a/debian/rules b/debian/rules
index cbfabe9..fc9726b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,11 @@ override_dh_auto_install-indep:
 override_dh_install:
 	dh_install --fail-missing
 
+override_dh_makeshlibs:
+	dh_makeshlibs
+	# Check for private symbols not marked as such. Be verbose.
+	DEBUG=1 debian/mark_private_symbols.sh
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list