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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:02 UTC 2017


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

The following commit has been merged in the master branch:
commit 272ab3fd1ad126169d9cc4d0158d77353ad35f1a
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Dec 10 21:34:40 2015 +0000

    #1041 Fixes to jenkins_daily.sh for macosx and linux.  Disabled cygwin on Jenkins to avoid the Windows10/cygwin/fork crash.
---
 jenkins_daily.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins_daily.sh b/jenkins_daily.sh
index a59e7b1..e163fe1 100755
--- a/jenkins_daily.sh
+++ b/jenkins_daily.sh
@@ -51,7 +51,7 @@ if [ "$PLATFORM" == "msvc" ]; then
     )
 else
     pushd $build
-    cmake -DCMAKE_INSTALL_PREFIX=$dist $exiv2
+    cmake -DCMAKE_INSTALL_PREFIX=$dist -DEXIV2_ENABLE_NLS=OFF $exiv2
     make
     cmake --build . --target install 
     popd
@@ -91,7 +91,7 @@ if [ -e $dist/$bin/exiv2$exe ]; then
     ##
     # store the build for users to collect
     mmHD=""
-    if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/mmHD ; fi
+    if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/Host ; fi
     if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then
         mmHD="/cygdrive/z"
     fi 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list