Attached is the diff for the NMU I'm planning on doing on sourcenav in a
few minutes. It closes two RC bugs in the package.
The actual .diff.gz of the source package is going to be bigger, because
I had to regenerate two configure scripts, and that changed lots of line
number, even if no actual interesting changes happened apart from the
ones in this diff.
--
/* The following line has been commented out */
diff -ru sourcenav-5.1.4/debian/changelog sourcenav-5.1.4.works/debian/changelog
--- sourcenav-5.1.4/debian/changelog 2006-03-18 20:08:27.000000000 +0000
+++ sourcenav-5.1.4.works/debian/changelog 2006-03-18 19:45:24.000000000 +0000
@@ -1,3 +1,13 @@
+sourcenav (5.1.4-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * tcl/unix/tcl.m4, tk/unix/tcl.m4, tk/unix/configure, tcl/unix/configure:
+ Fix shell syntax error. Closes: #349875.
+ * debian/control: Changed Build-Depends from xlibs-dev to
+ what Nelson A. de Oliveira suggested. Closes: #347093.
+
+ -- Lars Wirzenius <[EMAIL PROTECTED]> Sat, 18 Mar 2006 19:43:42 +0000
+
sourcenav (5.1.4-2) unstable; urgency=low
* applied portabiliy patch for amd64 from Andreas Jochens, closes: #303692
diff -ru sourcenav-5.1.4/debian/control sourcenav-5.1.4.works/debian/control
--- sourcenav-5.1.4/debian/control 2006-03-18 20:08:27.000000000 +0000
+++ sourcenav-5.1.4.works/debian/control 2006-03-18 19:39:28.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Torsten Werner <[EMAIL PROTECTED]>
Standards-Version: 3.1.1
-Build-Depends: debhelper (>= 2), gettext, flex-old, bison, xlibs-dev
+Build-Depends: debhelper (>= 2), gettext, flex-old, bison, libx11-dev, libxt-dev, x-dev
Package: sourcenav
Architecture: any
diff -ru sourcenav-5.1.4/tcl/unix/tcl.m4 sourcenav-5.1.4.works/tcl/unix/tcl.m4
--- sourcenav-5.1.4/tcl/unix/tcl.m4 2001-09-09 23:56:09.000000000 +0000
+++ sourcenav-5.1.4.works/tcl/unix/tcl.m4 2006-03-18 19:35:42.000000000 +0000
@@ -558,7 +558,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`
@@ -1483,7 +1483,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 sourcenav-5.1.4/tk/generic: tkInt.h.orig
diff -ru sourcenav-5.1.4/tk/unix/tcl.m4 sourcenav-5.1.4.works/tk/unix/tcl.m4
--- sourcenav-5.1.4/tk/unix/tcl.m4 2001-09-10 01:16:54.000000000 +0000
+++ sourcenav-5.1.4.works/tk/unix/tcl.m4 2006-03-18 19:36:31.000000000 +0000
@@ -558,7 +558,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`
@@ -1483,7 +1483,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`