[X2Go-Commits] [x2goclient] 76/179: deduplicate.sh: more temporary debugging output in fixup section.
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Mon Jun 20 23:55:20 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 140b380fbf3da5f70508ffa9297d39b2ec5711ac
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 c62baa9..6b91e82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -166,6 +166,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>.
 
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