[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.2.1-5-15-g6f52715

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed May 21 23:11:56 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 6f527150160536dc009c0a81b3ba316c39565315
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed May 21 20:11:33 2014 -0300

    Orig should go first :)
---
 debian/mark_private_symbols.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index 2360130..975f412 100755
--- a/debian/mark_private_symbols.sh
+++ b/debian/mark_private_symbols.sh
@@ -57,5 +57,5 @@ grep -rh class ${PRIVATE_HEADERS} |
 # Diff the symbols files and output it's differences.
 for symbols_file in `ls debian/*.symbols`
 do
-	diff -Nau $symbols_file $symbols_file.orig
+	diff -Nau $symbols_file.orig $symbols_file
 done

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list