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


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

The following commit has been merged in the master branch:
commit 604b822e581725dc14f64776705fc738a62c34ca
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Apr 26 02:35:57 2012 +0000

    use msys diff.exe for better unix compatibility
---
 msvc/msys-1.0.dll     | Bin 0 -> 820224 bytes
 msvc/msys-iconv-2.dll | Bin 0 -> 1012224 bytes
 msvc/msys-intl-8.dll  | Bin 0 -> 45056 bytes
 test/exiv2-test.sh    |   5 +++--
 4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/msvc/msys-1.0.dll b/msvc/msys-1.0.dll
new file mode 100755
index 0000000..ac9d646
Binary files /dev/null and b/msvc/msys-1.0.dll differ
diff --git a/msvc/msys-iconv-2.dll b/msvc/msys-iconv-2.dll
new file mode 100755
index 0000000..622c181
Binary files /dev/null and b/msvc/msys-iconv-2.dll differ
diff --git a/msvc/msys-intl-8.dll b/msvc/msys-intl-8.dll
new file mode 100755
index 0000000..892acba
Binary files /dev/null and b/msvc/msys-intl-8.dll differ
diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh
index bcd14f8..fcd66fa 100755
--- a/test/exiv2-test.sh
+++ b/test/exiv2-test.sh
@@ -1,9 +1,10 @@
 #! /bin/sh
 # Test driver for exiv2 utility tests
 
-os=`uname`
+os=$(uname)
 if [ "${os:0:4}" == "CYGW" ]; then
-	# use the diff.exe in msvc (cygwin's default diff is suspect)
+	# use the diff.exe in msvc
+	# cygwin's diff does not handle binary files as expected
 	export PATH=$PWD/../msvc:$PATH
 fi
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list