Package: tcl8.4
Version: 8.4.11-1.1
Severity: normal

Here, as you requested, is the diff for the tcl8.4 NMU.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages tcl8.4 depends on:
ii  libc6                         2.3.5-11   GNU C Library: Shared libraries an

tcl8.4 recommends no packages.

-- no debconf information

diff -urN tcl8.4-8.4.11.old/debian/changelog tcl8.4-8.4.11/debian/changelog
--- tcl8.4-8.4.11.old/debian/changelog	2006-01-08 11:48:25.000000000 +0100
+++ tcl8.4-8.4.11/debian/changelog	2006-01-08 11:51:22.000000000 +0100
@@ -1,3 +1,11 @@
+tcl8.4 (8.4.11-1.1) unstable; urgency=low
+
+  * NMU.
+  * Fix syntax errors in unix/tcl.m4 and unix/configure.
+    Closes: #343989.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Sun,  8 Jan 2006 11:51:22 +0100
+
 tcl8.4 (8.4.11-1) unstable; urgency=low
 
   * New upstream release.
diff -urN tcl8.4-8.4.11.old/debian/patches/syntaxErrors tcl8.4-8.4.11/debian/patches/syntaxErrors
--- tcl8.4-8.4.11.old/debian/patches/syntaxErrors	1970-01-01 01:00:00.000000000 +0100
+++ tcl8.4-8.4.11/debian/patches/syntaxErrors	2006-01-08 11:50:14.000000000 +0100
@@ -0,0 +1,42 @@
+diff -urN tcl8.4-8.4.11.old/unix/configure tcl8.4-8.4.11/unix/configure
+--- tcl8.4-8.4.11.old/unix/configure	2006-01-08 11:48:25.000000000 +0100
++++ tcl8.4-8.4.11/unix/configure	2006-01-08 11:49:18.000000000 +0100
+@@ -2130,7 +2130,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`
+@@ -7630,7 +7630,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`
+diff -urN tcl8.4-8.4.11.old/unix/tcl.m4 tcl8.4-8.4.11/unix/tcl.m4
+--- tcl8.4-8.4.11.old/unix/tcl.m4	2006-01-08 11:48:25.000000000 +0100
++++ tcl8.4-8.4.11/unix/tcl.m4	2006-01-08 11:49:09.000000000 +0100
+@@ -848,7 +848,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`
+@@ -2275,7 +2275,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`
diff -urN tcl8.4-8.4.11.old/unix/configure tcl8.4-8.4.11/unix/configure
--- tcl8.4-8.4.11.old/unix/configure	2006-01-08 11:48:25.000000000 +0100
+++ tcl8.4-8.4.11/unix/configure	2006-01-08 11:49:18.000000000 +0100
@@ -2130,7 +2130,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`
@@ -7630,7 +7630,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`
diff -urN tcl8.4-8.4.11.old/unix/tcl.m4 tcl8.4-8.4.11/unix/tcl.m4
--- tcl8.4-8.4.11.old/unix/tcl.m4	2006-01-08 11:48:25.000000000 +0100
+++ tcl8.4-8.4.11/unix/tcl.m4	2006-01-08 11:49:09.000000000 +0100
@@ -848,7 +848,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`
@@ -2275,7 +2275,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`

Reply via email to