Package: xine-lib Version: 1.0.1-1.2 Severity: serious Tags: patch The attached patch should speak by itself.
-- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 When all is summed up, a man never speaks of himself without loss; his accusations of himself are always believed; his praises never. -- Michel de Montaigne
--- xine-lib-1.0.1/debian/shlibdeps.sh +++ xine-lib-1.0.1/debian/shlibdeps.sh @@ -48,13 +48,13 @@ for file in $RECOMMENDED; do if test ! -f "$file"; then echo "WARNING: non-existing file \"$file\" in RECOMMENDED list" - RECOMMENDED=`echo "$var" | grep -v $file` + RECOMMENDED=`echo "$RECOMMENDED" | grep -v $file` fi done for file in $OPTIONAL; do if test ! -f "$file"; then echo "WARNING: non-existing file \"$file\" in OPTIONAL list" - OPTIONAL=`echo "$var" | grep -v $file` + OPTIONAL=`echo "$OPTIONAL" | grep -v $file` fi done