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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:12 UTC 2017


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

The following commit has been merged in the master branch:
commit 3c896e7e80d6cea9f6b0d1a62fa14df0a1dc86af
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Jan 7 21:48:20 2016 +0000

    #1074 Correction to r4169. Use cksum (better than wc) to test extracted profile correctness.  wc is platform dependant.
---
 test/bugfixes-test.sh       |   6 +++---
 test/data/bugfixes-test.out | Bin 1849484 -> 1849493 bytes
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index e101d3d..36a73ef 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -419,9 +419,9 @@ source ./functions.source
 	printf "$num " >&3
 	echo '------>' Bug $num '<-------' >&2
 	copyTestFile   imagemagick.png   $filename
-	runTest exiv2 -pC $filename                                                 | wc | sed -E 's/ +/ /g'
-	runTest exiv2 -pC http://dev.exiv2.org/attachments/download/821/Reagan.tiff | wc | sed -E 's/ +/ /g'
-	runTest exiv2 -pC http://dev.exiv2.org/attachments/download/820/Reagan.jpg  | wc | sed -E 's/ +/ /g'
+	runTest exiv2 -pC $filename                                                 | cksum
+	runTest exiv2 -pC http://dev.exiv2.org/attachments/download/821/Reagan.tiff | cksum
+	runTest exiv2 -pC http://dev.exiv2.org/attachments/download/820/Reagan.jpg  | cksum
 
 	num=1112
 	filename=exiv2-bug$num.xmp
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 2613b74..a0470a6 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list