Attached is the diff for the NMU I'm going to be making in a short while.
-- The road is wide and the sky is tall, before I die I will see it all.--H.A.
diff -Nru /tmp/rRy47AHqCn/tclvfs-1.3/debian/changelog /tmp/6vUdAklP1m/tclvfs-1.3/debian/changelog --- /tmp/rRy47AHqCn/tclvfs-1.3/debian/changelog 2004-12-09 19:33:40.000000000 +0000 +++ /tmp/6vUdAklP1m/tclvfs-1.3/debian/changelog 2006-03-18 21:15:27.000000000 +0000 @@ -1,3 +1,10 @@ +tclvfs (1.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * tclconfig/tcl.m4: Fixed shell syntax error. Closes: #353849. + + -- Lars Wirzenius <[EMAIL PROTECTED]> Sat, 18 Mar 2006 21:15:06 +0000 + tclvfs (1.3-1) unstable; urgency=low * New upstream release. diff -Nru /tmp/rRy47AHqCn/tclvfs-1.3/tclconfig/tcl.m4 /tmp/6vUdAklP1m/tclvfs-1.3/tclconfig/tcl.m4 --- /tmp/rRy47AHqCn/tclvfs-1.3/tclconfig/tcl.m4 2004-12-09 19:30:59.000000000 +0000 +++ /tmp/6vUdAklP1m/tclvfs-1.3/tclconfig/tcl.m4 2006-03-18 21:12:35.000000000 +0000 @@ -770,7 +770,7 @@ # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - system=MP-RAS-`awk '{print $3}' /etc/.relid'` + system=MP-RAS-`awk '{print $3}' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then system=AIX-`uname -v`.`uname -r` @@ -2142,7 +2142,7 @@ # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - system=MP-RAS-`awk '{print $3}' /etc/.relid'` + system=MP-RAS-`awk '{print $3}' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then system=AIX-`uname -v`.`uname -r`