Package: sdr Version: 3.0-6.1 Severity: important Tags: patch Hello,
The NMU diff file for sdr 3.0-6.1 is attached here. Aníbal Monsalve Salazar -- http://v7w.com/anibal
interdiff -z -p1 cache/sdr/sdr_3.0-6.diff.gz cache/sdr/sdr_3.0-6.1.diff.gz
diff -u sdr-3.0/debian/rules sdr-3.0/debian/rules
--- sdr-3.0/debian/rules
+++ sdr-3.0/debian/rules
@@ -31,7 +31,7 @@
# Commands to install the files into debian/tmp
install -o root -g root -m 755 \
- linux/sdr `pwd`/debian/tmp/usr/bin/sdr
+ linux/sdr `pwd`/debian/sdr/usr/bin/sdr
dh_installdocs
# dh_installexamples
dh_installmenu
diff -u sdr-3.0/debian/changelog sdr-3.0/debian/changelog
--- sdr-3.0/debian/changelog
+++ sdr-3.0/debian/changelog
@@ -1,3 +1,14 @@
+sdr (3.0-6.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Removed two problematic lines in generic.tcl which made several buttons
+ unavailable (Closes: #353956)
+ * Applied patch from Samuel Thibault which fixes IPv6 related problems
+ in sdr (Closes: #275365)
+ * Conforms to Standards-Version 3.7.2 (added debian/watch, debian/compat)
+
+ -- Jose Parrella <[EMAIL PROTECTED]> Sat, 16 Sep 2006 23:50:31 -0400
+
sdr (3.0-6) unstable; urgency=low
* Built using Tcl/Tk 8.4, thx to patch by Teemu Hukkanen (Closes: #173164)
diff -u sdr-3.0/debian/control sdr-3.0/debian/control
--- sdr-3.0/debian/control
+++ sdr-3.0/debian/control
@@ -2,8 +2,8 @@
Section: net
Priority: optional
Maintainer: Jesus M. Gonzalez-Barahona <[EMAIL PROTECTED]>
-Build-Depends: tk8.4-dev, libuclmmbase1-dev (>=1.2.12), debhelper
-Standards-Version: 3.6.1
+Build-Depends: tk8.4-dev, libuclmmbase1-dev (>=1.2.12), debhelper (>=5.0.37.3)
+Standards-Version: 3.7.2
Package: sdr
Architecture: any
only in patch2:
unchanged:
--- sdr-3.0.orig/src/generic.tcl
+++ sdr-3.0/src/generic.tcl
@@ -89,8 +89,6 @@
proc tixAddBalloon {w class msg {initWait 500}} {
global tixBal
if {$class == "Button" } {
- bind $w <Enter> "+tkButtonEnter $w"
- bind $w <Leave> "+tkButtonLeave $w"
bind $w <ButtonPress> "+tixBalEnd $w"
} else {
if { $class == "Entry" } {
only in patch2:
unchanged:
--- sdr-3.0.orig/src/sd_listen.c
+++ sdr-3.0/src/sd_listen.c
@@ -1399,7 +1399,7 @@
fprintf(stderr, "SDR: getaddrinfo failed, couldn't resolve '%s'!\n",
hostname);
#endif
- exit(1);
+ memset(&hostaddr_v6, 0, sizeof(hostaddr_v6));
}
#endif
only in patch2:
unchanged:
--- sdr-3.0.orig/debian/watch
+++ sdr-3.0/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/([\d\.]+)/sdr-([\d\.].tar.gz
only in patch2:
unchanged:
--- sdr-3.0.orig/debian/compat
+++ sdr-3.0/debian/compat
@@ -0,0 +1 @@
+5
signature.asc
Description: Digital signature

