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


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

The following commit has been merged in the master branch:
commit 0f1d1fc905a98232b8a6abd983a0800e3407d84d
Author: vog <vog at notjusthosting.com>
Date:   Fri Jun 24 22:03:05 2011 +0000

    #689: Bugfix in EPS test suite
---
 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 6c51792..a0114f6 100755
--- a/test/eps-test.sh
+++ b/test/eps-test.sh
@@ -90,7 +90,9 @@ done
 
         sed "s, at Exiv2Version@,$exiv2version," < "../data/eps/$image.eps.newxmp" > "$image.eps.newxmp"
 
-        diff -q "$image.eps.newxmp" "$image.eps"
+        if ! diff -q "$image.eps.newxmp" "$image.eps" ; then
+            continue
+        fi
 
         echo
         echo "Command: (2) exiv2 -ix $image.eps"

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list