[X2Go-Commits] [x2goclient] 76/197: deduplicate.sh: more temporary debugging output in fixup section.

git-admin at x2go.org git-admin at x2go.org
Thu Jun 30 23:52:56 CEST 2016


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

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

commit 5f0f643bbb0272f417d7d4fcb8cc71cb72befb3d
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 27 20:40:46 2015 +0200

    deduplicate.sh: more temporary debugging output in fixup section.
---
 debian/changelog |    1 +
 deduplicate.sh   |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1ef7712..2f24f8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -168,6 +168,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       variable and use that instead of repeating a fixed string.
     - deduplicate.sh: copy lazy_canonical_path from macbuild.sh for now.
       deduplicate.sh will eventually be merged into macbuild.sh anyway.
+    - deduplicate.sh: more temporary debugging output in fixup section.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/deduplicate.sh b/deduplicate.sh
index dadf334..12732a4 100755
--- a/deduplicate.sh
+++ b/deduplicate.sh
@@ -175,12 +175,14 @@ for all_entry in "${all_files[@]}"; do
 		typeset line=""
 		while read -r line; do
 			typeset dependencies_filename="$(basename "${line}")"
+			echo "dependency of ${all_entry}: ${line}"
 
 			typeset duplicate_entry=""
 			typeset -i i="0"
 			for i in "${!duplicates[@]}"; do
 				typeset duplicate_entry="${duplicates[${i}]}"
 				typeset duplicate_filename="$(basename "${duplicate_entry}")"
+				echo "checking for duplicate ${duplicate_entry}"
 
 				if [ -n "${dependencies_filename}" ] && [ -n "${duplicate_filename}" ]; then
 					if [ "${dependencies_filename}" = "${duplicate_filename}" ]; then

--
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