[X2Go-Commits] [x2goclient] 47/52: macbuild.sh: add some more debugging output.

git-admin at x2go.org git-admin at x2go.org
Thu Jul 30 04:47:14 CEST 2015


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

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

commit f7e47a1afc2abc5045368f6b03877c34ee8b424d
Author: Mihai Moldovan <ionic at 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 cee98ee..256151f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -82,6 +82,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - 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-admin at x2go.org>  Tue, 28 Jul 2015 06:05:27 +0200
 
diff --git a/macbuild.sh b/macbuild.sh
index cf341d4..2ca31b9 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -189,9 +189,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)$'
@@ -297,6 +299,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


More information about the x2go-commits mailing list