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


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

The following commit has been merged in the master branch:
commit a5f7aa32a79a0ee2845d8b05e4e16cb6ecca8e2b
Author: Robin Mills <robin at clanmills.com>
Date:   Mon Dec 8 21:09:29 2014 +0000

    jenkins_build.sh: update src/svn_version.h explicitly before using make -j4 to be certain he exists before any compilation.
---
 jenkins_build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/jenkins_build.sh b/jenkins_build.sh
index ec5bcab..6a84696 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -163,6 +163,7 @@ case "$build" in
         echo ./configure --prefix=$PWD/usr  $withcurl $withssh
         echo -------------
         ./configure --prefix=$PWD/usr  $withcurl $withssh
+        (cd src ; make svn_version.h)
         make -j4 "LDFLAGS=-L${PWD}/usr/lib -L${PWD}/xmpsdk/src/.libs"
         make install
         make -j4 samples "CXXFLAGS=-I${PWD}/usr/include -I${PWD}/src" "LDFLAGS=-L${PWD}/usr/lib -L${PWD}/xmpsdk/src/.libs -lexiv2"
@@ -176,6 +177,7 @@ case "$build" in
         # 1. trying to get Cygwin to build with gettext and friends
         # 2. trying to get Cygwin to install into a local directory
         ./configure --disable-nls  $withcurl $withssh
+        (cd src ; make svn_version.h)
         make -j4
         # result=$?
         make install
@@ -190,6 +192,7 @@ case "$build" in
             export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
             echo --- recursive MinGW build ---
             ./configure $withcurl $withssh
+            (cd src ; make svn_version.h)
             make        # DO NOT USE -j4.  It seems to hang the build!
             make install
             make samples

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list