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


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

The following commit has been merged in the master branch:
commit 8b4525e50cda7001a5db79129ab948c3f611b7e2
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Jul 5 11:09:27 2012 +0000

    #831: Added simple test for non-intrusive writing to a TIFF file.
---
 test/bugfixes-test.sh       |   8 ++++++++
 test/data/bugfixes-test.out | Bin 105317 -> 106710 bytes
 2 files changed, 8 insertions(+)

diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index b7e22ef..2432a17 100755
--- a/test/bugfixes-test.sh
+++ b/test/bugfixes-test.sh
@@ -226,6 +226,14 @@ for type in 8BIM AgHg DCSR PHUT; do
     done
 done
 
+num=831
+filename=exiv2-bug$num.tif
+printf "$num " >&3
+echo '------>' Bug $num '<-------' >&2
+cp -f ../data/mini9.tif $filename
+$bin/exiv2 -v -Qd -M'set Exif.Image.ImageDescription Just GIMP' $filename
+$bin/exiv2 -v -pa $filename
+
 ) 3>&1 > $results 2>&1
 
 printf "
"
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 8007635..547f175 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