[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:00 UTC 2017


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

The following commit has been merged in the master branch:
commit e96dd28c86bb07841f4c5501b46a2fa6bfddb88f
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Apr 20 04:12:21 2012 +0000

    beautified the output
---
 contrib/makeUniversal | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/makeUniversal b/contrib/makeUniversal
index c1063cf..4b086c6 100755
--- a/contrib/makeUniversal
+++ b/contrib/makeUniversal
@@ -18,7 +18,9 @@ for D in $(find . -name ".x86_64"); do
 			if [ $? != '0' ]; then
 				echo FAILED lipo -arch i386 $f -arch x86_64 $F -create -output $U
 			else
-				echo $U $(lipo -info $U|sed -E -e "s/Architectures in the fat file://" -e "s/ are:/ : /") $(stat $U | cut -d' ' -f 2)
+			    eval $(stat -s $U)
+			    s=$(printf "%10s" ${st_size})
+				echo $(lipo -info $U|sed -E -e "s/Architectures in the fat file://" -e "s/ are://" -e "s#$U##" ) "$s" $U
 			fi
 		fi
 	done

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list