[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:48 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8ca4ff4

The following commit has been merged in the master branch:
commit 8ca4ff4dea4a6677d13b363457a39c8c8689d454
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Jul 23 02:31:56 2013 +0000

    test/functions.source - fixed incorrect tab/space changes in 3082
---
 test/functions.source | 206 +++++++++++++++++++++++++-------------------------
 1 file changed, 103 insertions(+), 103 deletions(-)

diff --git a/test/functions.source b/test/functions.source
index 686106f..ab6863b 100644
--- a/test/functions.source
+++ b/test/functions.source
@@ -7,65 +7,65 @@ runTest()
     local prog=$1
     shift
     (
-        cd $here/tmp
-        if [ ! -z $EXIV2_ECHO ]; then
-            echoTest $VALGRIND $bin/$prog "$@"
-        fi
-        $VALGRIND $bin/$prog "$@"
-    )
+    	cd $here/tmp
+    	if [ ! -z $EXIV2_ECHO ]; then
+			echoTest $VALGRIND $bin/$prog "$@"
+		fi
+		$VALGRIND $bin/$prog "$@"
+	)
 }
 
 ##
 # echo commands and arguments
 echoTest()
 {
-    local count=1
-    for i in $@ ; do
-        echo $((count++)):  $i
-    done
-    echo -----------------------
+	local count=1
+	for i in $@ ; do
+		echo $((count++)):  $i
+	done
+	echo -----------------------
 }
 
 ##
 # predictate
 existsTest()
 {
-    local prog=$1
-    result=0
-    if [ -e $bin/$prog -o -e $bin/$prog.exe ]; then
-        result=1
-    fi
-    echo $result
+	local prog=$1
+	result=0
+	if [ -e $bin/$prog -o -e $bin/$prog.exe ]; then
+		result=1
+	fi
+	echo $result
 }
 
 ##
 # copy file
 copy()
 {
-    
-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list