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

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



Hi,

I've uploaded this to t-p-u, DELAYED-1 now. The changes are as following:

$ debdiff jabber-irc_0.1cvs20050420-3.2.dsc jabber-irc_0.1cvs20050420-3.3.dsc
diff -u jabber-irc-0.1cvs20050420/irc.py jabber-irc-0.1cvs20050420/irc.py
--- jabber-irc-0.1cvs20050420/irc.py
+++ jabber-irc-0.1cvs20050420/irc.py
@@ -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)
diff -u jabber-irc-0.1cvs20050420/debian/changelog jabber-irc-0.1cvs20050420/debian/changelog
--- jabber-irc-0.1cvs20050420/debian/changelog
+++ jabber-irc-0.1cvs20050420/debian/changelog
@@ -1,3 +1,9 @@
+jabber-irc (0.1cvs20050420-3.3) lenny; urgency=low
+
+  * Fix for "jabber-irc: Does not start" bug. (Closes: #406797)
+
+ -- Alexey Nezhdanov <snakeru@gmail.com>  Sun, 14 Dec 2008 12:18:55 +0300
+
 jabber-irc (0.1cvs20050420-3.2) unstable; urgency=low
 
   * Non-maintainer upload.



Please unblock, thanks.

Alexey, please fix those warnings in unstable, those are all simple fixes:
Thanks for that too ;-)
(RMs if you're willing to review this since you prefer those fixed in lenny
too, I'd be happy to cancel the upload.)

W: jabber-irc source: binary-arch-rules-but-pkg-is-arch-indep
W: jabber-irc source: ancient-standards-version 3.6.1.0 (current is 3.8.0)
W: jabber-irc source: changelog-should-mention-nmu
W: jabber-irc: old-fsf-address-in-copyright-file
W: jabber-irc: copyright-without-copyright-notice
W: jabber-irc: description-contains-homepage
W: jabber-irc: spelling-error-in-description python Python


regards,
	Holger

Attachment: pgp72PrXPvMn8.pgp
Description: PGP signature


Reply to: