[Python-apps-team] Bug#680244: xpra: consider adding bug fixes from the upstream stable branch 0.3.x before release?

Timo Juhani Lindfors timo.lindfors at iki.fi
Wed Jul 4 15:21:46 UTC 2012


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 at 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





More information about the Python-apps-team mailing list