Attached is the diff for the NMU which I'm going to upload in a little
while.
--
Close your mind to stress and pain, hack till you're no longer sane.
diff -u tdom-0.7.8/debian/changelog tdom-0.7.8/debian/changelog
--- tdom-0.7.8/debian/changelog
+++ tdom-0.7.8/debian/changelog
@@ -1,3 +1,11 @@
+tdom (0.7.8-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * tclconfig/tcl.m4, extensions/example/tcl.m4: Fixed shell syntax error.
+ Closes: #353851.
+
+ -- Lars Wirzenius <[EMAIL PROTECTED]> Sat, 18 Mar 2006 21:35:41 +0000
+
tdom (0.7.8-4) unstable; urgency=low
* Added tcl8.4-dev build depend.
only in patch2:
unchanged:
--- tdom-0.7.8.orig/configure
+++ tdom-0.7.8/configure
@@ -1516,7 +1516,7 @@
if { (eval echo configure:1517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
- *.c | *.o | *.obj) ;;
+ *.$ac_ext | *.c | *.o | *.obj) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done
@@ -3029,7 +3029,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 }' /etc/.relid'`
+ system=MP-RAS-`awk '{print }' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`
only in patch2:
unchanged:
--- tdom-0.7.8.orig/tclconfig/tcl.m4
+++ tdom-0.7.8/tclconfig/tcl.m4
@@ -759,7 +759,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`
@@ -2026,7 +2026,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`
only in patch2:
unchanged:
--- tdom-0.7.8.orig/extensions/example/tcl.m4
+++ tdom-0.7.8/extensions/example/tcl.m4
@@ -586,7 +586,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`
@@ -1452,7 +1452,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`