RC Bug #679318 (was Re: Bug#679318: flumotion: twisted override bug - one more)

2012-06-29 Thread IOhannes zmölnig
tag 679318 +pending
thanks

On 06/27/2012 10:32 PM, John Bazik wrote:
 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.
 

thanks for the patch again.

i updated the flumotion package accordingly and pushed the changes to git.
i also updated debian/changelog accordingly (and set the target to
release) in order to speed things up. (hopefully jonas will forgive me
for this)

if anyone could upload this fix for an RC-bug, that would be great.

fgamsr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: RC Bug #679318 (was Re: Bug#679318: flumotion: twisted override bug - one more)

2012-06-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 679318 +pending
Bug #679318 [flumotion] flumotion: twisted override bug - one more
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
679318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#679318: flumotion: twisted override bug - one more

2012-06-27 Thread John Bazik
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.0 -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