[SCM] qtquick1 packaging branch, kubuntu_unstable, updated. debian/5.4.1-1-2-gc29bb22
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Thu Mar 26 13:34:45 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtquick1.git;a=commitdiff;h=978e41d
The following commit has been merged in the kubuntu_unstable branch:
commit 978e41dbfc3f661058f14ac45cc725d61a4242b5
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Mar 3 13:39:41 2015 +0300
Update mark_private_symbols.sh to the latest version.
---
debian/changelog | 1 +
debian/mark_private_symbols.sh | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9a7d771..3601542 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtquick1-opensource-src (5.4.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.4.1.
* Update debian/watch to use https://download.qt.io/.
+ * Update mark_private_symbols.sh to the latest version.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 03 Mar 2015 13:27:14 +0300
diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index be21bb8..a5de810 100755
--- a/debian/mark_private_symbols.sh
+++ b/debian/mark_private_symbols.sh
@@ -50,10 +50,23 @@ then
done
fi
+# Unmark private symbols from the copies. This will
+# help us find symbols that might have become public.
+for symbols_file in `ls debian/*.symbols`
+do
+ if [ ! -n "${WRITERESULTS}" ]
+ then
+ sed -i 's/ 1$//g' $symbols_file.mps
+ else
+ sed -i 's/ 1$//g' $symbols_file
+ fi
+done
+
grep -rh class ${PRIVATE_HEADERS} |
grep EXPORT |
while read class export classname rest
do
+ classname=$(echo $classname | sed 's/://')
echo ${#classname}${classname}
done |
while read privateclass
--
qtquick1 packaging
More information about the pkg-kde-commits
mailing list