[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:42:29 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=321ade8
The following commit has been merged in the master branch:
commit 321ade8a61a70044a407f196548623cae6cb81ad
Author: vog <vog at notjusthosting.com>
Date: Mon Jun 27 16:39:02 2011 +0000
#689: Bugfix in EPS test suite regarding file extensions for previews
---
test/eps-test.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test/eps-test.sh b/test/eps-test.sh
index a0114f6..bc704b2 100755
--- a/test/eps-test.sh
+++ b/test/eps-test.sh
@@ -52,6 +52,8 @@ done
continue
fi
+ rm -f "$image-preview"*
+
echo
echo "Command: exiv2 -pp $image.eps"
$bin/exiv2 -pp "$image.eps"
@@ -63,7 +65,7 @@ done
echo "Exit code: $?"
$bin/exiv2 -pp "$image.eps" 2>/dev/null | sed -n 's,^Preview \([0-9]\+\):.*,,p' | while read preview; do
- diff -q "../data/eps/$image-preview$preview.jpg" "$image-preview$preview.jpg"
+ diff -q "../data/eps/$image-preview$preview."* "$image-preview$preview."*
done
echo
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list