Package: tclcurl
Version: 0.14.1-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my tclcurl 0.14.1-1.1 NMU.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u tclcurl-0.14.1/configure tclcurl-0.14.1/configure
--- tclcurl-0.14.1/configure
+++ tclcurl-0.14.1/configure
@@ -7087,7 +7087,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 -u tclcurl-0.14.1/debian/changelog tclcurl-0.14.1/debian/changelog
--- tclcurl-0.14.1/debian/changelog
+++ tclcurl-0.14.1/debian/changelog
@@ -1,3 +1,10 @@
+tclcurl (0.14.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix syntax error in tcl.m4 (Closes: #356871).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Mon, 27 Mar 2006 19:28:19 +0200
+
 tclcurl (0.14.1-1) unstable; urgency=low
 
   * New upstream release.
diff -u tclcurl-0.14.1/Makefile.in tclcurl-0.14.1/Makefile.in
--- tclcurl-0.14.1/Makefile.in
+++ tclcurl-0.14.1/Makefile.in
@@ -450,9 +450,9 @@
 
 checkAutoPath:
        [EMAIL PROTECTED] test "x$(DESTDIR)$(libdir)" != x/usr; then \
-                echo "Checking Tcl's autoPath variable" ; \
-               $(TCLSH_PROG) $(srcdir)/checkAutoPath.tcl $(DESTDIR)$(libdir); \
-       fi;
+        #        echo "Checking Tcl's autoPath variable" ; \
+       #       $(TCLSH_PROG) $(srcdir)/checkAutoPath.tcl $(DESTDIR)$(libdir); \
+       #fi;
 
 .PHONY: all binaries clean depend distclean doc install libraries test
 
only in patch2:
unchanged:
--- tclcurl-0.14.1.orig/tclconfig/tcl.m4
+++ tclcurl-0.14.1/tclconfig/tcl.m4
@@ -795,7 +795,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`
@@ -2233,7 +2233,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`

Attachment: signature.asc
Description: Digital signature

Reply via email to