This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit fa47a10bb845d4d7852a2bd4c4caef661de090c2
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu Jul 30 04:31:52 2015 +0200

    macbuild.sh: add some more debugging output.
---
 debian/changelog |    1 +
 macbuild.sh      |    3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d40154c..7a7c51a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -85,6 +85,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
     - macbuild.sh: add Linux library file name scheme regex as a precaution.
     - macbuild.sh: directories are "executable", so the first check must
       explicitly include a check for the argument being not a directory.
+    - macbuild.sh: add some more debugging output.
 
  -- X2Go Release Manager <git-ad...@x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/macbuild.sh b/macbuild.sh
index a6b9224..b3f5177 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -204,9 +204,11 @@ for cur_lib_or_libdir in ${PULSEAUDIO_LIBRARIES[@]}; do
        cur_lib_or_libdir="$(lazy_canonical_path 
"${MACPORTS_PREFIX}/lib/${cur_lib_or_libdir}")"
 
        if [ ! -d "${cur_lib_or_libdir}" ] && [ -x "${cur_lib_or_libdir}" ]; 
then
+               echo "Adding ${cur_lib_or_libdir} to 
\${PULSEAUDIO_LIBRARIES_FULL}"
                PULSEAUDIO_LIBRARIES_FULL+=( "${cur_lib_or_libdir}" )
        elif [ -d "${cur_lib_or_libdir}" ]; then
                # That's a directory... more work needed here.
+               echo "Scrubbing directory ${cur_lib_or_libdir}"
                typeset entry=""
                for entry in "${cur_lib_or_libdir}"/*; do
                        typeset 
TMP_REGEX='^.*\.(\.[0-9]+){0,2}(so|dylib|bundle)$'
@@ -314,6 +316,7 @@ if [ "${BUNDLE}" = "1" ]; then
 
                if [ ! -L "${cur_binary}" ]; then
                        cur_binary_name="$(basename "${cur_binary}")"
+                       echo "Handling ${cur_binary} => ${cur_binary_name}."
 
                        typeset nesting_level="$(get_nesting_level 
"${intermediate_lib_dir}")"
 

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to