[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: jabber-irc and python-xmpp blocked by freeze



On Tuesday 09 December 2008 21:54:25 Luk Claes wrote:
> Alexey Nezhdanov wrote:
> > Hi Levsen.
> > I've upgraded this bug to 'serious' as you suggested (before I didn't
> > thought that it 'renders package completely unusable' but on the
> > afterthought I agree now - very few users will actually edit /usr/bin/
> > file manually rather than just simply upgrading or installing from
> > upstream).
> >
> > So is there anything can be done now about helping jabber-irc enter
> > testing?
>
> Proposing a patch against the version in testing would help.
>
> Cheers
>
> Luk
Hello, thanks for the tip.

Here is patch against testing's version of jabber-irc (attached).
I do not know which one is better so did both - plain .diff file 
and .diff.fz+.dsc pair.

No other changes rather than fix for #406797.
Is there anything more that I should do (like uploading it to queue) or that 
will suffice?

-- 
Sincerely yours
Alexey Nezhdanov

Attachment: jabber-irc_0.1cvs20050420-3.3.diff.gz
Description: GNU Zip compressed data

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.0
Source: jabber-irc
Binary: jabber-irc
Architecture: all
Version: 0.1cvs20050420-3.3
Maintainer: Alexey Nezhdanov <snakeru@users.sourceforge.net>
Uploaders: Cosimo Alfarano <kalfa@debian.org>, Jamin W. Collins <jcollins@debian.org>
Standards-Version: 3.6.1.0
Build-Depends: debhelper (>= 4.0.0)
Files: 
 4d22e92b1a9ba1ee553ec58bc9194eb3 14008 jabber-irc_0.1cvs20050420.orig.tar.gz
 e6e86967974e29a0b1a58aeb25724e0e 9656 jabber-irc_0.1cvs20050420-3.3.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD4DBQFJRNAFPcOEQ6LR2XwRArm4AKCDGlDh2/7k+jQSBs12eol7oC65QwCXRgfV
Z6jOdwthJtu+hUkSLCxXyg==
=+sVW
-----END PGP SIGNATURE-----
diff -ur jabber-irc-0.1cvs20050420/irc.py jabber-irc-0.1cvs20050420-fixed/irc.py
--- jabber-irc-0.1cvs20050420/irc.py	2008-12-14 12:18:10.000000000 +0300
+++ jabber-irc-0.1cvs20050420-fixed/irc.py	2008-12-14 12:05:56.211703144 +0300
@@ -258,9 +258,9 @@
         self.jabber.RegisterHandler('iq',self.xmpp_iq_register_set,typ = 'set', ns=NS_REGISTER)
         self.jabber.RegisterHandler('iq',self.xmpp_iq_register_get,typ = 'get', ns=NS_REGISTER)
         self.disco = Browser()
-        self.disco.plugin(self.jabber)
-        self.command = Commands()
-        self.command.plugin(self.jabber,self.disco)
+        self.disco.PlugIn(self.jabber)
+        self.command = Commands(self.disco)
+        self.command.PlugIn(self.jabber)
         self.cmdactiveusers = Active_Users_Command(self, self.jabber)
         self.cmdactiveusers.plugin(self.command)
         self.cmdregisteredusers = Registered_Users_Command(self, self.jabber)

Reply to: