Package: mysqltcl
Version: 3.01-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my mysqltcl 3.01-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 -Nru /tmp/zsNkvFashw/mysqltcl-3.01/configure 
/tmp/o453TAOj5j/mysqltcl-3.01/configure
--- /tmp/zsNkvFashw/mysqltcl-3.01/configure     2004-12-25 11:28:00.000000000 
+0100
+++ /tmp/o453TAOj5j/mysqltcl-3.01/configure     2006-03-27 19:55:10.000000000 
+0200
@@ -6059,7 +6059,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 -Nru /tmp/zsNkvFashw/mysqltcl-3.01/debian/changelog 
/tmp/o453TAOj5j/mysqltcl-3.01/debian/changelog
--- /tmp/zsNkvFashw/mysqltcl-3.01/debian/changelog      2005-10-30 
17:59:39.000000000 +0100
+++ /tmp/o453TAOj5j/mysqltcl-3.01/debian/changelog      2006-03-27 
19:56:23.000000000 +0200
@@ -1,3 +1,11 @@
+mysqltcl (3.01-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix syntax error in tcl.m4 (Closes: #353920).
+  * Upgrade build depends to libmysqlclient15-dev (Closes: #343784).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Mon, 27 Mar 2006 19:55:25 +0200
+
 mysqltcl (3.01-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru /tmp/zsNkvFashw/mysqltcl-3.01/debian/control 
/tmp/o453TAOj5j/mysqltcl-3.01/debian/control
--- /tmp/zsNkvFashw/mysqltcl-3.01/debian/control        2005-10-30 
17:57:22.000000000 +0100
+++ /tmp/o453TAOj5j/mysqltcl-3.01/debian/control        2006-03-27 
19:56:36.000000000 +0200
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: David N. Welton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), tcl8.4-dev, libmysqlclient14-dev
+Build-Depends: debhelper (>> 3.0.0), tcl8.4-dev, libmysqlclient15-dev
 Standards-Version: 3.5.2
 
 Package: mysqltcl
diff -Nru /tmp/zsNkvFashw/mysqltcl-3.01/tclconfig/tcl.m4 
/tmp/o453TAOj5j/mysqltcl-3.01/tclconfig/tcl.m4
--- /tmp/zsNkvFashw/mysqltcl-3.01/tclconfig/tcl.m4      2004-12-27 
13:39:33.000000000 +0100
+++ /tmp/o453TAOj5j/mysqltcl-3.01/tclconfig/tcl.m4      2006-03-27 
19:55:21.000000000 +0200
@@ -767,7 +767,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`
@@ -2104,7 +2104,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