[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.2.1-5-23-g571d40b

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu May 22 02:41:02 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 571d40b5a4554b025593ae35c4a802c1718d0985
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed May 21 23:40:46 2014 -0300

    Add missing thens.
---
 debian/mark_private_symbols.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index 319d45b..307d87e 100755
--- a/debian/mark_private_symbols.sh
+++ b/debian/mark_private_symbols.sh
@@ -42,6 +42,7 @@ then
 fi
 
 if [ -n "${WRITERESULTS}" ]
+then
 	# Create a backup copy of the original symbols file.
 	for symbols_file in `ls debian/*.symbols`
 	do
@@ -59,6 +60,7 @@ grep -rh class ${PRIVATE_HEADERS} |
 	do
 		debug marking ${privateclass} as private
 		if [ -n "${WRITERESULTS}" ]
+		then
 			sed -i "s/\(.*${privateclass}[^ ]* *[^ ]*\)$/ 1/" debian/*.symbol
 		else
 			sed -i "s/\(.*${privateclass}[^ ]* *[^ ]*\)$/ 1/" debian/*.symbols.mps
@@ -66,6 +68,7 @@ grep -rh class ${PRIVATE_HEADERS} |
 	done 
 
 if [ -n "${WRITERESULTS}" ]
+then
 	# Diff the symbols files and output it's differences.
 	for symbols_file in `ls debian/*.symbols`
 	do

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list