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


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

The following commit has been merged in the master branch:
commit fa206863b845c12b2307eeebed0f804646b74cdf
Author: vog <vog at notjusthosting.com>
Date:   Fri Jul 1 10:09:16 2011 +0000

    improved error message in the eps-test driver
---
 test/eps-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/eps-test.sh b/test/eps-test.sh
index 8514718..81cc4df 100755
--- a/test/eps-test.sh
+++ b/test/eps-test.sh
@@ -23,7 +23,7 @@ if ! diff -q $diffargs /dev/null /dev/null 2>/dev/null ; then
 fi
 for file in ../data/eps/eps-*.eps.newxmp; do
     if ! grep "_Exiv2Version_" "$file" >/dev/null ; then
-        echo "Error: data/eps/$file contains hard-coded Exiv2 version"
+        echo "Error: $file contains hard-coded Exiv2 version"
         exit 1
     fi
 done

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list