[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.4.0-2-24-gdec4330

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Feb 27 09:06:52 UTC 2015


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

The following commit has been merged in the experimental branch:
commit dec4330eafefb8560734196364f284dd32f4ad46
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Feb 27 12:06:07 2015 +0300

    mark-private-symbols.sh: Strip out trailing colon from symbols names.
---
 debian/changelog               | 2 ++
 debian/mark_private_symbols.sh | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5ae443d..f8b9dc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ qtdeclarative-opensource-src (5.4.1-1) UNRELEASED; urgency=medium
     dependencies (like done in qtbase).
   * Fix a typo in libqt5quickparticles5 description (closes: #771570,
     thanks Davide Prina for noticing).
+  * debian/mark-private-symbols.sh: Strip out trailing colon from
+    symbols names.
   * Update symbols files:
     - Mark destructors symbols missing with GCC 5 as optional
       (closes: #778087).
diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index a3f164d..0881c51 100755
--- a/debian/mark_private_symbols.sh
+++ b/debian/mark_private_symbols.sh
@@ -54,6 +54,10 @@ grep -rh class ${PRIVATE_HEADERS} |
 	grep EXPORT | 
 	while read class export classname rest 
 	do
+		echo ${classname//:}
+	done |
+	while read classname
+	do
 		echo ${#classname}${classname} 
 	done | 
 	while read privateclass 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list