Package: flumotion Version: 0.10.0-2 Severity: grave Tags: upstream patch Justification: renders package unusable
This is the same problem I reported in #672404, but affecting a different part of the code (there are two places that need to be fixed). To recap, flumotion overrides an internal method in twisted, which has changed. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (750, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/6 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -ur a/flumotion/twisted/fdserver.py b/flumotion/twisted/fdserver.py --- a/flumotion/twisted/fdserver.py 2011-10-07 06:10:58.000000000 -0400 +++ b/flumotion/twisted/fdserver.py 2012-06-15 10:55:46.344267000 -0400 @@ -173,7 +173,7 @@ class _SocketMaybeCloser(tcp._SocketCloser): keepSocketAlive = False - def _closeSocket(self): + def _closeSocket(self, orderly): # We override this (from tcp._SocketCloser) so that we can close # sockets properly in the normal case, but once we've passed our # socket on via the FD-channel, we just close() it (not calling
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers