SPECS: pearize.sh - debug off

glen glen at pld-linux.org
Sun Apr 2 15:07:21 CEST 2006


Author: glen                         Date: Sun Apr  2 13:07:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- debug off

---- Files affected:
SPECS:
   pearize.sh (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/pearize.sh
diff -u SPECS/pearize.sh:1.38 SPECS/pearize.sh:1.39
--- SPECS/pearize.sh:1.38	Sun Apr  2 15:06:56 2006
+++ SPECS/pearize.sh	Sun Apr  2 15:07:16 2006
@@ -112,8 +112,6 @@
 if [ -n "$optional" ]; then
 	echo "$optional" | while read tag dep; do
 		for req in $dep; do
-			echo add dep: $dep
-			set -x
 			m=$(grep "^%define.*_noautoreq" $spec || :)
 			if [ -z "$m" ]; then
 				sed -i -e "/^BuildRoot:/{
@@ -128,7 +126,6 @@
 					sed -i -e "/^%define.*_noautoreq/s,$, $req," $spec
 				fi
 			fi
-			set -
 		done
 	done
 fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pearize.sh?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list