[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=2d9f2d3

The following commit has been merged in the master branch:
commit 2d9f2d38c45e424bdc7abc998ae5d9141b2188ec
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Dec 28 11:34:22 2014 +0000

    trunk: minor cleanup.
---
 config/configure.ac |  4 ++--
 jenkins_build.sh    | 22 +++-------------------
 2 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/config/configure.ac b/config/configure.ac
index 8d253fd..d4132b1 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -181,7 +181,7 @@ if test "$with_curl" != "no"; then
                 CURL_LDFLAGS="-L${CURL_DIR}/lib"
             fi],[found_curl=no]),[found_curl=no])
     if test "$found_curl" = "no"; then
-        AC_MSG_ERROR(either specify a valid curl installation with --with-curl=DIR or disable libcurl support with --disable-curl)
+        AC_MSG_ERROR(either specify a valid curl installation with --with-curl=DIR or use --without-curl)
     fi
     AC_SUBST(CURL_CPPFLAGS)
     AC_SUBST(CURL_LDFLAGS)
@@ -221,7 +221,7 @@ if test "$with_ssh" != "no"; then
                 SSH_LDFLAGS="-L${SSH_DIR}/lib"
             fi],[found_ssh=no]),[found_ssh=no])
     if test "$found_ssh" = "no"; then
-        AC_MSG_ERROR(either specify a valid libssh installation with --with-ssh=DIR or disable libssh support with --disable-ssh)
+        AC_MSG_ERROR(either specify a valid libssh installation with --with-ssh=DIR or use --without-ssh)
     fi
     AC_SUBST(SSH_CPPFLAGS)
     AC_SUBST(SSH_LDFLAGS)
diff --git a/jenkins_build.sh b/jenkins_build.sh
index a063dd4..7bceba1 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -64,22 +64,6 @@ if [ "$1" == "status" ]; then
     exit $result
 fi
 
-
-##
-# Quick dodge, use rmills ~/bin/.profile to set some environment variables
-# I think I need this is necessary to find pkg-config
-# This code will be removed later
-# set +v
-DIR="$PWD"
-if [ -e /home/rmills/bin/.profile ]; then
-    source /home/rmills/bin/.profile
-fi
-if [ -e /Users/rmills/bin/.profile ]; then
-    source /Users/rmills/bin/.profile
-fi
-cd "$DIR"
-# set -v
-
 ##
 # where are we?
 export PLATFORM=''
@@ -193,9 +177,9 @@ case "$build" in
 
   MING) 
         if [ ! -z "$BUILDMINGW" ]; then
-            export CC=$(which gcc)
-            export CXX=$(which g++)
-            export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
+            export  CC=$(which gcc)
+            export  CXX=$(which g++)
+            export "PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig"
             echo --- recursive MinGW build ---
 
             ##########################

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list