[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:11 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c271235
The following commit has been merged in the master branch:
commit c271235d3e8675bfc0678c8bc25638d0b3103c44
Author: Robin Mills <robin at clanmills.com>
Date: Thu Jan 7 21:15:37 2016 +0000
#1074 Correction to r4169 to fix test suite for platform/wc dependencies on Linux.
---
test/bugfixes-test.sh | 6 +++---
test/data/bugfixes-test.out | Bin 1849520 -> 1849484 bytes
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh
index b7a4257..e101d3d 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
- runTest exiv2 -pC http://dev.exiv2.org/attachments/download/821/Reagan.tiff | wc
- runTest exiv2 -pC http://dev.exiv2.org/attachments/download/820/Reagan.jpg | wc
+ 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'
num=1112
filename=exiv2-bug$num.xmp
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 45fdb47..2613b74 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