[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:40 UTC 2017


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

The following commit has been merged in the master branch:
commit a149aa88446b19fe01aacaa5d086854626a8798d
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Dec 28 17:54:04 2014 +0000

    trunk: webready integration.  tweaks to execute the correct version of exiv2.exe -vV at end of tests.
---
 jenkins_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins_build.sh b/jenkins_build.sh
index cb5e613..82b99ba 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -150,7 +150,7 @@ case "$build" in
         make -j4 samples "CXXFLAGS=-I${PWD}/usr/include -I${PWD}/src" "LDFLAGS=-L${PWD}/usr/lib -L${PWD}/xmpsdk/src/.libs -lexiv2"
         result=$?
         run_tests
-        exiv2 -v -V
+        "$PWD/usr/bin/exiv2" -v -V
   ;;
   
   CYGW) 
@@ -165,7 +165,7 @@ case "$build" in
         make install
         make -j4 samples
         run_tests
-        exiv2 -v -V
+        /usr/local/bin/exiv2 -v -V
   ;;
 
   MING) 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list