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


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

The following commit has been merged in the master branch:
commit bfa8b159470940bb604d239532994b859d894cb3
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Sep 7 13:18:30 2016 +0000

    #1074 Omitted from previous commit.
---
 test/bugfixes-test.sh       |   8 ++++----
 test/data/bugfixes-test.out | Bin 1911996 -> 1912065 bytes
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index 6b331ef..4e01a02 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -429,13 +429,13 @@ source ./functions.source
     printf "$num " >&3
     echo '------>' Bug $num '<-------' >&2
     copyTestFile      $filename
-    runTest exiv2 -pC $filename       | cksum
+    runTest exiv2 -pC $filename       > ${num}_1.icc ; checkSum ${num}_1.icc
     copyTestFile      imagemagick.png
-    runTest exiv2 -pC imagemagick.png | cksum
+    runTest exiv2 -pC imagemagick.png > ${num}_2.icc ; checkSum ${num}_2.icc
     copyTestFile      Reagan.tiff
-    runTest exiv2 -pC Reagan.tiff     | cksum
+    runTest exiv2 -pC Reagan.tiff     > ${num}_3.icc ; checkSum ${num}_3.icc
     copyTestFile      Reagan.jpg
-    runTest exiv2 -pC Reagan.jpg      | cksum
+    runTest exiv2 -pC Reagan.jpg      > ${num}_4.icc ; checkSum ${num}_4.icc
 
     num=1108
     filename=exiv2-bug$num.exv
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index c63a02c..1eb7ad2 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