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


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

The following commit has been merged in the master branch:
commit c6f5aa83f2ee4dce1d8e261023b4ff38b9978f1b
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Dec 25 17:41:16 2014 +0000

    More eps/data/eps changes.  Still have to fix horrible svn issue (doesn't exist, or version 1.7 and lower)
---
 jenkins_build.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/jenkins_build.sh b/jenkins_build.sh
index 6ee9a2e..a063dd4 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -122,7 +122,12 @@ if [ -e config/config.mk ]; then
        mkdir bin
     fi
     make distclean
-    if [ -e test/data/eps ]; then rm -rf test/data/eps ; fi
+    if [ -e test/data/eps ]; then
+    	rm -rf test/data/eps ;
+    fi
+    if [ ! -e test/dat/eps ]; then 
+        svn export svn://dev.exiv2.org/svn/testdata/trunk/eps test/data/eps
+    fi
 fi
 
 ##

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list