Your message dated Thu, 10 Jan 2013 16:47:43 +1100
with message-id <[email protected]>
and subject line Done: xpra: consider adding bug fixes from the upstream stable
branch 0.3.x before release?
has caused the Debian Bug report #680244,
regarding xpra: consider adding bug fixes from the upstream stable branch 0.3.x
before release?
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.)
--
680244: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xpra
Version: 0.3.2+dfsg-1
Severity: wishlist
I know that wheezy is now in freeze. However, have you checked the bug
fixes that are in the upstream svn stable branch 0.3.x? It seems many
of those might be something that we might want to include before
release. Many of them are trivial things like
commit 664bb3bf45bf70fa921a06549918faa07cacdac6
Author: antoine <antoine@3bb7dfac-3a0b-4e04-842a-767bc560f471>
Date: Sat Jun 30 08:15:08 2012 +0000
doh: min is min, not max..
git-svn-id: http://xpra.org/svn/Xpra/tags/v0.3.x@983
3bb7dfac-3a0b-4e04-842a-767bc560f471
diff --git a/src/xpra/server.py b/src/xpra/server.py
index 317c3c7..77dc9ac 100644
--- a/src/xpra/server.py
+++ b/src/xpra/server.py
@@ -1582,7 +1582,7 @@ class XpraServer(gobject.GObject):
for d in batch.last_delays:
batch_delays.append(d)
if len(batch_delays)>0:
- info["min_batch_delay"] = int(max(batch_delays))
+ info["min_batch_delay"] = int(min(batch_delays))
info["max_batch_delay"] = int(max(batch_delays))
info["avg_batch_delay"] = int(sum(batch_delays)/len(batch_delays))
so I did not consider filing separate bug reports for each and every patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/6 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages xpra depends on:
ii libavcodec53 6:0.8.3-4
ii libc6 2.13-34
ii libswscale2 6:0.8.3-4
ii libvpx1 1.1.0-1
ii libx11-6 2:1.5.0-1
ii libx264-123 2:0.123.2189+git35cf912-1
ii python 2.7.3-1
ii python-dbus 1.1.1-1
ii python-gtk2 2.24.0-3
ii python-imaging 1.1.7-4
ii python-wimpiggy 0.3.2+dfsg-1
ii python2.7 2.7.3-1
ii x11-xserver-utils 7.7~3
ii xvfb 2:1.12.1.902-1
xpra recommends no packages.
Versions of packages xpra suggests:
ii openssh-client 1:6.0p1-2
pn openssh-server <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Xpra-0.3.11 (latest of 0.3.x branch) with some backported fixes
migrated to "testing"; the same version was uploaded to backports as well.
Latest upstream release is available from "experimental" so as far as I can
see there is nothing left to do for this ticket.
---
Atheism is a non-prophet organization
(George Carlin)
--- End Message ---