Your message dated Sat, 26 Jul 2008 11:47:29 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387866: fixed in sdr 3.0-7
has caused the Debian Bug report #387866,
regarding sdr 3.0-6.1 NMU diff
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
387866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387866
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: sdr
Source-Version: 3.0-7
We believe that the bug you reported is fixed in the latest version of
sdr, which is due to be installed in the Debian FTP archive:
sdr_3.0-7.diff.gz
to pool/main/s/sdr/sdr_3.0-7.diff.gz
sdr_3.0-7.dsc
to pool/main/s/sdr/sdr_3.0-7.dsc
sdr_3.0-7_i386.deb
to pool/main/s/sdr/sdr_3.0-7_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Frank Lichtenheld <[EMAIL PROTECTED]> (supplier of updated sdr package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 26 Jul 2008 10:27:59 +0200
Source: sdr
Binary: sdr
Architecture: source i386
Version: 3.0-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Frank Lichtenheld <[EMAIL PROTECTED]>
Description:
sdr - An Mbone Conference Scheduling and Booking System (SDR)
Closes: 275364 275365 353956 387866 450109
Changes:
sdr (3.0-7) unstable; urgency=low
.
* QA upload.
+ Set maintainer to QA group.
+ Acknowledge NMUs. (Closes: #387866, #353956, #275365)
* Set priority to extra in accordance with overrides.
* Fix watch file. (Closes: #450109)
* Fix casing of define in configure script. (Closes: #275364)
* Use dh_installman instead of dh_installmanpages.
* Remove unneeded linkage.
* Add some missing includes.
* Change menu section to Applications/Network/Communication.
Checksums-Sha1:
d12a7f484deaca5dac125aaa07eb9cee4e4beb3b 951 sdr_3.0-7.dsc
bf537218973e5c29592802000240eb83ba9666fc 7091 sdr_3.0-7.diff.gz
499727302e742449749efba98a3a348423112ebf 281200 sdr_3.0-7_i386.deb
Checksums-Sha256:
177bf42cc8f7e1f16e6e8eff5ab185fff7be4687351912a7ca25e61db2ed611f 951
sdr_3.0-7.dsc
130db5c897e776d241baa05c2537d2e5e26a4470a6896a802a6b47b093e8d3c5 7091
sdr_3.0-7.diff.gz
c5d6a0604b1d35c3dcafc45790c436b8849e8777641d33fdd8b805f8f160e100 281200
sdr_3.0-7_i386.deb
Files:
96a89b41d6b233775dff27fba70e0b46 951 net extra sdr_3.0-7.dsc
a7ac2ad459a713234008fb631681f275 7091 net extra sdr_3.0-7.diff.gz
974fde83d062ea3dd818911f983b76b6 281200 net extra sdr_3.0-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkiK9NUACgkQQbn06FtxPfA70gCg5Ykw7lUrjbaiv4RlfEmOCHe6
LrUAn0edSCBvdyTDrBhrzB2iZQFuBypX
=Pz/E
-----END PGP SIGNATURE-----
--- End Message ---